Cristopher Kurtin
Cristopher Kurtin
This one would be very useful. I just built a custom archetype and tried using it from scratch (removing it from .m2 and pulling it from nexus), but then I...
Hi, I created the PR :) I think that the approach with Maven's settings.xml file is a good path to follow. I did the #412 as a quickfix since I...
It's been a while, but perhaps someone else will once stumble upon this so here's the answer: When developing for Tizen platform, you will need to install the [Tizen SDK](https://developer.tizen.org/development/tizen-studio/download)...
I have this in my Player scene: `src/scenes/player.js` ```js // ... play(url, options) { this._video.prepare(url, options); } // ... _initVideo() { this._video = app.device.createStatefulVideo(); // chrome "fix" - it won't...
Same thing here, I'm using the node's assert function to do some assertions unrelated to unit testing and this behaviour causes the custom Error class to be substituted with the...