teddywing

Results 16 comments of teddywing

Maybe have something like an `invitation_reload_period` key, an `invitation_last_sent_on`, and a `invitations_for_period` key. So `invitation_reload_period` would store the amount of time between invite refills. `invitation_last_sent_on` stores the time the user...

Huh, just realised this doesn't actually work correctly. I had been testing with 'yesterday', but that was just a fluke because the `stop` command handles both today and yesterday (https://github.com/zenhob/hcl/blob/cea2bbe0d1b2c9629d7fab397093856580a9e099/lib/hcl/commands.rb#L127)....

Came up with a new mechanism for doing logging and handling past dates. This duplicates the work of `Commands#start` while introducing a way to parse a date as an optional...

To avoid having to restart, you can use an external keyboard or show the Keyboard Viewer from the Input menu and run: ``` $ sudo pkill karabiner ``` (although I...

> @teddywing In my tries Keyboard Viewer suffers from caps-lock-always-keydown too, and there's no easy way to input password 😹 Darn, I was able to turn off caps lock by...

Here are some logs from a recent occurrence, apparently at 10:10. Combined logs copied from Karabiner-Elements' "Logs" tab: [2020-04-23 10:06:18.618] [info] [observer] Apple Internal Keyboard / Trackpad (device_id:4295068450) is observed....

The documentation describes that it is possible to symlink the configuration file, but the entire `~/.config/karabiner` directory must be symlinked instead of the ā€œkarabiner.jsonā€ file: > If you want to...

> I'm not sure why would I want to keep backups or assets under my dotfiles repo. There is a chance, that I'm missing something. I'd be glad if you...

> Then the next time you set up your new machine means that you need to create `assets` and `automatic_backups` manually or move these folders manually to the dotfiles dir,...

> Yeah, and I assume it would not allow me to automatically create a symlink. I’m not clear what would prevent you from creating the symlink. If the `~/.config/karabiner` folder...