Alexander
Alexander
We don't want to expose the dev services to public Note: firewalls doesn't block access because docker overwrites the firewall settings
Changes: - add ClientIPMiddleware as well as a method to retrieve the ip directly ### Checklist - [x] The code has 100% test coverage. - [x] The documentation was properly...
TestClientTransport is supposed to handle ASGI but inherits from httpx.BaseTransport which is for WSGI and handles with deprecation warnings ASGI. It should inherit of httpx.AsyncBaseTransport and implement it.
Jpype has now an own dbapi2 compatible jdbc module. Wouldn't it be better to advertise it instead of jaydebeapi? Many big projects have no python2 support anymore so the jython...
It would be good to have json as an option instead of pickle for tasks. This will maybe reduce the valid types of arguments to fn significant but more secure.
Idea: Pass a copy of the scope to the ASGI app to prevent headers changing to something incompatible
# Summary # Checklist - [x] I understand that this PR may be closed in case there was no previous discussion. (This doesn't apply to typos!) - [ ] I've...
Changes: - fix django 5.2 compatibility - add tests for ChannelsLiveServerTestCase - add test project and use its settings - fix hangup when the server failed to start
Django 5.2 made TestCase._pre_setup a classmethod but this isn't reflected in ChannelsLifeServerTestCase. This is leading to a crash when trying to use ChannelsLiveServerTestCase.
There are three areas to start the investigation/to improve - Cli ipython, somehow with_async_env won't work satisfying here and for every operation a reconnect is issued - schemas after cleanup...
### Port, board and/or hardware esp32-c3 port ### MicroPython version 1.26.1 ### Reproduction Setup: https://github.com/rroemhild/ubeacon/blob/main/examples/eddystone_uid.py ### Expected behaviour not visible/advertised as connectable ### Observed behaviour Advertised as connectable. Tested with...