Justin Willmert

Results 38 comments of Justin Willmert

`OffsetArray`s store an offset as a struct field, so the fact that CustomUnitRanges.jl provides a type-based zero-indexed range type doesn't actually lift the indexing calculations to the type domain/compile time....

Yes, I'm generically interested in supporting enough computation that one could calculate the spin-weighted spherical harmonics. I've never actually done that, though, because the reference I've seen before always resort...

~~The second commit eliminates (locally for me) the test errors that occurred on the last CI run. I tracked down the issue to being caused by the process of saving...

The second commit caused an accumulation of screens and therefore a ballooning memory use. The latest commit simplifies by just copying what seems to be the only line in the...

The debug output to compare to https://github.com/MakieOrg/Makie.jl/issues/2453#issuecomment-1532594689 is ```julia julia> using GLMakie julia> ENV["JULIA_DEBUG"] = "GLMakie" "GLMakie" julia> scatter(rand(10)) ┌ Debug: new singleton screen └ @ GLMakie ~/.julia/dev/Makie/GLMakie/src/screen.jl:328 ┌ Debug:...

I've been annoyed by this problem as well — Arch Linux, Gnome 46 desktop environment on Wayland. This is especially bad in my experience because the window always reappears near...

After my work computer updated to v2.5.7, I've hit this problem, and here's what I understand. ## The Problem There seems to be a poor interaction between three settings/actions: 1....

I think this issue is fixed in v2.6.0, presumably due to #13101 which effectively implements what I suggested in https://github.com/microsoft/WSL/issues/10205#issuecomment-2931121662: > ## Suggested Fix > > I think the fix...