Jules Lasne

Results 113 comments of Jules Lasne

https://github.com/getsentry/sentry-python/pull/1073 was closed. Are my changes from there in here ? :)

Looking good, it just seems like the imports are differently named now ? https://github.com/getsentry/sentry-python/pull/1073/files#diff-af8d1eba8feb85336f0d9a1a04a78beaa87da4a8efa675b478a18b8f603d63f8R20

Sadly, we didn't use it this way. @tnicolas42, how did we end up doing it ?

Any updates on this ? I have the same error

Here's how we check if our mongoDB connection currently works (for our `/health` route) ```python def ping_mongo_connection(self): if self._host == 'mongomock://localhost': # 'ismaster' is not implemented in mongomock yet return...

Hi! any news on this ? Also, I'm wondering why this wasn't implemented in the first place ? I find a lot of operations aren't available :/

> @Seluj78 mongomock has no claim on having all features of MongoDB. Check out [mongomock/mongomock#important-note-about-project-status--development](https://github.com/mongomock/mongomock#important-note-about-project-status--development) Fair enough ! I was just wondering and I didn't read through the whole reamde,...

Hi, any news for a PyJWT update ? We're using `2.3` in production and the fact that we have to rollback to `1.7` is a pain

Will it skip the failed migrations ?

Can you explain more please ?