Emil 'Skeen' Madsen

Results 25 comments of Emil 'Skeen' Madsen

Hi @lundberg The code presented in this PR is copied from here: https://github.com/lundberg/respx/blob/0.17.1/tests/test_mock.py#L462-L493 It's code from a test that used to be included in this projects test-suite, that ensured that...

This PR https://github.com/diesel-rs/diesel/pull/1884 has been merged, which could enable PostgreSQL support, by changing `replace_into` calls into `upsert` calls.

I duplicate on the issue.

I can reproduce the issue on a new minikube installation. I have to add a clusterolebinding to avoid permission issues in the sidecars; ``` kubectl create clusterrolebinding default-admin --clusterrole cluster-admin...

Being able to run a proxy node would be very nice w.r.t. bridging the currently somewhat decoupled networks. It would be somewhat keen to acting as a Tor exit node,...

Async support would be great

> ``` > "examples": { > "type": "array", > "items": true > }, > ``` > > I don't understand why `items` have `true`. I expect a list of the...

I have stumbled upon the same issue. The example code only sets basic-auth for the `httpx.AsyncClient` (`AsyncTransport.client`) and not the for `requests` (`AsyncTransport.wsdl_client`). So if basic-auth is also needed to...