djg

Results 37 issues of djg

`isConnected` is a function -- since it was just testing the property it was always truthy.

- Right now outgoing payments are sent over HTTP/1, not HTTP/2. - Also, we might want to support async http (or at least batching).

type: enhancement
pkg: backend
stale

I had a (staging) extension stuck in a state with its `user` field ``` {"id":"ckkh3l0mw1kjj0798ch748p5i","fullName":null,"customerId":"cus_IqKQzSxuDjooG7","subscription":{"active":false,"endDate":"2021-08-28T00:00:00.000Z","trialEndDate":"2021-07-28T16:55:05.155Z"},"currencyPreferences":null} ``` (note the `active: false` despite a future `endDate`). cc: @njlie @sublimator

CoilAbandoned

The tasks listed are not guaranteed, and they are not ordered. The intent is to give a sense of the project's direction. - :red_circle:: Must be done for the production...

The voprhub mostly runs against `main`, but can test non-`main` branches (when PR's are tagged with `vopr`). When the voprhub discovers a broken seed on a non-`main` branch, before creating...

enhancement

Right now, `tigerbeetle format ` writes directly to ``. But if `tigerbeetle format` does not complete properly (e.g. it is interrupted by Ctrl+C, or one of the disk writes fails)...

triaged

See @jorangreef's suggestion at https://github.com/tigerbeetledb/tigerbeetle/pull/834#discussion_r1243527417.

...To allow the distribution of statically-allocated pool of grid blocks to shift between queries as needed, or from compaction to scrubbing immediately after state sync. (Bonus: If blocks are all...

enhancement
triaged

When the voprhub is running against a PR branch (not main) it should assign discovered seeds' issues to the PR author.

enhancement

Important for two reasons: - Makes client eviction testable in `replica_test.zig` and the simulator. - Allows (language) clients to reconnect with a new session if they so choose.