Dave Kleinschmidt

Results 177 comments of Dave Kleinschmidt

This seems to be specific to interaction in the REPL buffer itself; when I send code to evaluate with C-c C-z in an associated code buffer, I get a websocket...

Same here, with emacs 27.1 / arch linux 5.10

I think this is also (somehow, god knows how) related to #219. I've found, through some tedious trial and error the most recent time I hit this (entering the seemingly...

here's the relevant bit of the profiler report: ``` - redisplay_internal (C function) 12065 85% - jit-lock-function 12059 85% - jit-lock-fontify-now 12059 85% - jit-lock--run-functions 12059 85% - run-hook-wrapped 12059...

I'll try out the branch and see what shakes out, thanks!

It's also possible that another API function might better express this; `unnest(df, :tblcol)` is one possibility.

Also relevant is that https://github.com/beacon-biosignals/TimeSpans.jl was spun out of Onda.jl so it's a pretty lightweight dependency which provides the convenience functions that Onda uses to work with time spans.

I just hit this with SSPX labs too. Any reason not to just revert https://github.com/Kerbalism/Kerbalism/commit/5a8840238a7ec08ac65659de97e05f749bffb3a7 ? I searched for `ModuleScienceLab` in my (lightly modded) GameData and the only places it...

@cossio There's a PR to add a generic `eachslice` iterator to Base: https://github.com/JuliaLang/julia/pull/32310; it's been under review for a while but there's recent activity...