Curt D.
Curt D.
Hello! I'm currently trying to invoke a julia function via pyjulia, which works great in the serial python case, but causes hanging for some reason when invoked in python multiprocessing...
Also fixed some passed argument type inconsistencies in the invoked `duckdb_append_*` C api methods
It seems like the `name` variable set [here](https://github.com/julia-vscode/StaticLint.jl/blob/c5c21c115c6e467dd8294dcb4ee05fd830a8721b/src/bindings.jl#L276) could potentially be `nothing` but that case isn't being handled by the existing definitions of `scopehasbinding` ``` ERROR: MethodError: no method matching...
Thanks for the very nice package. Is it currently possible with `JuliaFormatter` to specify a non-zero indentation level for the modules in a file? i.e., instead of ```julia module A...