Joel Berger
Joel Berger
[JSONPatch](http://jsonpatch.com/) is a format for submitting machine usable but still marginally human readable partial record updates, usually over the HTTP PATCH method. While I've always been interested in using it...
With Docker Hub implementing rate limits it might be nice to also send images to github packages. One might even consider using github actions to build the images and push...
As threatened :-) I am formally requesting the ability to test Mojolicious templates. I have learned more about them and might even be able to get either text of the...
Before this commit any functionality that depended on knowing the build date (which is possibly overridden by the command line) would need to have the date passed in to it....
When using the removeIndentation setting globally and including whole files, I notice that an odd thing happens. All code that is indented is outdented by one level! On investigation, this...
Related to #9 (and only really useful if that is included), it is sometimes helpful to have sections that overlap. If the end tag were `end-sample(name)`, even optionally, then that...
I'm very glad your plugin exists, it fills one of the gaps in reveal that I've been working around with a preprocessor! I have a suggestion, and I don't know...
In a [previous issue](https://github.com/projectcontour/contour-operator/issues/326#issuecomment-915761013) support was added for consuming a loadBalancerIP based on the cloud provider's APIs. While that serves a purpose it is not a generic solution; loadBalancerIP isn't...
With more JSON structures in the setup, I'm liking that model even less. This should be improved to either flatten the input or have some data structure editor inline.