Jon Edvald
Jon Edvald
I can confirm the issue. Basically it is specific to the `generateFiles` field in this context, so I've updated the description accordingly. It's not as quick a fix as I'd...
No, that won't do the trick unfortunately. Notice that this code is within `cloneFile` which is supposed to do just that. This needs to be handled further up. I can...
I should note that link handling is generally a little tricky in these contexts. There's a reason, for example, that Docker doesn't allow links outside the build context, absolute links...
An additional concern with links pointing to an arbitrary destination is that we have no idea what's in that directory unless we traverse it, which would mean we have no...
We've decided to deprecate the cert-manager integration and now recommend that users set up cert-manager separately. What we'd need to do is make sure that's clear in our docs, and...
Agreed, it would be good to get Mac ARM64 sorted as well, but we may be blocked on that front for the moment because of mandatory code signing issues that...
That's interesting. Can you elaborate on the disk usage a bit? How/where does that manifest and how much are we talking?
Just a quick update, we are on a path to do this. A little tricky because it involves several updates to 3rd party tools we use, but we'll get there...
I'm very sorry to hear about your experience @qeternity, truly. We do our best, and I do thankfully know that most of our users and customers have a far better...
Correct, this should have no performance impact since the project config is loaded before the commands are loaded.