Johnny Arcitec

Results 445 comments of Johnny Arcitec

Ahh, understood. And yeah it works fine for me already in every scenario I've tried. Windows 10 does a great job emulating a mouse from the PTP input.

Yeah, JSON specification requires that all keys are in double quotes, like this: ```json {"foo":1} ``` This is valid JavaScript but invalid JSON: ```json {foo:1} ``` Also, trailing commas are...

@YangRongAtGit @Artyrm # You should switch to JSON5 instead of this library, for much more robust parsing: https://github.com/linjackson78/jstyleson/issues/4

Ping @inferno986return (https://github.com/IBM/plex/issues/122).

By the way @mjabbink, with the math symbol set, it would be possible to create a `IBM Plex Mono Code` variant which is literally just Mono but with certain mappings...

gtk-sharp 3 is a dead project too (it died at the end of 2016 and gets 1-4 commits per year since then, mostly just documentation / unrelated changes, no major...

+1 this is a pretty big downside. Excluding a huge tree of junk but including a specific sub-folder that contains some vital configuration is a pretty common need in a...

The script is clean, as explained here: https://github.com/victornpb/deleteDiscordMessages#about-running-code-on-your-console I even read through it myself to be sure, and it's clean. Your phone number issues were caused by something else and...

@cflange It's able to find the package. The bug is in the parsing/HTML rendering of the search results. The website crashes. This is why the search results have a big...

Excellent idea for discussion! The thing that initially fooled me was `rc` in `.zimrc` since that stands for "run commands" and normally refers to commands that will run at every...