Richard Eckart de Castilho

Results 900 comments of Richard Eckart de Castilho

@Jibun fine by me. I though it might cause confusion with the user if it is on by default because the POS/lemma/whatnot might deviate from what the user would expect...

Would be great if the PR could be merged - meanwhile using the `esbuild-runner-plugins` works nicely and helped me running tests on svelte components using mocha and esbuild.

#2811 just introduced a few new interfaces - nothing substantial yet.

I thought we already had an issue for this, but when I was looking for it to make this one as a duplicate, I was unable to find it... so...

The serializer is configured so that null values are omitted. Why do you need the empty string instead of the implicit null value?

Mind that the values can be any JSON-supported object. They do not need to be strings. Then can be booleans, numbers - in the future they could even be arrays...

Even for strings, the value we store internally in the CAS data could be `null` or `""` (empty string) - which in principle could make a difference, although I believe...

Looking at the code that throws the exception, I would say that there is a relation that has dangling endpoints. Please try running the CAS Doctor over the project. It...

There is an option to activate the CAS doctor on every single load and save action to fail immediately if an action is about to cause an inconsistency or to...

Problem reported with the CAS doctor repair action may be a duplicate of #1788.