Liang Zhou
Liang Zhou
I am using raw pulseaudio and can confirm it's working for me. So this issue might only affect pipewire users. Also noticed one minor documentation thing, `--node-blacklist` should be used...
I wonder if there's a way to tell if some feature documented in kll spec is implemented/unimplemented. I am playing key mappings based on kll spec, the following is not...
ran into the same issue on 26.3. Switching to 26.2 works, with the exact same packages and config. Tried the following fix but it doesn't seem to work. > `(add-hook...
Thanks for the response. I completely understand what you said above. I agree the test driven approach is a good idea, otherwise we wouldn't switch to this tool which doesn't...
> > Try this > > https://github.com/1715173329/UnblockNeteaseMusic/releases/tag/v0.26.1 > > Might need Firewall rules. > > This works perfectly, Thank you! +1 Thanks for sharing!
same issue since about 2 weeks ago.
I couldn't reproduce this issue on my chrome(`54.0.2840.59`) and FF(`49.0.2`). When opening a connection request, `success` event won't be fired until `onupgradeneeded` callback is done. And by the time `onsuccess`callback...
@sangaline I ran into similar problem recently and it seems if we use the dataloader outside of graphene resolvers, we need to wrap the operations inside a function, and then...