vrmerlin

Results 12 comments of vrmerlin

It would be a good thing to add; i'll play with creating one of my own in the meantime.

I concur that this is a problem. In my case, I have several GitLab runner hosts that are constantly building applications, meaning they are constantly generating new images which can...

I will try it soon as I can; sorry had some family issues come up

I'm sorry, i see the page you pointed me at, but i don't understand what you are inferring. What's wrong with my above code sample?

if I remove the "connection: mongoose.connection" , so it looks more like your test code, it still creates the file in the mongo database, but still doesn't trigger the callback...

Are there any work arounds for this problem? I'm trying to deploy this Helm chart to our cluster, using a specific UID and GID, and it's failing on startup as...

> rebuild the container image with the uid / gid that you want, you can adjust the ARGS at build time: https://github.com/jenkinsci/docker/blob/3c143f2afc2563686341225b106f9c695574f024/17/debian/bullseye/hotspot/Dockerfile#L41-L44 I don't believe that's the problem. I know...

Good news! I've found a way to make this work. Here is a segment of my values.yaml for the Helm chart installation. You can see the setting of a specific...

Here are the two steps I did to rebuild Electron: ``` npm install --save-dev electron-rebuild .\node_modules\.bin\electron-rebuild.cmd ```