Tomas Rimkus
Tomas Rimkus
That's fine. What should be the correct replacement for decimal mode `never` when using the new `tuiNumberFormat`?
Ok, for now I can disable `noImplicitOverride` but in the future the issue should definitely be addressed. Anyway, another reason why I don't like the new `v0.23.0` release is that...
Yes, it does fix the IDE tooltip. I am using JetBrains WebStorm instead of VS Code.
@dragolea Might be an issue that your entity looks like the following: ```cds entity Entities: cuid, managed { key ID: Integer; } ``` `cuid` aspect sets `ID` to `string` and...
Is it a good tip? 🙂
Hi @daogrady The issue is almost fixed. Now I'm only getting the errors for `actions` property:  ``` TS4114: This member must have an 'override' modifier because it overrides a...
Hi @daogrady While you have resolved the `actions` combination issue, `declare` is still required in front of `actions` like you've added for other properties. Right now I am getting the...
Seems to be working well now 🙂
@daogrady the issue has been reintroduced in `0.26.0`: ``` X [ERROR] TS4114: This member must have an 'override' modifier because it overrides a member in the base class '_CodeListAspect.CodeList &...
Might be a good idea to update `checkTranspilation()` to use `strict: true` tsconfig to prevent those kind of issues in the future.