Dacio

Results 3 issues of Dacio

`EventEmitter` is from [NodeJS's events library](https://nodejs.org/docs/latest/api/events.html). This likely works in CRA environements because it is polyfilled with [events](https://www.npmjs.com/package/events) (or something similar). [`EventTarget`](https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/EventTarget) is a *native* Web API and that is...

I have an issue where when I run `docker run -it feedthebeast/ftbcontinuum` it immediately responds with `Error: Unable to access jarfile FTBserver-1.12.2-14.23.4.2759-universal.jar` Huge props on making Docker containers for these...

I upgraded my server's Node 10 to 11 and started getting these errors while being completely unable to connect. ```sh 7|server | le.challenges[tls-sni-01].loopback should be defined as function (opts, domain,...

enhancement