Daniel Pinyol

Results 75 issues of Daniel Pinyol

When computer is offline, `mkdocs serve` hangs without providing any feedback. It would be nice if a warning could be displayed. thanks

raises & any_failures exported from top `__init__.py `module so that mypy does not complain that they are not explicitly exported. More info at https://stackoverflow.com/a/79374189/145289 ``` test/utils/test_math.py:20: error: Module "pytest_check" does...

.JuliaFormatter.toml ``` indent = 4 margin = 94 style = "blue" align_assignment = true ``` The long line is not split when `align_assignment = true` ```julia XXX(; fromPython = true,...

Formatting this code (v 2.1.0) with julia 1.10 with default configuration ```julia funct() do # comment end ``` turns into ```julia funct() do # comment end ``` reformatting it, we...

1) With the following pre-commit configuration as per the README.md, running "pre-commit run --all lychee" fails with error "Executable `lychee` not found". I had to `cd` into the pre-commit environment...

bug
triage

**Affects:** JuliaCall **Describe the bug** If juliacall is imported, and then a python subprocess uses juliacall, it fails at least when executed with PYTHON_JULIACALL_HANDLE_SIGNALS=yes . If it's a package limitation,...

bug

julia 1.12beta4 does not expose `jl_init_with_image` anymore. Falling back to `jl_init_with_image_file`, which works fine. ``` nm ~/.julia/juliaup/julia-1.12.0-beta4+0.x64.linux.gnu/lib/libjulia.so | grep jl_init_with_image 0000000000013b99 T jl_init_with_image_file 0000000000020ee8 b jl_init_with_image_file_addr 0000000000013ba5 T jl_init_with_image_handle 0000000000020ee0...

**Affects:** JuliaCall **Describe the bug** Just accessing `juliacall.Main.PythonCall.JlWrap.Cjl._pyjlbase_name` crashes python 3.13.3. It doesn't crash python 3.12. I know it's a private field, but what I actually wanted to do was...

bug

**Is your feature request related to a problem? Please describe.** This code takes around 7s on a modern i9 the first time that it's executed. It's immediate the next times...

enhancement

Would it be possible to integrate the new wall-time profile? https://julialang.org/blog/2025/10/julia-1.12-highlights/#new_wall-time_profiler thanks

enhancement