Mickaël Schoentgen

Results 474 comments of Mickaël Schoentgen

I like your proposal! Would you mind opening a PR?

Hm after reading #747, I think we will loose important events. Example: I open a file and get the related event; then if we apply your proposal, I will never...

> Can we more finely distinguish which type of file closed event it is, so that it can be set on the filter and corresponding callbacks can be added for...

BTW this is a real use case for a [RU-SV](https://www.reader-dict.com/get/ru/sv) dictionary: https://sv.wiktionary.org/wiki/%D0%B1/%D0%B0

OK, so the Kobo is looking for an empty-name HTML file in the case: ``` Jun 26 07:34:38 nickel: ( 83518.236 @ 0x37917f8 / dictionary.debug) got alternative search terms: ("б/а",...

To be complete, it seems only the slash character is creating such an empty-name file. Example with a dash, it works as usual: ``` Jun 26 08:33:27 nickel: ( 84463.570...

Hello @gebilaoman, Thank you for the detailed report! I have absolutely no clue right now, but this seems intriguing. Is it possible to run the test script on newer Python...

My first reaction would be that this is not a job to be done at the MSS level: - it implies way more complexity than we need; - it is...

I can't see where such a behaviour would happen. The source code seems correct, and the cursor is not enabled by default. Can you share a minimal reproduction code, please?

Actually, cursor grabbing is not yet implemented on macOS (cf https://github.com/BoboTiG/python-mss/blob/a086a5ca8b21c4865d2524112c6ce6faa28cbd41/src/mss/darwin.py#L217) 🤔 I see that macOS will show the cursor whatever we set in MSS (it's done like that at...