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...
I have a case where this would help right now. I'm creating an Aurora serverless v2 instance, and while the resource is created successfully, it sometimes takes a bit for...
@desertaxle @zzstoatzz any updates on this issue? it poses a real problem and we've been holding off updating our production on-prem prefect deployment to 3.4.x for a while now. We...
Hi, this looks pretty much like our experience in #18654. Not sure if there were multiple processes of prefect server running in one pod container, but the CPU usage definitely...