adrien-n

Results 30 comments of adrien-n

I see etherpad lite used in many places without issues and it uses socket.io which uses websockets at least in some situations (i.e. I've seen websockets used but I don't...

It is possible that the connections from other clients trigger a garbage collection and that the reactive values are garbage-collected. You have to keep a reference to them somewhere.

Quoting/unquoting regularly is quite painful imho and reduces readability a lot.

OK. I'll try to start that way. BTW, it would probably be useful to expand the documentation to mention such external libs (including ones for promises). I'll try to draft...

In order to test stuff related to WebCrypto, I did a very quick wrapper around promises. It doesn't care about failures and it's not practical. But it's short and quick...

I think this is actually just an issue with the default size of the panel. And you can actually resize it with the mouse. You'll have to aim well because...

I think I've been hitting that issue at FOSDEM today and yesterday because the network wasn't always reliable and I suspect RAs were getting lost. I didn't do a network...

The issue happens with exim4. Admittedly, it's not the only issue with it since I need to --sleep=50 . I don't have a pcap but would that really be helpful...

We uncovered this issue very recently: updating coreutils automatically triggered tests in datefudge, including on 32bit archs. I'll have a look at xstat*. Thanks. I also plan to add crude...

I finally had an actual try at this. An important question: which libc should be supported? I'm not sure it makes sense to support any but glibc at the moment....