Suraj N. Kurapati
Suraj N. Kurapati
Awesome! :+1: Thanks for merging. :shipit:
I have implemented a single-line progress indicator (using `awk` in POSIX fashion) in commit b2e2daf9dcaf7c4a3ad434073e036aca25f16a64. Please try it out.
In the meantime, I'm working around this issue by hacking `makeHeadTable()` in the `TTFBitmapFontExporter` class [as follows](https://github.com/kreativekorp/bitsnpicas/compare/master...sunaku:bitsnpicas:timeless): ```diff diff --git a/main/java/BitsNPicas/src/com/kreative/bitsnpicas/exporter/TTFBitmapFontExporter.java b/main/java/BitsNPicas/src/com/kreative/bitsnpicas/exporter/TTFBitmapFontExporter.java index bdf6669..9d05c2f 100755 --- a/main/java/BitsNPicas/src/com/kreative/bitsnpicas/exporter/TTFBitmapFontExporter.java +++ b/main/java/BitsNPicas/src/com/kreative/bitsnpicas/exporter/TTFBitmapFontExporter.java @@...
I'm thinking of adding either a new `-nt` flag that disables timestamps entirely (like the hack in my previous comment above) or two new `-ct` and `-mt` options that let...
This is an excellent question: > Given the higher frequency of letter `G` compared to `J/K`, and bigrams such as `gh` and `ing`, I wanted to know why it got...
I've attempted to fix this issue in pull request #48. Please check if it works for you, @urob.
I have the same problem on a Thinkpad T14 Gen 2 (AMD) laptop. See also https://github.com/qmk/qmk_firmware/issues/18511#issuecomment-1480701851
Thanks for your feedback. I'll need to find a macOS host so I can try reproducing this issue. The script you linked to explicitly redirects the escape sequence to `$SSH_TTY`...
Excellent! :ok_hand: Great catch, thank you. :pray: I'll adjust the documentation a bit and merge soon. :nerd_face:
This font doesn't (yet) include a symbol for the Euro sign, so your system is falling back to its default font to render that symbol for you -- hence the...