Hi @hd_nvim, I'm trying to migrate an API that looks like this, with up to many 'call's, but it's unclear how I match multiple of them and rewrite each.
```tsx
group('group name')
.call('A', () => {})
.call('B', () => {})
```
Thank you, I have sponsored you on GitHub!
TACTICAL BREACH WIZARDS IS OUT!
Sorry for yelling but it took ages to make
Turn-based tactics game about Navy Seers and Traffic Warlocks from the devs of @GunpointGame and @HeatSig
Grab it now for a discount and a lil extra gift! store.steampowered.com/app/1…
RTs much appreciated!
The next version of Electric UI will skip the emission of intermediate events during aggregation queries. The 'min' operator for example will now only emit one event per batch, per frame.
This optimisation is pushed down to the root persistence engine. If an operator only requires the latest event in a batch, only that event will be queried and propagated. Together these optimisations result in significantly fewer re-renders!
We've written up an extensive latency benchmark across wireless modules for microcontrollers. More than 200 tests, 10k lines of code of firmware, a quarter of a million samples, comparing SiK, LoRa, nRF24, ESPNOW, 802.15.4, Bluetooth SPP and LE and WiFi.
Give it a read here: electricui.com/blog/latency-…
Let me know if there are any particular configurations you'd be interested in seeing when we do power consumption / range tests.
I've attempted the Advent of Code in TypeScript's type system. Unfortunately it falls over with the 1000 length input, but the example works fine! @AndaristRake Do you think it's possible to rewrite this to successfully pass in a 1000 length array?
typescriptlang.org/play?#cod…