Andrew Barba
Andrew Barba
1. I wouldn't expect an undefined error to trigger any event handlers but will check 2. `sendMany` is designed to never throw an error, but instead return array of the...
Honestly whatever is easier for you. If you update the version number in each `.podspec` when you add a new release to Github then I shouldn't need write access. I...
@marcghorayeb Line 206 does the check for the object syntax. I noticed fast-jwt is up to v4 and I was using v3. I'm going to do a release on latest...
I just published 11.7.0 using latest version of fast-jwt
Was anyone able to get this working with Compose (MongoHQ)? If so can you share more details and what options you ended up using? I've tried many times with the...
Hm I did do that, any chance you can post the exact command (without credentials obviously)
For reference this is what I tried but it fails at the listDatabases command: ``` mongodb://$USER:$PASSWORD@$HOST:$PORT?replicaSet=set-$REPLICA&readPreference=secondary --only-db $DB ```
@Lukasa Thanks so much for the comments earlier. I've since changed quite a bit now that I have a better understanding of whats going on. I was able to create...
@Lukasa Sorry for the delay, the PR is cleaned up to remove that lookup state and keep everything inside the callback and new context manager
@Lukasa Just wanted to checkin and see if you had any other feedback. Sorry if this isn't heading in the right direction, don't want to take up too much of...