Mel Massadian

Results 465 comments of Mel Massadian

> I've written something like this, it's a binary that replaces rust-analyzer in your editor and pipes the input/output through a local tcp socket Thanks a lot, it seems to...

Hard server crash is when the system ram get's filled IIRC, for vram comfy raises Allocation on Device and unloads everything

Thanks for the report, I will fix it but the imageFeed wasn't updated for the new UI given we now have an equivalent builtin. I am working on a panel...

> though this still has some work to do i guess? Yes it's more a POC for now, only tested on windows I will merge it once I properly tested...

> Someway of browsing in the output/input folder The first task in #193 (the poc we talked about earlier) does load everything from both input/outputs And the feed only the...

The ideal thing would be to allow custom flags for the shell. In nushell for instance there is a concept of env vs config. env is lightweight and only adds...

Also the parsing is inconsistent between macos and windows. On macos this works fine: ```yaml command: "nu --env-config $nu.env-path -c 'use ensure.nu;ensure scope {{.Form.Type}}'" ``` But on windows it adds...

I think most of the behaviours explained here changed since, posting @fdncred 's explanation from discord: EDIT: The data I posted earlier is currently being double checked and the updated...

> ``` > nu -i -c 'echo 123' > 123 > # nushell immediately exists without dropping to an interactive shell > ``` That's expected: ```nushell -c, --commands - run...

Hi, I have the same issue, I don't use anything like mingw / msys etc, only native windows. I tried a few cpp compilers but they all error out in...