Quentin
Quentin
Here's my deliberately naive approach. It is basically a copy of the ChoiceField, without `OPTION_CHOICES` and `OPTION_USE_TRANSLATABLE_CHOICES` but with an extra `OPTION_ENUM_CLASS`: https://gist.github.com/quentint/a6959da196bfcb1fd18ba8b075ed96fa Even though I agree with @wizacedric that...
Experiencing the same issue. Here's my Monolog configuration (no custom handler in my case): ```yaml # config/packages/prod/monolog.yaml monolog: handlers: main: type: fingers_crossed action_level: error handler: grouped excluded_http_codes: [404, 405] grouped:...
Hey, same request here. Updating mongodb, or documenting a way to specify the required version would be awesome :)
Sure, yes!
You're right! For now the moreChars object is a global one and is used for all instances. I should probably move it to an instance option... If you want to...
Hi Lucas! This line is supposed to add an mouse wheel event listener on the window, so when the letter suggestion pop up is visible you can select your letter...
It is, yes.
Hey @tadeoos, I'm unfortunately not available to work on this repo anymore. But feel free to offer a merge request :)
Yes, of course!
Currently facing the issue this PR solves. Your fix looks great! Is there anything missing before it is merged? Can I help somehow?