Sam Windell
Sam Windell
> do you have `shell_integration: true` set in your config.nu? Yes, my config file is exactly the default_config.nu and it does indeed contain that line.
That seems to work, but I've just discovered that pressing enter with or without any text in the prompt fixes the issue. Also just added some clarification to my original...
Thanks, I'll try out the PR tomorrow!
No luck I'm afraid, nothing changed. I appreciate your fast response to this though. I'm not used to rust's build system, so just to clarify: I cloned your fork, checked...
For me it's with any dotnet command at all. I'll do some more testing for you with this this weekend. See if I can isolate anything on win/mac/linux.
It's working! Thanks very much for this. I was not running the version that I compiled. I was using nushell to replace the nushell binary, which was asking for trouble...
Yep works here too. I updated the exact example in my original post to work with Zig 0.12.0 and ran the same command. It works now. ```zig const std =...
I've had this exact same issue. I'm also using Wayland + Nvidia, but Hyprland instead of Plasma.
Very strange... I'll take a look at this when I get a moment.
Here's the regex for the {} comments: https://github.com/nojanath/SublimeKSP/blob/9132114ff504f04646208130ed6fa5355f61c7b6/ksp_compiler3/ksp_compiler.py#L37 Unless I'm mistaken, it's only the character directly before the { that is checked if it is a quote. I think we'd...