Package Developement Targeted at Older Julia Versions
|
|
6
|
176
|
November 9, 2024
|
`include` calls in a Julia package
|
|
2
|
114
|
July 28, 2024
|
LoadError: ArgumentError: Package X does not have Y in its dependencies
|
|
2
|
56
|
July 22, 2024
|
My dependency changed one of its dependencies - can't build my package anymore
|
|
1
|
140
|
June 14, 2024
|
How to `add` and `using` use the latest commit of a package that hasn't been released yet?
|
|
7
|
179
|
April 15, 2024
|
To confirm: All dependencies of a Julia package should be `add`-ed before `using`, right?
|
|
2
|
134
|
April 15, 2024
|
How to tell Julia that my type is not iterable?
|
|
2
|
212
|
April 10, 2024
|
Code organization of a project with multiple simultaneously developed packages
|
|
1
|
302
|
August 3, 2023
|
Cannot `pkg> dev .` a package with extensions inside a shared environment?
|
|
0
|
251
|
July 8, 2023
|
How can I structure a project in multiple modules and have code run in them?
|
|
10
|
634
|
June 15, 2023
|
Using PyJulia (or similar) to create a pip-installable python package from a registered julia package?
|
|
2
|
311
|
April 10, 2023
|
PSA for SnoopPrecompile: turning off extra workload for specific packages
|
|
4
|
808
|
March 8, 2023
|
Revise, Pkg, PkgTemplates, PkgSkeleton and smooth Julia package development
|
|
6
|
712
|
March 6, 2023
|
Developing a module the Julian way such that its functions are visible during development
|
|
18
|
1246
|
October 15, 2022
|
Best IDE for docker in Julia?
|
|
3
|
1634
|
June 19, 2022
|
Collaborative development workflow for multiple packages simultaneously on multiple machines
|
|
1
|
654
|
April 4, 2022
|
Package developers: what version of Julia to run tests on?
|
|
1
|
526
|
March 31, 2022
|
Package Dependency Warning Cause & Fix
|
|
2
|
867
|
March 18, 2022
|
How to get empty markers, Plots, gr() backend
|
|
14
|
7102
|
February 17, 2022
|
How to use/add local temporary dependencies?
|
|
1
|
451
|
January 5, 2022
|
Dependency without dependency
|
|
4
|
479
|
December 21, 2021
|
Tips on code design for writing new packages
|
|
2
|
484
|
December 12, 2021
|
Pluto and packages under development
|
|
6
|
2439
|
December 8, 2021
|
What's the usual practice about type stability testing in packages?
|
|
2
|
2426
|
November 11, 2021
|
Cxx.jl Compatability with Julia 1.5+
|
|
7
|
1595
|
May 25, 2021
|
How to update dependencies in an dev'd package
|
|
4
|
2030
|
May 18, 2021
|
So if I have module A defining a struct, then with "using" import the struct to mo
|
|
2
|
447
|
February 6, 2021
|
Problem in addidng a package to new created package dependencies
|
|
2
|
835
|
December 17, 2020
|
Interface for subtypes of Core.Real
|
|
6
|
683
|
November 17, 2020
|
Is there a transpiler from shell to Julia `Cmd`s?
|
|
1
|
443
|
September 11, 2020
|