Xavier Nopre
Xavier Nopre
@apflieger I have cloned the master 3 days ago, I think this is the current version. I met Dimitri in Agile Grenoble, he's interested with my external tests, and to...
Yes, you're right, thanks and sorry, it's explained in README but not very explicit for me to run the tests ;-) . But after `make build`, the test `git octopus...
This package is simple and usefull, thanks ! But actually, we have a problem. With this Javascript code : ``` const source = new EventSource('sse/'); source.onmessage = function(event) { ......