Takafumi Arakaki
Takafumi Arakaki
Specifying CD argument when using dz-defservice macro causes NAME-start function to move the directory of the current buffer. This problem is fixed by simply replacing dz-dir-excursion with a let clause...
It would be nice if user can add/remove options by adding some lines to .evmrc file. See also #1.
**`@aviatesk`** composed a solution to update comment in place: https://github.com/aviatesk/JET.jl/blob/8a458dd8d675c8e26c1149517c8dfbb1d755f01b/.github/workflows/benchmark.yml#L28-L68 Quoting my comment on slack: > I moved to git repository-based output (https://github.com/tkf/BenchmarkCI.jl#store-benchmark-result-in-a-git-branch-optional-very-experimental) so I'm not personally annoyed by the...
Currently, BenchmarkCI.jl fails in PkgEval with ``` *** Please tell me who you are. Run git config --global user.email "[email protected]" git config --global user.name "Your Name" to set your account's...
... though what's done here ATM is simple enough to do with `curl`.
It would be convenient if we can do `solve(prob)` without loading the whole DifferentialEquations. I think it can be done with, for example, something like this: ```julia module OrdinaryDiffEq """...
This PR uses forthcoming CompilePreferences.jl stdlib https://github.com/JuliaLang/julia/pull/37595 to manage libpython setting for each project. The current design is to move `deps/build.jl` to a separate package [PyPreferences.jl](https://github.com/tkf/PyPreferences.jl) that gets a precompile...
AOT with nightly was disabled in #930 to workaround this failure ``` ┌ Warning: Could not use exact versions of packages in manifest, re-resolving └ @ Pkg.Operations /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.8/Pkg/src/Operations.jl:1510 Precompiling project......