You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was about to make use of this library on windows but, claude found a problem:
The upskill library is using read_text() without UTF-8 encoding, which causes issues on Windows (uses cp1252 by default).
This is a bug in the library.