daedalus

Results 130 comments of daedalus

@aritraroy This has been triaged and we will address it as soon as our priorities allow, unfortunately, we aren't able to offer estimates for features or fixes. We fully understand...

> [@ComfortablyCoding](https://github.com/ComfortablyCoding) Just wanted to check if you had a chance to see the previous comment on the root cause of this issue. Thanks for the reminder! I have read...

Their should have been a new `systemFields` property in the snapshot that defined them, how are you generating the snapshot?

Do you have [`log retention`](https://directus.io/docs/configuration/logging#log-retention) enabled by any chance? It is expected to have a `created` revision when a record is created which does not seem to exist in your...

If you imported data directly using SQL rather than through Directus, no revisions are generated for that data. As a result, no initial `created` revision exists, and therefore no diff...

I don't disagree, will re-open this as an improvement as it will occur when log retention is enabled as well.

No updates as of yet, any updates will be shown here or any relevant linked PRs.

Although it does not support it natively, we can use the already available `fromZodError` from the [`zod-validation-error` package](https://www.npmjs.com/package/zod-validation-error) to generate a human-readable error where needed. [That error can then be...

This looks to be a [long requested feature for vscode](https://github.com/microsoft/vscode/issues/155379), becoming more [prevalent due to mcp/zod4 usage](https://github.com/microsoft/vscode/issues/251315).