Changsheng Wu

Results 56 comments of Changsheng Wu

the good old linux way is tar these files to stdout and pipe it to wormhole. on the receiver end, untar these files from stdin. wormhole currently supports stdin/stdout, but...

Thank you for that fix attempt. I still see the same error.

Do you have a contributing guide for developers to participate in? Maybe I can submit a patch easily if there's a guide that can walk me through the code :grin:

I guess you have Xwayland running so tauri actually still uses X. Anyway, it's an upstream problem. If it cannot be simply worked around by disable the global shortcuts feature,...

I really appreciate your willing to help but I've been using NixOS. Though it's reproducible but not easy to get started with. I would suggest you kill Xwayland or manually...

That seems a tough decision to be lenient or not. Our workaround currently is monkey-patching the validator function to discard invalid headers. I understand that in h11, a regex is...

Any updates? Still experiencing this issue with autozimu/LanguageClient-neovim https://github.com/autozimu/LanguageClient-neovim/issues/46

switch to https://github.com/Microsoft/python-language-server

Same issue here. I edited your code and found this line https://github.com/Hual/foo_mediacontrol/blob/master/foobar2000/foo_mediacontrol/media_controls.cpp#L106 doesn't work. `m_controls->PlaybackStatus` fails to update. :/ Dunno why. It's pretty weird, it worked well before I reset...

Note to myself, I might be interested in submitting a PR. 😁