Stijn Vannieuwenhuyse

Results 5 issues of Stijn Vannieuwenhuyse

I think it would be nice to be able to add an annotation to a route for which you want to enable CORS. ``` php /** * @Route("/your/cors/enable/route") * @Method("POST")...

In bower, this library needs angular as a dependency. The versions are restricted to "1.0 - 1.3". This means I can not install this lib easily when other libs need...

It would be very useful to me to set the group of a parent TestCase class. ``` class TestThatAreAlwaysGroupX extends TestCase {} class SomeSpecificTestCase extends TestThatAreAlwaysGroupX { /* ... */...

type/enhancement
feature/test-runner
feature/metadata

In the example found [here](https://github.com/ddd-crew/aggregate-design-canvas/blob/master/examples/naive-bank-account.jpg), the `8. Troughput - Total number of clients` mentions 10s and 100s. I read this as 10 or 100 **seconds**. I've tried to find the...

If you define a function for a shortcut that has already been defined results in possibly unwanted behavior. Both the old and the new function are performed when the shortcut...