Ezra Andrus
Ezra Andrus
Hey @hexiy! I recently found [LibVLCSharp](https://www.nuget.org/packages/LibVLCSharp) which seems to work pretty well! I tried [OpenTK.OpenAL](https://github.com/opentk/opentk/tree/master/src/OpenAL/OpenTK.OpenAL) but it's pretty low-level. Which I'm more or less ok with, and it's (maybe) better...
I use an Intel... I hadn't thought about ARM... sorry @hexiy. I guess you could try to build it, or find prebuilt binaries somewhere? Although it would probably be a...
I think I found the problem. It's not actually in `smtp/smtp.go` but in `imap/message.go` on line 426. The message is getting created without defining a sender: ```go msg := &protonmail.Message{...
> The issue is still relevant in version 0.2.27 Yeah... sadly it seems this project hasn't been getting much attention... I'd be tempted to help out more and create some...
I assume you mean that keys like A-Z don't appear to trigger any events? If so, I'm having the same problem on MacOS 12.6.8. (special keys like shift, control, command,...
Oh wow... that seems so broken. I found a python library `keyboard` and tried it out. It works! But only if running as sudo... (which it says is needed when...
@tisfeng Yes, those appear to fix the issue(s)!