Philipp

Results 85 comments of Philipp

> Any news regarding this bug? Have you encountered this bug?

> How do I test for it? So you haven't. I'm not sure if this bug still persists, because as far as I know, I haven't seen it for a...

Before the file is written to, the new file size is already known and it is already allocated accordingly. Also, dynamic sizes would in total decrease performance even more, because...

This could work with search trees. Further research is needed

I generally never support Linux (because in my opinion it is a server OS and not a desktop OS), but maybe you can hack it together in this case: The...

Maybe you can view the output of the devtools (Ctrl+Shift+I). `-r` stands for require in the NODE_OPTIONS, so maybe it has to be a relative path to the working directory....

@Kup1o The Linux install script looks good, but you execute *NodeLoad.js* with nodejs after/while Discord is running. https://github.com/Kup1o/SimpleDiscordCrypt-Extended/blob/5d6b2a7733754265a1e5946a2f0d2c322a9cf144/SimpleDiscordCryptInstaller.sh#L186 Instead, it should be executed by the Electron runtime, which can be...

@kup1o I know. It is (currently) broken. The original https://gitlab.com/An0/SimpleDiscordCrypt/ is also broken, too. I already tried looking into it and the bug is very difficult to solve, which is...

There is no macOS support, because SDC hooks into Discord by starting it with command line arguments and preloading JavaScript files. I highly recommend asking the original author, because this...

Other discord clients are not supported, but you can try editing all variables that include Discord Canary in some way here by finding PowerCord's file locations, etc., on your hard...