leppaott

Results 51 comments of leppaott

Restart extension host at least fixed it for me when updating Prettier. Saving tried to format `Promise` into `Promise`

+1 Also tried if I could get same kind of behavior with slicing operator like: ``` "$.[?(@.timestamp>10)][0:100]" ``` To get first 100 items or so but apparently it returns an...

Out of interest, do you get the same behavior with a hardcoded `key` or `partition` for the messages - I guess so looking at KafkaJs results. https://kafka.js.org/docs/producing#message-key Otherwise sounds like...

Just add them to the required lists? In the past I had experience that required was checked before default so didn't work necessarily but now I'm setting required and having...

Should be possible if we have just a cagg `WITH NO DATA` and we setup compression policies before refresh policies. Although now would get ```setup a refresh policy for \"X\"...

@jonatas ```ERROR: Window functions are not supported by continuous aggregates.invalid continuous aggregate query``` Yeah I've seen https://github.com/timescale/timescaledb-toolkit/blob/main/docs/rolling_average_api_working.md but we can't do this at query time so should be on a...

> > Like for sum() only would be much lighter to just keep one accumulator. Or count(distinct) without toolkit methods. > > Have you seem the other `_agg` functions? I...

> This is normal while deploying a new version of an application where the new version subscribes to a new topic, and the warning will go away once the group...

Migrate to https://github.com/confluentinc/confluent-kafka-javascript but it's still a bit "beta".