Guillaume Gelin

Results 147 comments of Guillaume Gelin

#161 started to implement a new features configuration model in the settings: ``` { "features": { "useMessaging": { "enabled": true, "guestEnabled": false, "levelConfigurable": true }, ... } } ``` It...

I've just realized that you can copy a 1x1 chunk with shift-click! So we just need to add the support for long clicks, that would select a zone while shift...

I'm sure we can still find something to implement for mobile users!

For the French dictionary, IIRC I just dumped the words in use in a 10fastfingers test.

No plan yet as we still didn't switch to MongoDB 4.x, but that would be a great feature indeed! Supposedly we just have to add a `session` argument in a...

Let's call the chief DPI officer. @tych0, any hint on this?

I definitely support that issue. Every layout need to have a normalized way of resizing and moving windows, which is not the case currently. That could be done by moving...

The first request has been implemented, yes, but it needs much more work. See #1334.

As I said, "it needs much more work". :smile: IIRC it only works with a layout or two, but I don't remember which ones.

I'd rather inspect type hints. This will probably break functions taking a string as argument and receiving a legit string made of digits. Groups, for example, are often called 1,...