David de Boer
David de Boer
Thanks to @AydinHassan (#93) the workflow now returns a result object with exceptions caught during `process()`. I think it would be useful to make it possible for components to add...
Currently available in branch `cowboy_2.0`. See https://github.com/Appliscale/xprof/issues/73#issuecomment-322072437. It compiles and `xprof:start()` works, but I’m getting some JavaScript errors: 
Fix #61. 1. The idea is that using this client involves less custom VCL. However, for the ban lurker to work, some custom VCL is still necessary to copy e.g....
#### Issue type: - :heavy_plus_sign: Feature request ____ #### Description: Virtuoso full text search has an [`OPTION (score ?score)` clause](http://docs.openlinksw.com/virtuoso/rdfsparqlrulefulltext/#rdfsparqlrulescoreexmp) to retrieve the ranking of full text matches. Comunica considers...
Previously, the data-import relied heavily on arrays as data items. I think arrays are usually a good choice, as they are lightweight. However, I think this library should not make...
'supercede' is a misspelling of 'supersede': * https://www.merriam-webster.com/dictionary/supercede * https://en.wiktionary.org/wiki/supercede
Currently, calling `unserialize()` with some data previously returned from `serialize()` produces: ``` php Array to string conversion /vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php:2913 ``` This is caused by `serialize()` incorrectly serializing entities with primary keys...
When loading fixtures with purge mode truncate (`--purge-with-truncate` in the bundle's command) on MySQL >= 5.5, an error is thrown: ``` mysql SQLSTATE[42000]: Syntax error or access violation: 1701 Cannot...
Several libraries, such as [LiipFunctionalTestBundle](https://github.com/liip/LiipFunctionalTestBundle/blob/master/Test/WebTestCase.php), [h4ccAliceFixturesBundle](https://github.com/h4cc/AliceFixturesBundle/blob/master/ORM/DoctrineORMSchemaTool.php) and [VIPSoft DoctrineDataFixturesExtension](https://github.com/vipsoft/DoctrineDataFixturesExtension/blob/master/src/VIPSoft/DoctrineDataFixturesExtension/Service/FixtureService.php), provide their own implementation of: - recreating the database between tests - restoring the database from a backup, e.g. by copying...
Add more functional tests against the Symfony test app: - [x] config tag expressions - [x] UserContextSubscriber #382 - [x] InvalidatePath and InvalidateRoute annotations => #121 - [ ] Rule...