Caleb Ekstrand

Results 7 comments of Caleb Ekstrand

I've pinned to v0.0.11 to get it to work on windows.

For those interested in the configuration I've had working on windows via pinning `v.0.0.11` ```lua return { "mistricky/codesnap.nvim", lazy = "true", build = "make", cmd = "CodeSnapPreviewOn", commit = "14327aada69623c1b974ba20a6640856f91a7cb3",...

> For those interested in the configuration I've had working on windows via pinning `v.0.0.11` I've since convinced work to get me a Mac so I'm no longer using this...

@SpaceManiac I'm attempting to migrate this project off of websocket and over to tungstenite-rs. I have got receiving and parsing events working on Tungstenite, however I'm running into a couple...

@SpaceManiac Thanks for that update, I can confirm that it does now connect to a voice channel. As I've been trying to work on migrating over to tungstenite I ran...

From the research that I've done we can add the `tokio` runtime to make use of `async` sockets under the hood but still expose a synchronous API. I'll work on...