Garry Jeromson
Garry Jeromson
I'd say we're cooking with gas on this now - all that's left to do is to bring the Docker Makefile to feature parity with the tox one, and update...
> Is the `Makefile` rename necessary? I'd like to continue to be able to just run `make precommit` before committing. Have changed it back and added an easy way to...
Coming back to this after a loooong time with fresh eyes; I wonder if it's actually going to be useful to anyone. The tox-based workflow isn't really a hurdle at...
Cherry-on-the-cake functionality would be then being able to output the replayable response to a JSON imposter file.
As an illustration of the functionality that would be nice to integrate into the library, the flow would be something like this (our current patched-together solution): ```python import json import...
D'you fancy taking it on? My first target is a Dockerised development setup (for lazy folks like myself), working on a pull request at the mo. 🤓
Thanks! This kind of works, in that the code runs, but the response model is incorrect and it doesn't play nice with FastAPI's OpenAPI documentation generation: - The OpenAPI doc...
This can be done using a `newrelic_synthetics_monitor_script` resource and the script shown here: https://discuss.newrelic.com/t/relic-solution-monitoring-ssl-certificate-expiration/51240.
For anyone looking for a short-term solution until the pull request is (hopefully) merged, attached is a patch file to be used with [patch-package](https://www.npmjs.com/package/patch-package). [use-auth0-hooks+0.7.0.patch.zip](https://github.com/sandrinodimattia/use-auth0-hooks/files/4475737/use-auth0-hooks%2B0.7.0.patch.zip)
It'd also be great to include an example of how to declare/use relationships - this is a bit of a black box at the moment. In any case, a really...