Philip Heltweg
Philip Heltweg
## User Story 1. As a {materials science researcher} 2. I want {to use a materials science domain extension} 3. So that {I can reuse existing value types} ## User...
## User Story 1. As a {user} 2. I want {to use regex flags} 3. So that {I can use the full power of regex} ## User Acceptance Criteria -...
This would be stronger as Regex OR string (so you could do `"Example" replace "ample" with "sample"` which is easier for non-programmers because you do not need to know regexes)....
- refactor this grammar to be more clearly readable (e.g. move all binary / ternary expressions into one type, have an easy and clear way to define order of execution...
## User Story 1. As a {user/persona} 2. I want {to save data as CSV} 3. So that {I can share the CSV} ## User Acceptance Criteria - [ ]...
## User Story 1. As a {maintainer} 2. I want {to automate open source license compliance tasks} 3. So that {I can focus on development} ## User Acceptance Criteria -...
## User Story 1. As a {user} 2. I want {to split my pipelines in composite blocks} 3. So that {I can organize my code better} ## User Acceptance Criteria...
## User Story 1. As a {user/persona} 2. I want {to have a clear glossary for value types} 3. So that {I can talk about them with others} ## User...
We added a workaround until an issue in langium was fixed, see here: https://github.com/jvalue/jayvee/blob/162fe0e3aeb7bb146aa4aa997b44d833e4782c2b/libs/language-server/project.json#L12 That issue is now closes as completed: https://github.com/langium/langium/issues/740 in this pull request https://github.com/langium/langium/pull/1109. Once this is...
## Short Description We need to be able to handle JSON and tree structures of data. Also includes bson files (mongodb files). ## Definition of Done - [ ] The...