Sebastian Pfitzner
Sebastian Pfitzner
OhMyREPL is basically a hack and overwrites loads of REPL methods because there's no other way to implement things like that, so yes, an actually extensible REPL interface would be...
Yeah, just add a bit of horizontal and vertical padding to the `li` (and add the hover effect for that instead of the anchor): 
Yeah, the Julia 1.4 distribution for MacOS is broken. I'd suggest adding a [exclusion](https://github.com/julia-vscode/CSTParser.jl/blob/3ea92f4e40052d87d52aedabb16b550b5ac539ec/.github/workflows/jlpkgbutler-ci-pr-workflow.yml#L14-L16): ``` exclude: - os: macos-13 - julia-version: 1.4 ``` Also probably a good idea to switch...
I meant using `macos-13` globally and excluding Julia 1.4. I've also been using the juliaup action recently -- here's how that would look like ``` ... strategy: matrix: julia-version: ['1.0',...
Yeah, that's invalid TOML. Should really be a string imho.
Imho Gallium's breakpoint handling was quite nice (when it worked): https://github.com/Keno/Gallium.jl/tree/v0.0.4#breakpointing-options Most of those could probably be implemented in Rebugger in some fashion, I think, although I'm quite unfamiliar with...
No, `error` just throws an error :) See [the docs](https://timholy.github.io/Rebugger.jl/stable/usage.html#Usage-1) for details.
> I would like the ability to define the text that is going to be shown instead of seeing whatever was on the right-hand side of the equation when the...
> Usually, the variable type and a higher-level description of what it represents. Sometimes I would want to include notes or warnings for programmers who collaborate with me and are...
This should just be fixed in JuliaInterpreter instead of downstream having to work around it. Does this reproduce on non-ARM archs?