Ruslan Garifullin

Results 18 comments of Ruslan Garifullin

I'm currently developing a Qt/JS Discord client and I would be very thankful if people could hop in and help: https://github.com/ruslang02/discord-qt

It's a complete rewrite based on the [NodeGui](https://github.com/nodegui/nodegui) framework and discord.js library, no Chromium/Electron at all

@ShayBox As we discussed, runtime-patching of discord.js library is now implemented so we won't need to stick to a fork anymore. Also I will probably add a notice about the...

@simon511000 `i18n` support is ready. You can start working on French translations. This is being addressed to everyone actually, translations for the app would be wonderful to have. Before translating...

QCloseEvent really needs to be implemented, it is very important for creating minimize-on-close types of applications.

Can confirm, same issue, `xfwd: true` doesn't fix the issue

Thanks! Changing to node 10 using nvm fixes the problem

UPD: node 12 and node 13 do not have these issues as well A node 14 specific issue it seems