Emma Fabre

Results 48 issues of Emma Fabre

Is it possible to show polymorphic foreign keys of that type, as done by Rails (Ruby) or Laravel (PHP) ? | column | type | | --- | --- |...

This isn't as much related to 5.1 as it is to Symfony 2.7: ``` PHP Fatal error: Call to undefined method Symfony\Component\Console\Style\SymfonyStyle::isVerbose() in /home/ubuntu/Ignition/vendor/rcrowe/twigbridge/src/Command/Lint.php on line 215 PHP Stack trace:...

There are tests but they aren't run on every build, this would prevent syntax error bugs and stuff.

I'm trying to use [reason-apollo](https://github.com/apollographql/reason-apollo) which uses a custom ppx like this: ```reason module GetPokemon = [%graphql {| query getPokemon($name: String!){ pokemon(name: $name) { name } } |}]; module GetPokemonQuery...

I'm trying to run `npm install` on my server. When I run it myself via ssh, it all works fine: ``` bash $ ssh autopergamene 'cd /some-folder && npm i'...

When trying to use `values` I get the following error: ``` php // $pipeline = closure[]; $results = $this->parallel->values($pipeline); ``` ``` [LogicException] Server is already listening Exception trace: () at...

Title says it all, package consumers shouldn't have to rely on an ever-changing branch, would be better with tags

Is there any way to see the details of a slow query ? Currently it only seems to show the first argument of the query — same thing for aggregated...

Not entirely sure why but `Worker::collect` never returns 0, even when all jobs have been technically processed (ie. I know that they've all ran). It seems to boil down to...

The polyfill polyfills the classes but not the constants such as `PTHREADS_INHERIT_NONE`, could those be added as well?