Xandaros

Results 58 comments of Xandaros

They also don't work on Linux. At least not, if they are defined as, for example, `""`: ```python ghk = keyboard.GlobalHotKeys({"": lambda: print("x")}) ghk.start() ``` I can press F1 as...

Something I have seen before is introducing special `INDENT` and `OUTDENT` tokens in your lexer. I thought that was quite clever.

Something to keep in mind is that the OAuth login is going to require an authentication server hosted by you. GGG takes the words "client secret" seriously and won't let...

Alright, sounds good. I'll just work on the 0.7.0 branch, then. Though, I can already report a slight annoyance: The 0.7.0 branch requires Python 3.8, while the current master does...

Hmm, I would have assumed merging would be easier if I worked off 0.7.0. But the changes are really small anyway. This is all that was needed to get it...

I personally really like how rust handles modules. It's a static language, so I'm not sure how well this will be received, but: You basically build a module tree. The...

I am also encountering this. I use flask with socketio, which, as far as I know, uses coroutines or something similar. Maybe it is connected to async, after all? I...

No, I did not actually run into any issues with this directly. I was working on a language server for teal (https://github.com/Xandaros/teal-lsp) While this is indeed a common Lua idiom,...

Changing the wineprefix to Windows XP was also required for me. Game does not start otherwise. There are major performance issues with the latest Proton 4.11. Disabling FSYNC fixes those.

If you combine the labeller and programmer, it would be nice if the general naming of things would also be available. So you don't need to have a labeller to...