leppaott
leppaott
How about if on 3.1 references allow sibling keywords: ``` B: $ref: '#/components/schemas/A' required: - field2 ``` Seems more technically correct, not overriding but adding to A? Should it apply...
The issue still stands in my mind. The issue seems to be https://stackoverflow.com/questions/69002560/intersection-type-with-recordstring-never-does-not-allow-property-access i.e. you can read values from these types but assigning to a type with such an intersection...
Would need one refresh policy for that whole chain so that it indeed refresh from bottom to up without needing to guess how long each refresh takes. Secondarily also needs...
This would seem useful. Per topic there's this analyze statistics: it would be nice if there was on producers similar kind of statistics also for consumers how fast they're able...
Even above comment's index redeclaration on model doesn't seem to work for timescaledb extension created indexes. So one still needs to remove DROP index.
This seems now inconsistent behavior https://github.com/npm/cli/issues/3598 Why would `ci` prune workspaces when it doesn't install them either? It only prunes what it installs back - that is packages not linking....
@wraithgar This should be reverted as it's a breaking change to delete any workspace node_modules. TS compilations need those modules. This should be considered with more thought. It's now doing...
The underlying issue should be fixed https://github.com/prisma/prisma/issues/22922 Should just follow specs in https://github.com/prisma/prisma-engines/blob/main/schema-engine/ARCHITECTURE.md#why-does-migrate-not-run-migrations-in-a-transaction-by-default BEGIN/COMMIT should be handled manually by the user. Somehow has went unnoticed for this far. Although we've...
Any news on the fix? One-line migrations are not a solution but seems to work... So queries are being wrapped somewhere see @why-el 's post perhaps, although I didn't find...
Also could clarify what happens to `refresh_continuous_aggregate` when refreshing compressed chunks.