Seth Traverse

Results 3 issues of Seth Traverse

Following the README as written. Fails at the build:program-rust step. Seems to be looking for libssl but cannot find it... ``` dev@dev-vm-crypto:~/repos/example-helloworld$ npm run build:program-rust > [email protected] build:program-rust > cargo...

## Problem Need to be able to group and aggregate over ranges of dates (ie. every month, every 2 months, every year, etc) ## Suggested solution Add datetime operators to...

kind/feature
topic: dates / DateTime
team/client
topic: groupBy

In TypeScript this is supported by "[narrowing](https://www.typescriptlang.org/docs/handbook/2/narrowing.html)" Consider this example: ```lua ---@alias ChatAction { type: '"chat"', targetName: string, msg: string } ---@alias NotifyAction { type: '"notify"', msg: string, colour: number...

enhancement