John Muir

Results 31 comments of John Muir

Another idea: - When QMK Toolbox determines it's flashing an AVR: prompt the user to select the MCU. I've run QMK Toolbox to flash keyboard controllers and converters about a...

Here's another pair of Atmel MCUs which QMK Toolbox ID's correctly: 32u4 in this case. ![Screenshot 2023-12-05 at 8 43 30 am](https://github.com/qmk/qmk_toolbox/assets/221646/f6d60626-cbc7-4927-97ec-634fe5a1ba25) That's my pair of [Hasu's TMK powered HHKBs](https://deskthority.net/viewtopic.php?f=62&t=26988)....

Any time I've had the wrong MCU selected in the drop down menu, the firmware has refused to flash anyway. I've never corrupted a keyboard or converter with the wrong...

Gross is better than downright failing. ;) I get slapped by that mistake quite often enough myself—ohhh… this board isn't 32u4!—and I know exactly how to fix it. The experience...

I’m running Karabiner beta 15.5.11 by the way, in preparation for Tahoe's release.

Here's what happens when escaping characters. This script copies the selection to the clipboard, finds comma space sequences with `sed` and replaces them with an em dash character, which needs...

Thanks tekezo! I can verify indeed that my scripts work as intended when prefaced with `export LC_ALL=en_GB.UTF-8;` (my locale here in Scotland). It's clunky, but so far so good.

From the `pbcopy` man page: > * Encoding: > >pbcopy and pbpaste use locale environment variables to determine the encoding to be used for input and output. For example, absent...

Or you could change it to UTF 8 and see if anyone else notices! 😉 Is it possible to _automatically_ match the Terminal's implicit locale? That would be elegant. I...

Just to note this is [still biting me](https://deskthority.net/viewtopic.php?p=516079#p516079) on the backside. :P `"shell_command": "zsh -c 'printf \"%g\" $((1.0*$(pbpaste))) | pbcopy'"` I had to call out to zsh to perform some...