Glenn Schmidt

Results 7 issues of Glenn Schmidt

To reproduce: 1. Create a client, setting the timeout option (eg. 4 seconds): ```JS ldap.createClient({url: 'ldap://directory:389', timeout: 4000, connectTimeout: 4000}); ```` 2. `starttls` then `bind` 3. `search` -> The search...

potential-ci-test

When using the RS256 algorithm, I would hope to be able to verify a token using the Public Key, but it doesn't appear to work unless I provide a private...

Currently the `MetadataMap` always does an exact class name comparison between `get_class($your_resource)` and the key in the map. It doesn't take inheritance into account. This prevents the map being used...

Set collection properties to an empty collection, other properties to null. Prevents an ‘Undefined index’ notice when calling getters. I've addressed this via the constructor of the base model class,...

If the user rotates their device while the notification is on screen, the notification will not resize itself. So it will be left in an awkward state or will be...

This allows the swipe gesture/animation to work with views that are affected by Autolayout constraints.

### Version v5.61.0 ### Platform NodeJS ### What happened? See the docs for the `deduplicated` event: ```typescript /** * Listen to 'deduplicated' event. * * This event is triggered when...

bug