Michiel Stornebrink

Results 10 issues of Michiel Stornebrink

## Version used Phan 5.4.1 php-ast version 1.0.16 PHP version used to run Phan: 8.1.3 ## The script ```php

enhancement

Hi @njh, Thanks very much for work on this great library. I'm using EasyRdf to create graphs from php code. Mainly using methods Graph::resource(), Resource::addResource(), Resource::addLiteral(), etc. It seems to...

# Problem In many adminstrative IT-projects, the communication between services causes headaches because interfacing can quickly become complex. Ampersand helps with this problem because interfaces are checked statically. To be...

priority:normal
enhancement
project initiation issue

Purpose The current prototypes generated by Ampersand are generated using AngularJS. This is old technology with a lot of limitations. For that reason we want to use more modern technology:...

In relation to the discussion in #207, I propose to do a small experiment to see how we can add calculations to our expressions and what is needed for that....

Given the script ```adl RELATION prop[A] [PROP] RELATION r[A*B] [UNI] ``` Evaluating the following rule performs very badly: `prop |- I /\ r;('b1' \/ 'b2');r~` When removing the `I /\`...

priority:low

Like with dependency management system, I would like to specify the version (range) of the Ampersand compiler that works with my script. This allows to transfer projects and work together...

enhancement

**Issue** As of the fix for #345 all rule conjuncts that are affected when a relation is edited are checked, including those for the UNI and INJ constraints. Given our...

priority:normal
component:prototype generator

Hi Han, I'm getting a fatal error `!fatal 249 (module FSpec.SQL) Ampersand v3.1.0[master:7fedefc] SQL cannot create closures EKl0 (`SELECT * FROM NotExistingKl0`)` when generating the following script: ``` CONTEXT Test...

priority:normal
bug
component:prototype generator