Stef Joosten

Results 63 issues of Stef Joosten

I am trying to reproduce my gatling simulation inside a docker container. However I get different results with and without a container. Without containers I get a correct simulation, while...

In the file `package.yaml` I can configure a custom setup. As a result, the compiler runs setup.hs. I reckon ghcid should do the same to ensure that changes in setup.hs...

As a user, wanting to use linphone as an alternative to Skype, I would like a seamless installation experience without any distractions. In this case, linphone failed to start after...

The data model generated by Ampersand can be improved on several counts: - [ ] As a programmer, I'd like a command `ampersand datamodel` to shortcut the command `ampersand documentation...

The transition to Ampersand 5 is taking longer than expected. This causes worries, which we preserve in the following list. This list is a checklist with some reminders, which we...

This issue is under construction... ## Problem When you change code in the [FormalAmpersand](https://github.com/AmpersandTarski/Ampersand/tree/feature/atlas-import/AmpersandData/FormalAmpersand) codebase, the Haskell compiler will most certainly produce errors. That is because the meatgrinder code needs...

enhancement
under analysis

Once the Atlas is editable, users will want to edit the multiplicity properties of their relations, such as `INJ`, `TOT`, `ASY`, etc. The atlas must then generate the multiplicity rules,...

An `INTERFACE` that has no `ROLE` is available at runtime without `ROLE`-restrictions. Currently, the PrototypeContext contains a relation `isPublic`, which must be true iff the interface has no roles. It...

# What happened I ran the following Ampersand script for the purpose of demonstrating that the rule `UniverseExists` guarantees that the atom `_UNIVERSE` of type `Module` always exists. ```Ampersand CONTEXT...

priority:normal
bug
component:code generator

# What happened I was experimenting with enforcement rules in RAP4, when suddenly I got a fatal error. Since the script was without type errors, I expected it to pass...

priority:normal
bug
component: compiler