John Mortlock
John Mortlock
---- Closes: #21490 DNS namespaces are currently setup in a way which only allow for discoverability via DNS or API, this means it is not currently possible to register non-ip...
Hi Since the updates to the discover rules a common card number used for testing scenarios is no longer detected. Card Number is: 6011 1111 1111 1117 This card number...
## Describe the bug Reusing a schema directly in the the array macro produces an unexpected exception when passed bad data. ## To Reproduce ``` NestedHash = Dry::Schema.Params { required(:code).filled(:string)...
Switch the build over to GitHub actions, this means we lose a few things. 1. building against ppc64le no longer works 2. There is no allowed_failure equivalent Added Rails 6.1...
Hi If you are eager loading Zeitwerk will complain about the classes that get generated. ``` /home/mortlock/src/gruf-demo/vendor/ruby/3.1.0/gems/zeitwerk-2.6.0/lib/zeitwerk/loader/helpers.rb:127:in `const_get': uninitialized constant App::Proto::ProductsPb (NameError) parent.const_get(cname, false) ^^^^^^^^^^ ``` To reproduce ``` RAILS_ENV=production...
Hi It would be nice if the LogFormat could be exposed as a configuration option, the use case is to generate the log in a structured JSON equivalent format to...
We are currently in the process of rebuilding our pact broker database (moving to Postgres) so all our consumers/providers need to to republished and verified. It would be nice that...
Adds support for active support 6, whilst maintaining compatibility with active support 5 and older ruby versions.
Hi I might be missing something but is there a way for a single bastion host act as a proxy for multiple backend services? i.e. We have multiple RDS servers...
Hi I am currently using overmind in a docker development setup where my application generates json logs and outputs them to a local grafana/loki setup so I can see whats...