Antoine Bluchet

Results 598 comments of Antoine Bluchet

After discussing this with @nikophil I found out that (by looking at https://github.com/sebastianbergmann/phpunit/blob/489040f5a752a47b3236f5998ec18a46e025f3d1/src/Framework/TestCase.php#L1907), only the `exception_handler` is an issue here as error handlers are correctly handled. My configuration has `ignoreSuppressionOfDeprecations="true"`...

Check my https://www.npmjs.org/package/pidusage code to get pcpu and memory. I've made it work on darwin, freebsd, solaris (with `ps`), unix by using `/proc` and windows with `wmic.exe` (currently in a...

> It seems any Dat plugins so far require manually running a process in the background. Is it plausible to have a major browser plugin for Dat that doesn't require...

Nice input! Tyvm about the Native messaging API thing, wasn't aware of that possibility! > Public gateways are another option Like https://hashbase.io/ I guess. Although they kinda break the p2p...

> Maybe that paired with an iframe loading gateway content could be enough to make a web app that loads dat:// URLs through the gateway. I had a successful experiment...

In the mean time use `web+dat` or `ext+dat`! Interesting topic also: https://news.ycombinator.com/item?id=16242336

Je trouve que c'est déjà bien séparé, qu'entends-tu par là ? (en gros je viens flood dans une issue pour dire :clap: pck vous avez fait du super taf :D)

ah bah c'est presque le cas là, basiquement faut juste bouger la route [/ linked](https://github.com/mondediefr/mondedie-chat/blob/master/routes/index.js#L16) qui render la page \o/.

Bah oui y'a juste le render qui doit sortir et c'est bon :) tout le reste c'est du pur server Le jeu. 26 nov. 2015 à 14:33, Loïc Vaillé [email protected]...

J'avais commencé à fork votre projet, j'aime beaucoup l'interface et je voulais prendre la partie front, l'injécter dans electron et à la place de l'api placer un webrtc-swarm\* (https://github.com/mafintosh/webrtc-swarm utilisé...