Paul Brussee

Results 38 comments of Paul Brussee

Seems to be duplicate of #166 edit: Solution I'm using: https://github.com/ds300/patch-package/issues/166#issuecomment-611002963 edit2: #166 is fixed in v6.4.5 https://github.com/ds300/patch-package/issues/166#issuecomment-790453513 @caisd1998 Does this resolve your issue?

You are referring to the 2nd argument of `load_verify_locations` but the current implementation gives only the 1st positional argument: > The cafile string, if present, is the path to a...

@euri10 updated formatting to make the linter happy

@euri10 Would you like me to squash before merging?

I switched from the approach in this PR to creating and injecting a fully configured SSLContext directly. Instead of maintaining code that wraps the SSLContext class like now, the alternative...

@Kludex wrote: > PR is welcome. We are blocked until next asgiref release. I noticed the ASGI TLS Extension version 0.2 (2020-10-02) was [merged on 2021-07-10](https://github.com/django/asgiref/pull/192#event-5003421532) and subsequently a new...

If I remove the part: ``` auth: authEmail: [email protected] ``` then I get: ``` $ node -r tsconfig-paths/register -r ts-node/register node_modules/.bin/fixtures --config ./apps/my-api/src/db.config.ts --sync ./fixtures Progress [██████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 20% | ETA:...

> try to use > > ```yaml > auth: > email: [email protected] > ``` Nothing is saved in the database if I try that. I've worked around this issue by...

Just found a working workaround: `poetry cache clear --all ""`