Sam Estep
Sam Estep
Thank you for reopening the issue. I'll open an upstream VS Code issue if I have time to diagnose this, but I'm not sure when I'll have the bandwidth to...
Just to make sure I understand correctly: is this not a subset of what Style would gain from having functions? #894
Ran into this today in gradbench/gradbench#574: it's a polyglot project with a bunch of different code formatters and linters, so I consolidated them into a single place to run them...
Stumbled upon this thread after observing that every [`lsp_server::Message`](https://docs.rs/lsp-server/0.7.6/lsp_server/enum.Message.html) (used by [rust-analyzer](https://rust-analyzer.github.io/)) just directly contains [`json_value::Value`](https://docs.rs/serde_json/1.0.108/serde_json/enum.Value.html), so for every message, two invocations of `serde_json` are required in order to use...
Marking this as draft since the merge conflicts suggest it's not ready yet.
Apologies; this is because there hasn't been a release in quite a while, but the online editor is always deployed from `main`.
What's the overlap between this and #7651?
Apologies, you are right. Yes, you can close that one if you'd like.
@dpc OK, so... sorry, I'm still somewhat new to Nix. Which should I use, `crane.mkLib final` or `crane.mkLib prev`? Or do you mean I should be doing neither of those,...
@dpc gotcha, thanks; I think I understand that in general. Could you help me understand this specific case in the context of the general advice given [in the Nixpkgs manual](https://nixos.org/manual/nixpkgs/unstable/#sec-overlays-definition)?...