Markus Rudolph

Results 19 comments of Markus Rudolph

I had a chat with @msujew , this task is harder than I thought (it was looking a very innocent 'write a validator' task). I will concentrate on a different...

I think we should disallow multiple assignments to the same property. We should have a clear and focused interface for the user. Adding to many options or sugar complicates the...

Yes, thanks for replying :)... it is a personal access token (PAT) from GitHub. I tried two PATs: 1. a fine-grained one, restricted to the private repo and with option...

OK, thanks for your time. I think I can debug it, at least I can try.

Here are my findings: - `git-upload-pack` is fetched by the push command - the response is passed to `GitSideBand.demux` - whose resulting packfile is passed into `parseReceivePackResponse` - but packfile...

I tried to replace only the push step with canonical git. Git refuses the push because of entry duplication inside of the git folder. Maybe it helps someone else. I...

I am closing this issue. Whoever faces the same problems, feel free to reopen it, again.

No problemo, I will come back here when I have more to show ;-).

* about the cross-references: As far as I understood ISLa, the fuzzing is only about syntax * BUT: You can add constraints to require that a rule is expanded to...

I still like the ideas (#699 + #818) of having annotations on my Langium grammar rules. That would be so sexy... so I was thinking about it and found some...