Pierre Métras
Pierre Métras
I have the same behaviour as @superherointj on linux. `ponyup show` is hang for 2min10s before timing out on my computer. Here is `strace` output when it is blocked in...
And the problem is not limited to the `show` command: ``` $ time ponyup update corral release updating corral-release-latest-x86_64-linux syncing updates from https://api.cloudsmith.io/packages/ponylang/releases/ pulling corral-release-0.5.4-x86_64-linux |██████████████████████████████████████████████████| corral-release-0.5.4-x86_64-linux.tar.gz selecting corral-release-0.5.4-x86_64-linux as...
I confirm the problem with IPv6. My ISP decided to stop providing IPv6 over IPv4 for the type of modem I have last year, but my modem kept a IPv6...
Yes, multi-cursor on X is not reliable. There a bit of [cleanup](https://github.com/pmetras/huion-linux-drivers/blob/master/huion-tablet-driver.py#L280) in the code when the driver is started again but it would be better to do it at...
I finally had the opportunity to test the clean up code for multi-cursor (the tablet is 6000 km from my computer!). Leftover cursors when the driver is interrupted shouldn't remain...
My daughter who owns the tablet told me she has the same behaviour from time to time. She told me that there could be a conflict with Firefox too but...
Could it be that the calibration of the tablet is not correct? Or perhaps this pull request https://github.com/joseluis/huion-linux-drivers/pull/62 is correcting your issue?
A bit of context for this RFC. I'm presently learning Pony, reading all documentation and particularly the one of the stdlib. Looking at the `Array` class, I was surprised that...
And I forgot to say that `Array` is only one situation where this occurs. If one would want to *simplify* the stdlib API, this change could be applied in other...
My initial concern was only to get an answer to the question in the title of this RFP that I could understand. It could have been *"It's that way because...