Caleb Lloyd
Caleb Lloyd
## Problem Description Bookmarks are showing up out-of-order across devices: Client 1 Bookmark Bar:  Client 2 Bookmark Bar:  ## What I have Tried I have tried reordering the...
## Problem Description I was setting up sync on my `Dell Windows Laptop` when initially I hit https://github.com/brave/sync/issues/114#issuecomment-323473172 After resolving the issue by updating the time on my Windows Laptop,...
### Version 1.15.0 ### What happened? In SQLite, when a column is designated with an explicit NULL modifier, such as `id INTEGER NULL` or `id TEXT NULL` then an error...
### Version 1.15.0 ### What happened? Failure when SQLite identifiers are [quoted with double quotes](https://www.sqlite.org/lang_keywords.html), for example quoting a table name as `"test"` or a column name as `"id"` ###...
Add an option to `cluster` to support rolling old authorization to minimize downtime, such as: ``` cluster authorizationOld: user: foo password: pwdOld ``` This would be used during a 2-phase...
- Bumps the nats clinet to ~v1.17.0~ `v1.17.1-0.20220923204156-36d2b654c70f` - Fixes the `DbSize` function to call Stream Info in order to get the stream size
Adds TLS support Options are added under `NatsOptions.TlsOptions`: ```csharp /// Path to PEM-encoded X509 Certificate public string? CertFile { get; init; } /// Path to PEM-encoded Private Key public string?...
`gateway.gateways` and `leafnodes.remotes` are both lists that support a `tls` block Also, a server might not need to be listening on the `leafnodes` port in order to have a `leafnodes.remote`...
Explore expanding Account JetStream Statistics for parity with `prometheus-nats-exporter`: https://github.com/nats-io/prometheus-nats-exporter/blob/f6cb9e62471baa3a74dd048ed320898ce7cd85d1/collector/jsz.go#L33-L57 One concern to evaluate: will adding statistics with labels at the Stream and Consumer level create a potentially high number...
The account-level subscription count includes internal JetStream subscriptions. These internal subscriptions don't count against account limits, so the number produced is not useful to an Account Manager trying to figure...