Romain Bruckert
Romain Bruckert
I found that really confusing : ``` /** * @Inject */ private $session; ``` But it's also said : Note that you cannot use the @Inject annotation on private, or...
Please read this code : ``` namespace Me\MyService; /** * @DI\InjectParams({ * "em" = @DI\Inject("doctrine.orm.entity_manager"), * "creator" = @DI\Inject("core.html_document_creator") * }) */ public function __construct(EntityManager $em, HtmlDocumentCreator $creator) { parent::__construct($em,...
Composer fails to install the bundle. Specs are ``` "php": ">=5.3.3", "symfony/symfony": "2.7.*", ``` Trace is: ``` - klaussilveira/neo4j-ogm-bundle dev-master requires hirevoice/neo4jphp-ogm dev-master -> satisfiable by hirevoice/neo4jphp-ogm[dev-master]. - Installation request...
I don't know if this issue is serious or not, but i suspect it might cause problems. When i create a function endpoint such as `/test`, the server will respond...
Quick note: `import report from 'yurnalist'` does not work (undefined), but `import * as report from 'yurnalist'` does.
I suspect something inside a Promise is not working inside fetchival. Its is not working with Version 9.1.3, and no error messages are shown. The promise never gest fulfilled. Code...
Why is `client_secret` compulsory int he following requests ? According to the OAuth specs, it shouldn't be... This fails ``` POST https://api.oauth2server.com/token grant_type=password& username=username& password=password& client_id=client_id ``` Same for implicit...
I'm using node red to log simple data values from arduino send with this library. Everything works but the status code of the response is sometime 200, but most of...
I think this project is one of the most interesting regarding PDFs on the web (with Mozilla PDF.JS). I'm lookin for developers/maintainers that would take on this project. Or is...
Document describes here https://github.com/box/viewer.js/tree/master#plugins that plugins can listen to events via messages. The only example given is the 'pagefocus' message. What are the other messages available ? Are they the...