Yordan Pavlov

Results 22 comments of Yordan Pavlov

@iliyan-velichkov I'm not 100% that this would help, but could you try to change the expression from: ```js Date.now() ``` to ```js new Date() ``` As the first returns a...

@iliyan-velichkov Okay now I see that the value in model for `Calculated property expression for Update` is empty and in the example you are doing `upsert()` which results in a...

It seems that in order for the Terminal to run locally several things should be done: - Install **ttyd**: https://github.com/tsl0922/ttyd?tab=readme-ov-file#installation - Run the [ttyd.sh](https://github.com/eclipse/dirigible/blob/master/ttyd.sh) in the project root - Start...

@iliyan-velichkov I guess this should be fixed once we make it possible to generate a `*.edm` file from the `*.model` file and there you could modify which columns are required...

I guess we should add a `Update Dependencies` button or something like that. It should be possible by right-clicking on the `project.json` to execute this action.

@vmutafov do you have idea why this happens? It seems to be related to the `@Controller` annotation/decorator.

@iliyan-velichkov Could you give links to the test repositories, so we can test with them?

The "Show" button can be used to display the diagram in full screen and the "Print Page" functionality from the browser can be used to save a PDF version of...

@iliyan-velichkov an item from the staged area should be selected, before clicking on the "unstage" button. I guess we should improve the error message, or simply disable the "unstage" button...

Closed in favour of: - https://github.com/eclipse/dirigible/pull/4254