James

Results 10 issues of James

Adds a JSONSet Function which can be used in a queryset.update(json_field=JSONSet(field="json_field", fields={"$.hello": Value("world")}) - sqlite supported - postgresql partially supported - oracle untested - mysql/mariadb untested ~~I wasn't able to...

## Meta: **CircleCI CLI Version:** 2.1 **Operating System:** circleci python --- ## Current behavior: ``` - run: command: | . .env/bin/activate # read from sys.stdin, take last half of len(items)//2...

bug

https://github.com/newrelic/newrelic-python-agent/blob/242c51a869b506d4235c8fedf024002251ac502c/newrelic/api/asgi_application.py#L172 Seems weird that the default would be "'unsafe-inline'"? - https://github.com/newrelic/newrelic-python-agent/blob/242c51a869b506d4235c8fedf024002251ac502c/newrelic/api/html_insertion.py#L32 - https://github.com/newrelic/newrelic-python-agent/blob/242c51a869b506d4235c8fedf024002251ac502c/newrelic/api/html_insertion.py#L49 - https://github.com/newrelic/newrelic-python-agent/blob/ad65494033a6aef95fa2cd10b49ae73cb4c612ed/newrelic/api/web_transaction.py#L42-L44 Any suggestions? - https://docs.newrelic.com/docs/apm/agents/python-agent/python-agent-api/disablebrowserautorum-python-agent-api/ - https://discuss.newrelic.com/t/content-security-policy-and-browser-injection/2629 - https://github.com/newrelic/newrelic-python-agent/blob/ad65494033a6aef95fa2cd10b49ae73cb4c612ed/newrelic/api/web_transaction.py#L402-L403 Similar: - https://github.com/newrelic/newrelic-ruby-agent/issues/332 - https://github.com/newrelic/newrelic-ruby-agent/pull/673/files -

I was scared to press any of the hoverable actions-overlay, because I had no idea what they did. Would it be possible to add a tooltip for these? I was...

enhancement

https://github.com/jordaneremieff/django-fastapi-example/blob/main/django_fastapi/project/asgi.py#L28 Tried using the supplied uvicorn `WSGIMiddleware` in production and it was a bad time, might have been how it was configured though. Knobs on the number of gunicorn workers,...

updates dependencies, adds a TLD

updates collections.Hashable to collections.abc.Hashable

try to update github workflow, update, and deprecate unsupported versions Example error showing the node 20 version: ``` 03:48:13 jm@pop-os serverless-functions ±|main ✗|→ node_modules/.bin/serverless deploy --force Compiling function "first"... Uploading...

This PR does the following: - Downloads `posts` which consist of `questions` and `answers` - It adds the version to the requirements.txt - It adds aiosqlite to, and allows `validate_config`...