Johnathan Gilday

Results 26 comments of Johnathan Gilday

Thanks for PPaas! I would like to add the HD Parrot as a base parrot. Can you tell me how you split the gif up into the PNG frames which...

Oh cool. Thanks!

@alexbrand no, i have not figured out how to do this. I am invoking systemctl directly instead of using the macros as a workaround https://github.com/gilday/how-to-microservice/blob/master/build.gradle#L82

@jansupol my use case is abnormal and probably doesn't contribute much to the discussion, but I'm happy to share it. I maintain a security observability tool implemented as a byte...

Agree that it feels like a corner case, because the user presumably created that `Response` from a `ResponseBuilder` where they had access to APIs for mutating headers prior to calling...

We're inconsistently using "standalone" and "override", and we're using the legacy property names instead of the new names. We should always use the new, standalone property. As a system property,...

A navigation intent for directing users to the Kubernetes preferences would be helpful too.

The link @atomiko posted is a good start. Doing some experimenting of my own, and I'm getting different results than the author of that post. The post includes this logic:...

Thanks for making those changes! I tested it out tonight and it's not working as expected. I ran `./gradlew runIde` to test manually as I normally do, and the themes...

Good observation. Apps which change instantly are almost always native applications developed using Apple's AppKit framework. The AppKit frameworks [exposes callbacks for the OS to trigger theme changes](https://developer.apple.com/documentation/xcode/supporting_dark_mode_in_your_interface). On the...