Patrik

Results 12 comments of Patrik

This topic is interesting also for me, as I would like to open my website to people who are logged to the Eclipse.org website.

Hi @yonghui-git ! You should target the maintenance branch, instead of master. Also, you should not migrate the version you use to a newer one. For choosing the target version,...

The idea is represented in this image ![image](https://github.com/IETS3/iets3.opensource/assets/352831/69fbdbc8-9e3f-4cd6-be36-c76a7ac7f4f4)

I'm facing this issue too at the end of install, and when I try to run `nix doctor` ``` $ nix doctor error: could not set permissions on '/nix/var/nix/profiles/per-user' to...

Contributes to fix #377

This happens in **Agent Mode only**. Here is a screenshot to quickly show the bug

# Cursor Terminal Shell Configuration Bug Investigation ## Initial Environment Check - `$SHELL` shows `/bin/zsh` - Actual running process shows `/bin/bash` - Terminal is launched by "Cursor Helper: terminal pty-host"...

The root cause of the issue is how the type is computed for a set of numbers with units. E.g. `set(1 m)` type is `number[1|1]{0}` so a set of numbers...

Would it make sense to compare Kolasu with ANTLR v4 and Xtext? - I'm building here a maven project to programmatically measure the performances of a few parsers: https://github.com/psuzzi/parse-test

[Initial results](https://github.com/psuzzi/parse-test/actions/runs/10435664304/job/28899853997) comparing Kolasu to pure-ANTLR on parsing the same set of 90 files suggest that: - speed: Kolasu takes approximately 65 times longer to parse the same file set....