Olivier Philippon

Results 41 comments of Olivier Philippon

I'm not sure I totally understand the sense of that task... Does it mean that we should be able to write something like this? :slightly_smiling_face: ```css background: auto; /* =...

As per #507 it turns out that we might not need this. `time_machine` is great for a lot of use cases, but it's probably not the approach to take in...

I wonder if it could "just" be related to the Python version? While working on making the App class work again on Python= (3, 10, 0)` at the start of...

After discussion, the implementation of this feature is postponed - so we can find the right balance between flexibility of the syntax and code complexity

I find the "size" part of `scrollbar-size` a bit ambiguous, as it could also be something to set the size on the main axis (i.e. customising the vertical height of...

As discussed: we stick to the original plan, with the `-size` terminology and the ability for users to use any custom size with integers

Freshly rebased on the `css` branch, and ready for review! :slightly_smiling_face: #529

Ready for review! :slightly_smiling_face: #533

I've heard of msgpack but haven't used it myself yet, however I've used [CBOR](https://cbor.io/) quite a lot (via [this Python library](https://cbor2.readthedocs.io/en/latest/index.html)) and it works well too :slightly_smiling_face: Could be worth...

ah, I knew I had seen a time-mocking library in Textual or Rich's dev dependencies, but I was not sure which project it was and whether if was still used...