-
The default membership for partisan does not persist the actor for a given instance of the peer service manager: this is something we inherited from Helium's peer service. Because of the use of the O…
-
I performed `from :pools` on a lake that had no pools and got a response like this:
```
{"kind":"QueryChannelEnd","value":{"channel_id":0}}
{"kind":"QueryStats","value":{"start_time":{"sec":16430…
-
The decorators in TypeDORM are a nice sugar for defining the behavior of your entities, but ultimately there are going to be many codebases that are tied to ESBuild, which has no plans of supporting d…
-
`[root@ip-172-31-30-113 ~]# chaty run wechat
runWechatService...
/ starting to install pkgs for wechat service....../root/.nvm/versions/node/v16.19.1/lib/node_modules/ichaty/node_modules/execa/index…
-
Hi,
I just found this library searching for a way to generate time based sortable UUIDs that don't give up sensitive information. I'm using the Ksuid to generate file names and provide file rotation.…
-
Add support for more Realtime Values OOTB.
- [x] UUID
- [ ] Date
- [ ] Time
- [x] Datetime (with delta)
- [x] SHA Digests (SHA1, 256, 512, etc)
- [x] Base64 encode (with websafe version)
- [x…
-
## Problem to Solve
Handling an error from the server side on the client side is quite annoying for users, generally boiling down to string parsing.
Also, now that we support concurrent operatio…
-
The idea is to avoid the lock in `NewRandomWithTime` by allowing instances of the rander to be pooled perhaps in a sync.Pool instance.
I don't see any particular throughput issues but highly conten…
-
The segment partitioning algorithm needs an adjustment because it currently merges everything that overlaps. This could great a massively parallel merge scanner that would perform poorly.
A better a…
-
- [ ] time range #52
- [ ] event type #53
- [ ] filter recipients #54
Should this be done by `cdk-triggers` during deploy or should we allow this to be initiated ad-hoc via some sort of API?