Artúr Kovács
Artúr Kovács
I just realized that this is probably caused by the way my project is configured and I don't particularly like using the issue system for asking for help about usage...
The reason for reopening this issue is that this is also the behaviour I get when doing this in a fresh project created with ``` yarn create electron-app my-electron-webpack-typescript-nodegit --template=typescript-webpack...
Thanks @weedz for your detailed answer! I since then moved on to using `simple-git` which of course is far behind nodegit in terms of its features and requires git to...
Just an update on this. Now as I hit a very similar issue with `drivelist`, another native module, I replaced webpack with rollup which seemingly solved the issue. I haven't...
For the record: I updated `xkbcommon-dl` which allows testing on Ubuntu 20.04
I went through the TODOs in your list and I believe that the only item that's blocking this from getting merged is >Ensure control characters only occur when we expect...
> but I have some measure of confidence that I'll get around to doing the things you mentioned either today or next week. That sounds great Markus! Let me know...
If I'm not mistaken then the previous message was directed to you, @dsluijk. If you don't have the opportunity to continue working on this, feel free to indicate that.
I created an example repo at https://github.com/ArturKovacs/winit_open_file
That's a fair assesment. I made this implementation based on the discussion at #1751. Would you suggest using a platform specific event API instead? Something like: ```rust enum Event {...