Jon-Pierre Gentil
Jon-Pierre Gentil
I definitely want to see it.
Install `scikit-learn==0.20.2` to solve the problem. The author really should have specified the exact version.
Is there any workaround for this? I just ran into this error, and it looks like that workaround javascript is defunct now.
The callback function needs to return an instance of `office365.runtime.auth.token_response.TokenResponse` not a dict. ```python token = app.acquire_token_for_client(scopes=["https://graph.microsoft.com/.default"]) return TokenResponse(**token) ``` works for me.
Just out of curiosity, could this be Defender identifying a Go library that is included that may have an exploit or vulnerability in it? Could library versions be shuffled to...
I too have this same problem. Is the demonstrated code the preferred solution, or is there a way to put this in the configuration during injection?
@TimothyMothra thanks for confirming! We've taken the approach of switching to the manual snippet.
This is an excellent proposal. In particular, the `private` option will mitigate _so many_ headaches we have currently, where updating and fresh installs are a total pain because of having...
Could it just open my browser, where I am already logged in? The electron login popup can't use my password manager and it can't use WebAuthN for security-key based login....
It's kinda weird, sometimes it works just fine, but other times it really hates it. Given this little database manager wrapper class: ```python class DBManager: engine: sqlalchemy.ext.asyncio.AsyncEngine sessionmaker: sqlalchemy.ext.asyncio.async_sessionmaker[sqlalchemy.ext.asyncio.AsyncSession] @classmethod...