Matthias Vandermaesen
Matthias Vandermaesen
+1! Just did npm install beefy and seeing this error;
This is the error + stacktrace: ``` (node) warning: possible EventEmitter memory leak detected. 11 listeners added. Use emitter.setMaxListeners() to increase limit. Trace at Socket.EventEmitter.addListener (events.js:160:15) at emitDataEvents (_stream_readable.js:731:10) at...
Hi, I'm doing a bit of digging in this plugin. Seems like it's a wrapper around this library: com.youcruit.com.cybozu.labs:langdetect https://github.com/YouCruit/language-detection/ Which is a fork of a fork of this project:...
Looks like a CORS issue. Alduin is build with Electron. It's basically running a "website-inside-an-application". Everything you see inside the Alduin window is managed and rendered through Chromium. Alduin calls...
Sorry for the late response. Yup. I added the 'raise error' line to the initializer. It doesn't get thrown. Oddly enough.
We use Term::ANSIColor in the [Datahub::Factory](https://github.com/thedatahub/Datahub-Factory) project we maintain. (which actually runs on top of Catmandu libraries). We implemented a quick, basic -v CLI option which allows us to do...
+1 for approach of @naxhh: start simple, see where this potentially lands.
@naxhh I've been thinking about this too. If you zoom back a bit, you'll notice that Phansible is already pretty opinionated: you can only choose from a list of preselected...
Okay, I've narrowed this down. This is caused by issues with outdated dependencies in `package-lock.json`. When I delete the file, and just do `npm install`. Everything gets installed correctly. Unrelated:...
Interesting! I've toyed with in the past, but I'm now at a point where I'm ready to look at this a bit more in depth. > Are there ways in...