Ran Benita

Results 431 comments of Ran Benita

> xkb_compose_table_new_from_locale() used to take 38\~43ms (I didn’t change anything in the scheduler or frequency scaling of the phone, hence the quite big variance), after them (7d84809) 35~39ms, and with...

> I’ve just tested your latest improvements from master on my phone, they bring it down from ~34ms to ~19ms, nice! For me it's down to 2.8ms so I hoped...

Here is a list of options: 1. Keep as is -- always include context. 2. Add a new parameter to specify whether or not to include context. 3. If `pytrace=True`...

@DionisiaK4 submitted a PR for this. I am against adding an ini option for reversing decorator order: 1. Python decorators are applied from the bottom up. While it's not intuitive...

IIUC, this is basically a hack to coerce `TemporaryDirectory.cleanup()` to do the dirty work for us, right? I like it :) Although I think a comment is in order to...

Thanks for the PR! I think this needs some more discussion, I left a comment with my opinion on the issue.

I'm curious how you came across this, is there actually a use case for passing both `default` and `skip`? I'm probably missing something but I don't see it. I'm also...

Thanks for the report, indeed the `u` colors are not all green when running in CLI: > (it might be an issue in the code-block:: pytest style) That's correct, the...

It seems good to me that pytest skip an incomplete ABC. It is still abstract and thus meant as a base class only, not a test iteself. If unittest does...