Olivier Laviale

Results 7 issues of Olivier Laviale

## Bug Report ### What's the issue you encountered? Hi everyone, I've recently updated from v1.1.199 and the VSync option is no longer working for me. Whether it's on or...

enhancement
gpu

Hi everyone, How does one mark a magic method as deprecated? There's no mention of this in the documentation. I tried different combination in PhpStorm but nothing works: - `@deprecated...

As of v4.0, ICanBoogie/CLDR targets CLDR v36 while v41 is available. A major change was introduced by v40, the packages are no longer [split into multiple repositories](https://github.com/unicode-org/cldr-json/tree/36.0.0#package-organization), they are [all...

I was updating the rules of my PHP implementation, and it seems that the plural of `álbum` is `álbuns`, not `álbums`. https://github.com/davidcelis/inflections/blob/master/test/pt-br_test.rb#L44 https://www.lexico.pt/album/ https://www.google.de/search?q=álbuns My tests: https://github.com/ICanBoogie/Inflector/blob/master/tests/Inflections/pt.php#L24

The debug mode should be read from the environment variable `ICANBOOGIE_DEBUG`, and should set the corresponding constant.

Improvement

The term "synthesize" is used when referring to config fragments being _merged_. Thus, the `config-constructor` key in the auto-config schema should be renamed as `config-synthesizer`. https://github.com/ICanBoogie/ICanBoogie/blob/master/auto-config/icanboogie-schema.json

Improvement
BC change

Rename `Logger` as `SessionLogger` and `LoggerInterface` as `Logger`. Maybe remove `LoggerInterface`, since you're not supposed be to able to retrieve logged messages…

Improvement
BC change