Oliver Lambson
Oliver Lambson
Closes #23 Implemented a Snowflake adapter using [gosnowflake](https://pkg.go.dev/github.com/snowflakedb/gosnowflake). ### Steps followed 1. Add gosnowflake dependency: `go get -u github.com/snowflakedb/gosnowflake@latest` This changed a lot of go.mod and I have no idea...
Lots of users will be migrating over from pyenv, and the idea of reconfiguring their whole python environment management setup is pretty high friction. Incremental adoption of rye should be...
I'd like to be able to add a callback handler similar to asyncpg's [`connection.add_listener(...)`](https://magicstack.github.io/asyncpg/current/api/index.html#asyncpg.connection.Connection.add_listener) I'm agnostic on the API, if there is a more idiomatic PSQLPy abstraction or interface that's...
This cli option is [mentioned in filters.py](https://github.com/samuelcolvin/watchfiles/blob/2b2327f2a007a32d736fffa4ab87d3f207053a49/watchfiles/filters.py#L142-L143), but not implemented. I would find it very useful to have as a CLI option rather than having to implement a custom filter...
Stacked on #788 Closes #784 Implements support for [ADR-42](https://github.com/nats-io/nats-architecture-and-design/blob/main/adr/ADR-42.md) --- This is mostly a port of the implementation in nats.go – but adapted to try be in-line with the way...
### Proposed change Server 2.11 introduced jetstream consumer priority groups from [ADR-42](https://github.com/nats-io/nats-architecture-and-design/blob/main/adr/ADR-42.md) ([2.11 release notes](https://docs.nats.io/release-notes/whats_new/whats_new_212#consumers) for initial addition, [2.12 release notes](https://docs.nats.io/release-notes/whats_new/whats_new_212#consumers) for `prioritized` policy addition). From looking at the original...
It's already fully typed, just not marked as such