How to share a duckdb database connection to many functions
|
|
1
|
136
|
August 19, 2023
|
Precompile error with PlotlyJS and DataFrames
|
|
0
|
49
|
August 5, 2023
|
Get qualified name expression from value
|
|
0
|
70
|
July 31, 2023
|
How can I structure a project in multiple modules and have code run in them?
|
|
10
|
199
|
June 15, 2023
|
Function whose parameter type is defined in another module
|
|
3
|
128
|
May 16, 2023
|
Export function-like objects
|
|
4
|
109
|
May 1, 2023
|
Add methods to function from another module
|
|
2
|
142
|
April 30, 2023
|
Importing symbols from submodule
|
|
2
|
118
|
April 14, 2023
|
Expected "end" error while loading a module
|
|
2
|
168
|
April 4, 2023
|
Modular local projects and `include(...)`
|
|
8
|
356
|
March 10, 2023
|
List of use´d or import'ed modules in a Julia session
|
|
9
|
214
|
February 14, 2023
|
I put my code into modules, much harder to develop now?
|
|
4
|
343
|
January 4, 2023
|
Purely functional modules
|
|
20
|
775
|
November 24, 2022
|
Function conflict with different signatures
|
|
5
|
218
|
October 21, 2022
|
Exporting from a nested module
|
|
1
|
225
|
September 15, 2022
|
Making types available across all submodules
|
|
7
|
234
|
September 12, 2022
|
How to export modules / packages locally?
|
|
10
|
346
|
September 1, 2022
|
How does one initialize data into a module only once?
|
|
12
|
486
|
August 29, 2022
|
Difficulties putting code in module (on an M1 machine) (pre-compilation, cfunctions, global variables)
|
|
4
|
321
|
August 12, 2022
|
Using A: B does not put in scope exported B objects
|
|
1
|
188
|
August 9, 2022
|
Setting a module global from another module
|
|
1
|
231
|
July 15, 2022
|
Differences of Core.eval vs. running the code directly in other modules then Main
|
|
4
|
357
|
June 9, 2022
|
How to use local, relative modules (best practice, simple)?
|
|
14
|
1177
|
May 26, 2022
|
WARNING: using x.x in module Main conflicts with an existing identifier
|
|
7
|
884
|
May 12, 2022
|
Using struct defined in a different module results in an error
|
|
3
|
342
|
March 30, 2022
|
Referencing the same module from multiple files
|
|
2
|
693
|
March 13, 2022
|
Avoid repeating the same `using` line for enclosed modules
|
|
7
|
1139
|
March 8, 2022
|
How best to use a custom module?
|
|
18
|
1943
|
March 1, 2022
|
Subtypes (apparently) not defined within module
|
|
1
|
304
|
February 18, 2022
|
What can't figure out the .. notation in a using statement means?
|
|
6
|
406
|
February 7, 2022
|