silvanshade

Results 20 comments of silvanshade

> Any suggestions on how should the hover tests be implemented? @Hyperion101010 One possibility would be to test `textDocument/hover` in a similar way to how I do for [wasm-lsp/wasm-language-server](https://github.com/wasm-lsp/wasm-language-server). See...

@ratmice sure, if you have an example to share that could be interesting. Even just having some notes about some other scenario like that in this issue could be useful...

Thanks for the PR. I can definitely see how this can make things a little more immediate as far as testing is concerned. I'm not sure whether it's a good...

Just to expand on this a bit, I think you could define `CancellationToken` as something like this: ```rust use tokio::sync::watch; #[derive(Debug, Clone)] enum Signal { Init, Cancel, } struct CancellationToken...

@alexcrichton I'm not sure how it fits into the current plans (per #1271) but I would like to volunteer to continue the work you started with https://github.com/bytecodealliance/wasmtime/pull/1013. I spent some...

@maxbrunsfeld I'm considering trying to implement this functionality but I'm not sure where to start, how difficult it would be, or how useful the end results would be (versus, say,...

> I could use this in my own language parser, as I want to get a list of errors to send back to the user on failure. Just to save...

> I see that this issue has been open a for a while now. Without it, how do users adopt `cxx` and properly handle `std::string_view`? You could declare an opaque...

I was able to update this PR branch with the suggested changes in a local fork of mine a little while ago and would be willing to submit a follow...

I'm seeing this same issue, but in the context of waybar's taskbar module. If waybar is started via the terminal or directly via the compositor (hyprland), icons in the taskbar...