Freja Roberts
Freja Roberts
> > Example when rendering some text in a wgpu app: > > > >  > > Any chance you can post the cosmic-text code that replicates this on...
I managed to reproduce the issue and fix it on my side. Let me know if it is now also fixed on your end
Do you by any chance have `disable_builtin_notifications = true` in your config? The built-in notifications (or if if true nd using nvim-notify which I am) will display a toast that...
Hello @termhn I am using your library for my custom game engine and must say that I love it. The rotors and brevity of the library are amazing, as well...
Would you be interested in a pull request?
This would be fixable with a simple check which ignores dispatch_reset if the status buffer is about to be filled, indicated via a flag. The question however is if it...
I see, feared that was the case. Using a proper parser would definitely be preferred, as it would solve the ultimate source of this issue and a quite a few...
Good idea. I suppose that the error you are getting now is the underlying `git commit` error of "no changes added to commit" and makes it sound like the world...
Well put. What we have: - Session negotiation - Single Session establishing through connect - Incoming uni streams - Incoming bi streams (send/recv) - Reading datagrams - Sending datagrams -...
The issue with first checking that it is enough, and then reading, is that the reading part can very easily be changed by yourself or someone without updating the above...