Amar Sood
Amar Sood
To ask a perhaps nonsensical question -- it looks like the nrepl session is stored in state as `clj`, `cljs` or `cljc`? https://github.com/BetterThanTomorrow/calva/blob/1962e126b59a76a35c9793982b743d2e048a4f35/src/nrepl/repl-session.ts#L5-L20 If that's the case, for the common...
> @tekacs I think it somewhat works like that now in terms of storing and switching, but not in terms of how those connections are started or created. @bpringe that...
This occurs for me if I open a `multi-term` and kill the buffer (with `SPC b d`). The only way I can close `multi-term`s is by sending an EOF to...
Having now tried this with serde_json in the same reproduction, I find that this issue occurs there too, so... not a ciborium thing? https://www.rustexplorer.com/b/f3jizk Apologies. I'll try to figure out...
So it looks like this is an issue with `serde_json` as well... but I guess there's an open question as to whether this is solvable in ciborium? https://github.com/serde-rs/serde/issues/2462 Reopening in...
> Fixing the parser is the way forward in the context of the approach taken by this repository, yes. There might be follow-up issues, of course. But PRs that improve...
Thanks for attempting to support WASM, @EkardNT!  Since I have a WASM project set up I'm able to test things and... I've found that...
I threw together a quick version based on `wasm_bindgen_futures` that supports `!Send` futures but doesn't return a `JoinHandle` at https://github.com/tekacs/bevy-wasm-tasks / https://crates.io/crates/bevy-wasm-tasks ~I might take a stab at an [`async_executors`](https://github.com/najamelan/async_executors)...
It looks like this is related to #64 -- I'm also running into this with `nix-shell`, so I ended up here.
Great suggestions @Dima-369, thank you. I've considered generating the prompt from the tools and that'll probably make it in soon. What I'm currently quite stuck on is figuring out why...