Kind notes

 Note

First day back at #CapitalOne's offices in Nottingham after a whopping 545 days is a very weird feeling. Got some freebies, a free breakfast, and our first hybrid standup. Been nice to just wave to people, and I'm looking forward to making the most of the day!

 Note

Is the Meetup.com GraphQL API down? I'm seeing HTTP 502s with x-amzn-errortype: InternalServerErrorException. Was hoping to start a migration from REST to the GraphQL API but I guess not!

 Note

Has anyone written any (preferably permissive licensed) Java code that parsed Gherkin using the official java-gherkin library and gets an AST together that includes both steps and comments all in one place?

 Note

#GitHub Copilot seems pretty interesting - licensing issues aside - but I wonder if a better angle is adding test coverage rather than production code? Most folks find writing tests (especially on less loved codebases) more difficult than the code

 Note

#Kubernetes peeps - is there a way to mount a Secrets volume as read-write and allow an application to write to it? I'm migrating code that expects a filesystem to persist secret changes to and am not sure if I'm trying to avoid rewriting too much?

 Note

Is anyone using #gitlab's Auto DevOps with a Maven/Gradle multimodule project? Thinking about maybe giving it a go, with deployment to GKE for ease of management of my services, but wanna find out if its suitable first, and how to pass secrets that would be in an application.properties on the host. Or I guess, do I need to rewire the app instead?