Claire Foster
Claire Foster
The code looks pretty good here :+1: I have misgivings about special syntax for `>>%`... along the lines of https://github.com/JuliaLang/julia/pull/52828#issuecomment-1989730820. But regardless of that, we should have any debate about...
I've added my thoughts about the alternatives to special syntax here: https://github.com/JuliaLang/julia/pull/50790#issuecomment-1989812730
```julia mutable struct MPoint3D{T}
This was fixed some time ago.
Should be fixed or at least greatly improved by https://github.com/JuliaLang/JuliaSyntax.jl/pull/215
That's puzzling, this reproduces easily for me if I type `a b\n` (just a single `\n`) @kushal140 you need `JuliaSyntax.enable_in_core!()` to enable the new parser?
> The result shown is for standard parser. That point is that `JuliaSyntax` is not yet the standard parser, so you need to enable it or it won't be used...
If you're interested in remote execution, do check out my package https://github.com/c42f/RemoteREPL.jl I've already got three different types of tunnels there including ssh, and I'm considering adding other transport mechanisms...
I faced this also in https://github.com/c42f/RemoteREPL.jl/issues/16, and implemented a partial solution there for remote processes in https://github.com/c42f/RemoteREPL.jl/pull/24 However, in general having CTRL-C handling as capable as the normal Julia REPL...
Hi, thanks for the PR! Can you include one or several test cases to show how this is supposed to work? It's very useful to tie all URI parsing and...