chmielcode

Results 16 comments of chmielcode

Out of the box font selection for b4 ttfautohint static release: ![obraz](https://github.com/subframe7536/maple-font/assets/45938987/f3781535-2556-4dde-ad75-30e8a896d20f) In this case some (most?) windows apps cannot link Regular to Bold and other variants. Fixed by removing...

@subframe7536 Hmmm... Screenshots you took of JetBrains Mono Style Groups tell me that this is not the same thing. ![obraz](https://github.com/subframe7536/maple-font/assets/45938987/4357260b-a0ae-48ea-9f48-8abad4c8a3aa) Beta4 ![obraz](https://github.com/subframe7536/maple-font/assets/45938987/3789a81f-4d14-4c23-8278-7d78543e7f3d) Beta5 ![obraz](https://github.com/subframe7536/maple-font/assets/45938987/9a64125f-a0d5-4c08-a57a-5e2da0245670) So now beta5 should work fine...

I used https://github.com/fonttools/fonttools/blob/main/Snippets/otf2ttf.py on static OTF files to create static TTFs and make this font render readable in e.g. DBeaver on Windows. I find Radon variant fantastic, so thank you...

> Can you please provide the output of this command? > > ``` > C:\Users\user\AppData\Local\Microsoft\WindowsApps\python.EXE -EsSc 'import sys; print(sys.executable)' > ``` > > It looks like findpython cannot run this...

> Sorry, I can't reproduce it. > > It is true that Sudo will appear smaller than some other fonts, including JetBrains Mono, at the same pixel size. Maybe this...

In my case it was max_tokens for structured output (not str, but dataclass or basemodel as output type) that was the cause. If the answer was too long, empty dict...