Thomas Jarrand
Thomas Jarrand
Allow the user to call the update "manually" through the loop of his/her choice by adding an option to disable to default AnimationFrame loop.
So far events are triggered for ever gamepads. Could be cool to listener for "gamepad:0:button".
Add support for Symfony 7
- [ ] Add tests.
Based on @chalasr 's [observations](https://github.com/Elao/github-agile-dashboard/pull/12#issuecomment-311358647) : > Just played a bit with this, the following runs fine: > `gad -o [org] -r [repo] [command] --[command-options]` > but the following doesn't:...
Hi guys, I'm looking for a way to extend the Element asserter. Because I need the `withContent` feature to to trim and escape HTML characters before [the comparison](https://github.com/atoum/AtoumBundle/blob/master/Test/Asserters/Element.php#L96). Is there...
The goal is to allow sources files that provides multiple objects, like CSV files, but also JSON and YAML, and one day distant sources like Google sheets. ```yaml stenope: providers:...
For some usage, or just for convenience, it might be interesting to skip the "Create a Model" phase and juste get object as array to be manipulated in twig. A...