-
@JuliaRegistrator register()
-
-
@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…
-
Hi @YuanbinLiu , I noticed ACEpotentials had some large updates and using latest version causes the current code in autoplex to fail, thus I have pinned now the Julia to v1.9.2 and ACEpotentials to v0…
-
EDIT: See simpler example in [second comment](https://github.com/jlapeyre/DotCall.jl/issues/7#issuecomment-2464868054).
```julia
julia> @eval Base import DotCall;
julia> @eval Base DotCall.@dot…
-
When using Conjure with Julia and Tree-Sitter evaluating a form, when over a simple function call correctly send the function call to the repl. i.e `abs(-3)` => 3 evaluates correctly.
When however …
-
is it possible to generate factals like mandelbrot/julia set and other factals using equation
-
This appears to have regressed on https://github.com/JuliaLang/julia/pull/56409. Specifically, wehn building Base, Julia aborts at
```
Compiling the compiler. This may take several minutes ...
Base.Co…
-
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…
-
## Describe the bug
`adapt`ing a (center)space leads to malformed struct, which is realized during printing of resulting object.
As a consequence, the space cannot be used to set up a field correc…