chmielcode
chmielcode
Out of the box font selection for b4 ttfautohint static release:  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.  Beta4  Beta5  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...