Lucas Hansen
Lucas Hansen
Presently the AMQP patch does not start a new fiber each time a message is received. This means that it is impossible to use em-synchrony inside a subscription callback. For...
By default, Queue#unsubscribe doesn't use its callback. See: https://github.com/ruby-amqp/amqp/commit/03f014b9b6a538cc776b64e4d9bcad31961e9526 So unless unsubscribe is passed :nowait => false, calling unsubscribe just kind of causes everything to freeze. It might be worth...
Redis oplog doesn't seem to support the `addedAt`, `changedAt`, `removedAt`, or `movedAt` observe callbacks. These callbacks are described in the Meteor docs https://docs.meteor.com/api/collections.html#Mongo-Cursor-observe This could break many use cases, but...
I am modifying the modifier passed into a before.update hook and noticed that these changes are being passed to the update hook on the server. So the client and the...
**Is your feature request related to a problem? Please describe.** It would be helpful to make the location of `auth.json` (as [used here](https://github.com/rawandahmad698/PyChatGPT/blob/master/src/pychatgpt/classes/openai.py#L411)) configurable. **Describe the solution you'd like** Expanding...
Do you have any benchmarks comparing this parser with the standard BSON parser https://github.com/mongodb/js-bson?