Joel Berger
Joel Berger
> An alternative might just be to not use a application-name-specific path inside the container. I see `/app` or the like used regularly. I missed that it isn't just the...
The feature isn't finished just a branch that mostly works. I'm sorry I haven't had time to come back to it yet. Between work and parenting I have precious little...
I'll start a checklist here for remaining sections, please feel free to add and check off when complete: - [ ] Job dependencies (parent/child) - [ ] High priority fast...
This bug causes kustomize to create an invalid certificate for a webhook in the bonzaicloud kafka operator. It broke a LOT of stuff. A LOT. And because of its location...
And now I'm seeing that this isn't a recent issue, from https://github.com/kubernetes-sigs/kustomize/issues/3815 it has been broken for over a year. If this cannot be made to work, at least remove...
To the future reader, the only mechanism that functions is to use the generator file usage, which is woefully under-documented anyway, then use the file as constituted here in this...
I also suspect (but cannot prove, because I don't have a local testing mechanism) that they could fix at least the documented releaseNamespace issue by simply adding one line here...
Wow, is this this source of the phantom login problems metacpan has been having all these years?
From the regex in [`is_perl_file`](https://github.com/CPAN-API/cpan-api/blob/master/lib/MetaCPAN/Document/File.pm#L590) I don't think `.pm.PL` will work either. Also, the `.pd` file is a code file, it contains PDL preprocessor code (PDL::PP) which compiles to pm...
> So, if we start all .pd files with #!perl, they would get indexed in the > search? Plack::MIME doesn't do any test that I can see, it just uses...