Ben Alman

Results 150 comments of Ben Alman

If you're going to use AHK 2.0, you may want to do something like this. This way you can: * pass the system name to the script as command line...

From what I can tell, if you want to support both versions of AHK, you'll need 2 versions of the scripts, because the syntax isn't backwards compatible. If you're interested,...

One other thing I should point out: it seems that, generally, the first item in the dropdown list when searching in the galaxy map always matches the system name that...

/cc @jorydotcom in case she has any specific comments about the "Legal" section!

Should we have anything like "You're not allowed to sell anything with the Grunt logo without permission" ?

> It's called Input (Autoconfig) Connection Notifications, under Settings / User Interface / On-screen Notifications / Notification Visibility. I'm seeing the same problem here in 1.20.0. Every time I start...

FWIW, the problematic notifications go away when I disable On-Screen Notifications, but then I lose my achievement and other notifications, which I don't want to lose. I just want the...

FWIW, I worked on it a bit this evening and created a patch against `@samkirkland/[email protected]` to use with [patch-package](https://github.com/ds300/patch-package), so I can now just put something like this in an...

Note that I just updated the patch to support negations so you can do something like `--sort '!**/{index.html,build.json}' index.html build.json` (which I also explained in the previous post).