Michael Quinlan

Results 5 comments of Michael Quinlan

Any official update on this I just notied the same thing on my brand new wHAT. The red on 1.2.0 is almost black while on 0.0.4 it's crisp. I can...

I did something similar to @fortuna notebooks/jupyter.py ``` # -*- coding: utf-8 -*- import re import sys from notebook.notebookapp import main if __name__ == '__main__': sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])...

@denisk20 did you end up publishing this?

I beleive this is what i fixed in https://github.com/jxnl/instructor/pull/877 Do your pydantic models include optional values i.e str | None ?

So hopefully someone will review and merge the changes or make the appropriate changes themselves as I only made this fix as I hit the same bug yesterday afternoon/evening For...