Olivier Le Thanh Duong

Results 19 comments of Olivier Le Thanh Duong

Have not written the test yet but I have managed to reproduce it on Linux (Ubuntu 17.04) Here are the steps In bash ``` mkdir tmp cd tmp git init...

Yes, that's the workaround we used in our project in the end.

Yep actually had a bug when settings an empty TILES and was going to submit a patch for that but I just saw that you already fixed it (and did...

From what I gathered it seems to be an error that occur with Python 3.8 ? I managed to fix it in my code base by replacing by replacing `WithAnnotation`...

For future readers, I managed to get around it this way (by poking at the code), which return the current value of the button (1 or 0 if pressed or...

Hi, thanks for looking at this bug and thanks for the tips about escaping the #. The fact that you need to identify to enter is actually independent of the...

> @olethanh should we drop support for Python 3.9 / Debian 11 for this PR ? Didn't we already have this discussion ? I'm not against it but I have...

Pr is ready for review. Updated with main Note that there is a chance of behavior: Now in is_running for persistent vms we only check the stop time like we...

> Also, will be good to have some tests about these refactor to prevent implementation issues. on which part?

I'm rebasing and relaunching CI since we dropped Debian 11 this should not be blocking anymore