Reda Al Sulais

Results 10 issues of Reda Al Sulais

Resolves #1257. > * validation > > * [x] Validate unreachable states > * [x] Validate unused events > > * code actions > > * [x] If a state...

Hi there, I'd like allow explicit numbers in interfaces, not just `number` type: ![image](https://github.com/eclipse-langium/langium/assets/87622592/2838c67e-1d39-41bc-bd01-7bbfcc47175d) ```ts interface Model { logLevel: 0 | 1 | 2 | 3 | 4 | 5;...

help wanted
ast
proposal
types

When renaming/moving `.langium` files by vscode, the `import`s statements in files don't update to the new path (or even ask if I want those changes) similar to other language extensions.

help wanted
grammar
proposal

## :bookmark_tabs: Summary Brief description about the content of your PR. - Partial #4499 - Partial #4401 ## :straight_ruler: Design Decisions Describe the way your implementation works or what design...

The changes in #4634 gave the ability to start the week with another day other than default (sunday), but now the default `excludes weekends` might have unexpected behavior, that why...

Type: Bug / Error
Status: Approved
Graph: Gantt
Status: Triage

## :bookmark_tabs: Summary Brief description about the content of your PR. - closes #4340 ## :straight_ruler: Design Decisions * reorder functions declarations * rename `mermaidUrl` into `createMermaidUrl` * remove `renderGraph`...

Status: Awaiting Reply

Hi there! I came across this repo and was wounding it's deprecated? I'm using [pre-commit](https://github.com/pre-commit/pre-commit) framework to maintain my git hooks instead of [husky](https://github.com/typicode/husky) and I want to use it...

enhancement

I'd like to suggest adding two checkboxes that allow users to sign commits with: 1. 'Signed-off-by:' using `git commit --signoff` or `git commit -s` for short form. 2. GPG Sign...

enhancement

The current Langium VSCode extension doesn't work on the web (https://vscode.dev): ![IMG_0104](https://github.com/eclipse-langium/langium/assets/87622592/be2654d0-6ba0-4287-b910-210d58444f0c) I think it would be nice to have the extension runnable on the web. I think this could...

help wanted
yeoman
extension

## :bookmark_tabs: Summary * update `d3` version to `7.8.5` exclude the `7.4.0` version. * override `d3-sankey` and `@types/d3-sankey` dependencies versions. * move `@types/d3-scale` and `@types/d3-scale-chromatic` to devDependencies. * update all...

Type: Bug / Error
dependencies