Thomas Jarrand

Results 20 comments of Thomas Jarrand

You'll need to: - Build the projet with `make build` - Host the content of the `/build` folder on your server behind a domain "mydomain.com" - Have the the server...

Same here: replacing the source (to show an other image) does not refresh the PhotoView. Note: quick/dirty fix, you can specify a different `key` attribute when the source change to...

Any update? This would be very cool.

J'aime bien [Mocha](https://mochajs.org/#getting-started) et [Jest](https://facebook.github.io/jest/docs/en/getting-started.html) (qui sont très similaires).

Same problem here, I use _Symfony 3.0 directory structure_, so the Cache directory (`%kernel.cache_dir%`) is **var/cache** by default. When Atoum runs, it build the cache in **app/cache** instead. I don't...

All right, I found a solution: you have to tell Atoum to work with `var/bootstrap.php.cache` instead of `app/autoload.php`. Fortunately there is an option doing just that in the Atoum command...

I agree with you, this is a draft and I was not fully happy with it :)

Thanks! What do you mean by "update"? You can configure all options (including the deadzone) as described in the documentation: https://github.com/Tom32i/gamepad.js?tab=readme-ov-file#configuration

Oh! Okay you want to update configuration at runtime. There is no such feature at the moment. Your hack should work just fine! But it would be even better to...

Hi @Miniplop and thank you for your feedback :) The bundle was designed and structured to be able to support different providers such as loading distant contents. In theory, you'd...