David de Boer

Results 92 issues of 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...

enhancement

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: ![screen shot 2017-08-14 at 11 11 56](https://user-images.githubusercontent.com/89267/29265463-68e5a93a-80e1-11e7-8162-a55d6d4604b3.png)

bug
backend

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...

feature ➕
future-oriented

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...

question

'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...

Improvement
Needs work
Needs tests

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...

Improvement
Needs work

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...

Improvement

Add more functional tests against the Symfony test app: - [x] config tag expressions - [x] UserContextSubscriber #382 - [x] InvalidatePath and InvalidateRoute annotations => #121 - [ ] Rule...

Tests