Maxime Veber

Results 143 comments of Maxime Veber

Just had the same problem: "goog is not defined" . Fixed by using the good twig.js file. (i was using the src-js/twig.js file)

Hello @wizhippo thanks for reaching out on the topic. For this, to work I actually suggest creating an [embeddable object](https://www.doctrine-project.org/projects/doctrine-orm/en/2.7/tutorials/embeddables.html). As a European, I have no idea what is a...

Hey guys, just so you know, I managed to make it (non-blocking stdin on Windows) work with FFI and the Windows API. You can see the definition and a PHP...

I didn't try to combine it to an event loop, but it probably needs to have its own event loop. `GetNumberOfConsoleInputEvents()` was surprisingly not required in my tests with PHP...

Je propose windev, qu'en pensez vous ?

> Nice read: [medium.com/@askjkrishna/scaffolding-a-project-using-lerna-and-lerna-changelog-cad6156f6f36](https://medium.com/@askjkrishna/scaffolding-a-project-using-lerna-and-lerna-changelog-cad6156f6f36) > > It looks as if the requirement to learn lerna can be moved to a select few people, as it works with yarn workspaces in...

I was suggesting removing complexity not adding some. NX is probably great but being minimalist if the project has no special need can be a plus to improve maintainability. Besides...

Hello, Thank you very much for your answer, it's an interesting approach. But why not combine both BinaryFile and Streamed responses? We may suggest a by default stream with cache...

If you remove the repository from github, knpbundles will try to retrieve information for your bundle. If it doesn't, the bundle *should be removed* from the database. But im not...