leppaott
leppaott
``` Consider using: {:category (key p1__328908#), :total (val p1__328908#)} instead of: (do {:category (key p1__328908#), :total (val p1__328908#)}) ``` Do cannot be removed from an anonymous function: `(map #(do {:fine...
I have 100 000 small RedisJSON objects key size 17MB. UI loads forever the items. Is there not any kind of pagination going on or is the UI trying to...
### What type of bug is this? Locking issue ### What subsystems and features are affected? Other ### What happened? Hello we have following code on e2e tests trying to...
Hello, would be nice if there was an easy way to access `container._registry` for iterating the token-registration pairs. My use case currently is to iterate the instances to execute some...
Similar question: https://github.com/OAI/OpenAPI-Specification/issues/1870 ``` allOf: - $ref: '#/components/schemas/Info' - type: object required: - name - locationUuid ``` This one returns as type `Info & Record` We still can't migrate from...
### What type of bug is this? Locking issue ### What subsystems and features are affected? Continuous aggregate ### What happened? Apparently creating, deleting, creating materialized views with retention +...
This works: ``` expect(items).toIncludeSameMembers([ expect.objectContaining({.... }), expect.objectContaining({... }) ]); ``` Output: ``` Expected list to have the following members and no more: [ObjectContaining {data for expected......}] ``` However ``` expect(items).toEqual(...
I may misunderstand the state_agg as it seems to calculate only deltas i.e. `state transitions` but it never considers the final state. To demonstrate a quick test from the [examples.](https://github.com/timescale/timescaledb-toolkit/blob/75cb639b575b3f78a81736d3078578905db5666d/docs/state_agg.md)...
### Bug description `prisma migrate dev --create-only` creates migration files with such style: `ALTER TABLE "TableA" ADD COLUMN "myField" INTEGER;` I'd like to ask why there is such spaces before...
### What problem does the new feature solve? https://github.com/timescale/timescaledb/issues/1639#issuecomment-590857755 > A common use-case for this feature would be what PipelineDB called 'sliding windows': e.g. we want aggregation for last 30...