asonix
asonix
I see no reason not to support sub protocols in actix-ws. The reasoning is when I first built actix-ws it was more of a "proof you can do websockets in...
I experience the 2 minute delay on xdg portal stuff every login. Not really sure what to do about it but just wanted to mention the problem is still around
I `systemctl --user restart xdg-desktop-portal-gtk` first thing after login now. Works fine enough
going ahead & merging this, going to get the kernel updated today as well
I'm usually the one putting updates into this repo and I don't have either of those boards to test on. You're welcome to add PRs to support additional boards though
So a few things need to happen 1. New uboots need to be added to the uboot file. It might be as simple as finding the right defconfig and adding...
which uboot are you trying to build? afaik we don't have a predefined build that requires that defconfig
seems like that's a question for @oplik0, since that board was added in their fork and not here.
I think this is the wrong solution to this problem. The bug is not that the message stream fails to produce a value when asked. The problem is that the...
But the bug is not with MessageStream. If you poll a message stream it will give you an item if it has one. If another future is not polling MessageStream,...