Dominique Martinet

Results 143 comments of Dominique Martinet

It's been a year since the last bump, also coming from nixos here... :) The nixos package is stuck on an old version with node 12, which is EOL and...

nixpkgs is pretty far behind on cryptpad version right now, so I'm stuck on 4.11 from last year. I'd very much like to upgrade and confirm but it's been a...

I've open https://github.com/xbmc/xbmc/issues/20629 to investigate the kodi side of it a bit. From a quick look it looks like it is more of a sequence issue, kodi expects the window...

So I had this waiting for configure not processed right, but not the reason why it wasn't processed, which is silly (the event handling loop in the kodi application code...

I actually can't reproduce on my branch (#541, now merged), did that get fixed for you as well somehow? I tried spawning some urxvt first then a gnome-terminal in which...

Thanks, could reproduce with firefox. Looking into what's different and if we can just make the crashy part wait till the focus is back.

Would need to make sure we send offers before the actual interaction event though, so something like "open a new window, first interaction is middle-click paste" still works. Although with...

> Asynchronous doesn't mean out-of-order. Depending on the protocol it doesn't need to be out-of-order to be unreliable (e.g. if the offer would have needed a round-trip to setup); but...

> operator!() is a null pointer check, so it won't be that simple. It's a null pointer check for an attribute of m_handle, not for m_handle itself -- I've been...

Took a bit longer than planned, sorry for the delay. So, from what I can see, there's another thread calling the destructor of that BeesNote `get_status()` is iterating on when...