-
I have an enum with values from [Webflow's API](https://developers.webflow.com/data/reference/field-types-item-values#field-types) with all of the possible types
```typescript
enum WebflowFieldType …
-
### Is your feature request related to a problem? Please describe
Initially, Safe-DS was intended to be used from Eclipse, but we found the developer experience to be lacking. With the increasing p…
-
Hi,
I hope new versions of Langium generator will offer the ability to generate testing facilities out of the box, as part of the DSL project.
It was a bit the case with Xtext, with an `***/test…
-
Hi, do you have a hint how to have the component twice on a page.
am currently getting
```
Uncaught (in promise) Error: Services are already initialized
at checkServicesNotInitialized (lifec…
-
Additional material:
* https://www.typefox.io/blog/code-generation-for-langium-based-dsls
* https://langium.org/tutorials/generation/
Tasks:
- [x] basic generator
- [x] remove varargs from te…
-
- [x] Evaluation of block lambdas
- [x] Evaluation of expression lambdas
- [x] Evaluation of segments
- [x] Evaluation of member accesses (for call results)
- [x] Evaluation of assignees
- [x] Ev…
-
PR previews using `rossjrw/pr-preview-action` don't work yet because they are deployed to subpaths like `https://eclipse-langium.github.io/langium-website/pr-preview/pr-181/`.
In addition, there's …
-
-
I would like to write `zmodel` files in a JetBrains editor (e.g. IDEA/WebStorm). Are there plans to add this in the future?
In case not, is there a language server I can use to build this plugin myse…
-
Right now, the workspace mutex is only able to lock on write operations - any read operation will abort the current write operation. We want to extend the mutex to allow to perform a read operation (o…