Florian Rademacher
Florian Rademacher
Hi @essayZW, For me, the following works: ``` g.graphAttrs.add("rankdir", "LR") ```
Thanks a lot for your prompt responses and technical clarifications @msujew @kaisalmen. I can confirm that the issue is not existent when responding with No to `yo langium`'s question for...
Awesome, thank you! Just for the record, my current workaround is as follows: ```java @Test void someTest() { ... microcks.start(); microcks.importAsMainArtifact(getResourceArtifactFile("some_openapi_spec.json")); ... } ... private File getResourceArtifactFile(String artifactPath) { var...
Hi! Thank you for the blazingly fast fix of this issue! I can confirm that with 0.2.8 the import of artifacts with spaces in their full paths now works like...
Hi @josor001, thanks for the bug report. As far as I'm concerned, [this fork](https://github.com/mmitas777/lemma/tree/eclipse-version-upgrade) of @mmitas777 does the version and dependency lifting, at least up to the Live Validation project,...
Sure, no rush here :-) I also completely forgot about the Live Validation build problem. Maybe @mmitas777 could describe and document the problem in this issue so that I can...
Thanks a lot for the issue @pelkmann. Can you elaborate a bit on which annotations you are going to add? In general, a good starting point are the already existing...
With the OpenAPI support advancing towards its integration into LEMMA's `main` branch (https://github.com/SeelabFhdo/lemma/pull/55#issuecomment-1211640356), are there any updates in the "external import" facility?
As soon as LEMMA is compatible with JPMS, this commit should be reviewed and (maybe partially) reverted: 20e6be9f240854b1353ce81ff9ec3df6665425a2.
Dear @magick93, Thank you very much for your kind words and your interest in LEMMA. In fact, we would love to have a code generator for Typescript in LEMMA :-)...