Luke Bakken

Results 314 comments of Luke Bakken

> I'm a bit a noob with rabbit, maybe this is the classical usage for a driver. From the docs, I thought ack was more for data safety (which I...

> Really sorry for not providing a source code sample, the library was big and hard to create a simple demo Thanks for the information, but the library maintainers don't...

This makes sense. Would you provide complete test code or a PR with tests demonstrating that the change works?

It sounds like you're running into Nagle's Algorithm, which can be disabled by setting `OptionNoDelay` to `true`: https://github.com/chronoxor/NetCoreServer/blob/master/source/NetCoreServer/TcpServer.cs#L110-L116

FWIW, I'm seeing the same issue. NVIM v0.7.0 on Win32, `coq` at version `b23cd450`. I tried the suggestion in [this comment](https://github.com/ms-jpq/coq_nvim/issues/464#issuecomment-1086006171) but that kept `C-Space` from working at all. [init.vim.txt](https://github.com/ms-jpq/coq_nvim/files/8674792/init.vim.txt)...

Hi @brandedoutcast, We've got a couple options - * Add myself and @Gsantomaggio as admins to this repo. * See if we can get this project accepted into https://github.com/dotnet or...

Got it! I'll find some time soon to check this project out and figure out next steps.

> Alternatively projects could migrate to my build-dotnet action too @AraHaan would you mind pointing out where that is?

It seems like the best path forward for this project is to direct people to alternatives: * https://github.com/alirezanet/publish-nuget * https://github.com/Elskom/build-dotnet * Just use `dotnet` commands. We have adopted this method...