-
Hi,
I first wanted to say that I really like the ccxt library.
I wonder if some examples to use it with Julia language couldn't be done.
https://julialang.org/
https://juliahub.com/case-studies/…
-
I will generate an MWE in the morning. Testing out FNOs (https://github.com/SciML/NeuralOperators.jl/pull/52) with #245
```julia
julia> ∇fno_compiled = @compile ∇fno(fno, ps, st, x)
error: FFT/IFFT/…
-
@JuliaRegistrator register subdir=julia
Release notes:
This is the first release of RemoteBMI Julia.
Remote BMI allows you to communicate with BMI enabled numerical models using a RESTful API…
-
Since it is a data science IDE now, not just R, or Python. Any plans for Julia support?
Currently it is awkward that even though VSCode internals of Positron recognise Julia code and highlight it, bu…
-
The following minimal code fails in Visual Studio Code (see below). The same (or the real version of the code) runs perfectly well from a regular Windows CMD window. It fails when executing DBInterfac…
-
The same app I was successfully compiling in Julia v.1.10.6 under 15 minutes no longer compiles after updating Julia to v1.11.1.
It stucks +20 minutes on
`⠸ [03m:30s] PackageCompiler: compiling noni…
-
It would be great to have a C-accessible API for Icechunk, as a "lowest common denominator" for access from Julia, C, GDAL, etc.
I am personally a contributor to Julia's Zarr implementation in htt…
-
This is a follow up on https://github.com/julia-vscode/julia-vscode/pull/1707.
Using `direnv` (and the VSCode extension) I can provoke the language server to crash when using a shim script on nixOS.
…
-
The Julia Language Support extension for Visual Studio Code crashes with the following output. The server initialization fails, and the Julia Language Server crashes multiple times, eventually stoppin…
-
# Scientific Computing Blog (1): Hydrodynamics Code using Julia | Computational Science Blog
I am a strong proponent of Julia as a programming language for scientific computing. Julia is a new langua…