Jelte Fennema-Nio

Results 168 issues of Jelte Fennema-Nio
trafficstars

According this old email thread consumer cancel notifications are necessary when using multiple broker urls. https://groups.google.com/d/msg/celery-users/i87kIvHn6gg/jwjZK2pHpCkJ Has librabbitmq gained support for this since the email?

I see that there is a webpack plugin, which I would like to use. But I, can't figure out how to configure it correctly. My own module root is in...

This indents dictionaries in the following way: ``` python mydict = {"12345": 'abcde'} ```

enhancement

Cancel requests happen out of band with regular queries. Because PgBouncer reuses server connections across clients its possible to get race conditions here if you're not careful. Without this patch...

Examples: 1. https://cirrus-ci.com/task/5238938267811840 2. https://cirrus-ci.com/task/6635685439340544

Prerequisites before merging: - [ ] Tests - [ ] Replace reforwarding with a TTL of 3 (should be enough for all reasonable usecases) - [ ] Make sure it...

Just wanted to say great tool. It merges the reports much better than the bash stuff we had before. Is it possible to add a `-tags` option to the command...

@tyranron @ilslv The tests started failing with the most recent rust nightlies because of this: https://github.com/rust-lang/rust/pull/99431 Could you spend some time to fix it and use the Provider API instead?...

bug
priority

### Description In Split, Logical replication logic and ShardCleaner we call `SendCommandListToWorkerOutsideTransaction` and `SendOptionalCommandListToWorkerOutsideTransaction` frequently. This opens new connection for each of those calls, even though we already have a...

cherry-pick-11.1

Postgres doesn't allow dropping tables if they are part of a subscription that hasn't been enabled yet. You will get an error like this: ``` ERROR: 22023: could not drop...

bug