-
Dev container builds on Mac and Linux but not on Windows
Hi, I'm getting the following "The syntax of the command is incorrect." error when trying to open a dev container on Windows:
```
[2024-…
-
Hi there,
One month ago, when I tried to create new project, it worked with hello-world example.
"person Martin;
Hello Martin!;
"
Today I tried it again, but lsp-server does not react, it do…
-
### Describe the bug
Assigning the result of a constructor call seems to lead to errors in the code generator:
```txt
RangeError: Invalid array length
at SafeDsPythonGenerator.generateAssign…
-
This is an issue tracking multiple issues related to bundle size improvements for adopters:
* [x] https://github.com/eclipse-langium/langium/issues/1167
* [x] https://github.com/eclipse-langium/la…
-
checks:
- stars > 10
- not archived
- has `package.json`
- has `package-lock.json`
- hasn't `yarn.lock`
- hasn't `pnpm-lock.yaml`
- `package-lock.json` was updated less than 6 months ago
- is …
-
Langium version: current master
When using many optional groups `collectInferredTypes` (inferred-types.ts Line: 184) creates many different types. Currently it seems like `2ⁿ` where n is number o…
-
## Steps to reproduce
1. Create this structure:
```
.
├── src
│ ├── data.csv
│ └── mainModel.jv
└── cannot-be-imported.jv
```
`cannot-be-imported.jv`
```
publish transform noop {
…
-
At runtime I need to iterate over all possible keys of a given type, defined in the grammar.
The background is, that I generate SQL Scripts to migrate database object. I need to compare two different…
-
# Problem
I'm always frustrated when I have to manually create Venn diagrams of more than 4 intersecting circles. It might sound trivial but arranging complex Venn diagrams in a legible manner is a…
-
Type: Bug
1. Given that I have an NPM project with 'uuid' dependency installed, and some custom class `A` with `toString` method in it. **This method is not used**. See [my project file](https://gi…