Results 12 issues of Mario Pareja

The passed in options are mutated by `express-bunyan-logger`. That doesn't work well when you want to share config settings between the standard and error logger. https://github.com/villadora/express-bunyan-logger/blob/master/index.js#L30 Mutation breaks the following...

Gearshaft is very much operable at the moment. The single biggest inhibitor is the lack of documentation. - [x] Finalize PositionStore usage when operating Consumer Groups - [ ] Documentation...

Gearshaft's EntityStore and PostgresDocumentStore currently require entities to be implemented using classes. Class constructors are the expected value of the `entity` parameter when creating such stores. Existing users would be...

### Considerations + `JSON.stringify` does not support serializing `BigInt`s + due to the above, structured logging could be impacted

## Short description of the problem The plugin maps `M` without checking if it was already mapped. This prevents users from easily overriding the mapping. I, for instance, would like...

This module requires `fastify`: https://github.com/SkeLLLa/fastify-oas/blob/master/lib/openapi/index.js#L3. As such, fastify ought to be listed as a peerDependency with an appropriate (and not overly specific) version specification.

Hi! The [Extended Query](https://www.postgresql.org/docs/current/protocol-flow.html#PROTOCOL-FLOW-EXT-QUERY) protocol enables drivers to submit multiple BIND messages before SYNC. One of the big benefits of using Extended Queries is that you can efficiently send a...

### Issue description 1. Enable `stack_duplicates` = true 2. Configure a notification to run a script (like play a sound) 3. Send first notification (sound plays) 4. Send second notification...

Issue https://github.com/automerge/automerge-rs/issues/526 demonstrated that it was not possible to resolve a conflict by choosing one of the conflicting objects or arrays. The following change allows setting a nested object to...

TL;DR: Array and object values returned by `Automerge.getConflicts` cannot be assigned to a document as part of conflict resolution. --- The [documentation for managing conflicts](https://automerge.org/docs/cookbook/conflicts/) does not demonstrate how to...