andyslucky

Results 8 issues of andyslucky

- Updated `parse()` method to add more context when a parsing exception occurs while parsing a mapper method. The declaring class's canonical name (if local/anonymous class, class name is used),...

It would be nice to be able to run a query involving more than a single table and a where clause. This covers trivial use cases, but I would like...

Maybe my television is a newer model or the OS is on a different version than these were tested on... but I have only gotten 20% of these Codesets and...

Upgraded org.json:json version to fix vulnerability.

I disable persistent configuration since I keep configuration in source control. I recently found the `TOOL_SERVER_CONNECTIONS` environment variable documented and created a json string to setup my MCPO server ```json...

Does it make sense for the default value for `maxUnavailable` to be 1, when the default value for replicas is also 1. https://github.com/MoJo2600/pihole-kubernetes/blob/75981360a0b1409731ab10638b03f5cc86a0673f/charts/pihole/values.yaml#L15 Not many people enjoy having downtime for...

Changed maxUnavailable to 0 to prevent downtime during upgrade using the default replica count. ### Description of the change ### Benefits ### Possible drawbacks ### Applicable issues - fixes #397...

I have setup a github action workflow for pull requests to run terraform plan using the [setup-terraform](https://github.com/marketplace/actions/hashicorp-setup-terraform) action. If one of the nomad job specifications is syntactically correct, but logically...