fopinappb
fopinappb
As `update_fields` is passed to `bulk_update` but ignored when falling back to `.create`, all the values from the object are used when creating. This is actually documented in `update_fields` docs:...
Same as [DRF TokenAuthentication](https://github.com/encode/django-rest-framework/blob/655e803adfb19b8cb5b94a4895f1baffed55a958/rest_framework/authentication.py#L162-L168), delay model import as apps might not be ready (depending on project setup)
Just to point out that OBS works better than CamTwist for Mac, now that it is supported in Zoom. And it's opensource.
**Describe the bug** After upgrading semgrep from 1.56 to 1.61, `pattern-either` is no longer supported in osemgrep but still supported when using legacy pysemgrep **To Reproduce** https://semgrep.dev/playground/s/6Jq2K Running `semgrep --validate`...
**Describe the bug** When running `semgrep --experimental` with absolute paths it fails with ``` Error: cannot make path "/Users/fipina/tmp/ll/a/a.py" relative to project root "." ``` **To Reproduce** * Prepare directory...
`complete` response definition was only done for Transfer-Encoding (TE) and I opened #40 about it. Fix ended like this: https://github.com/gr3p1p3/transparent-proxy/blob/b09dc4c16f9e4a64db6377247bf716eef57be4b5/core/Session.js#L212-L220 Covering both TE and CL cases. In the new HttpMirror...
Follow up on #41 I was testing this change and I was unable to get validation to work (certificate is always ignored). I've reproduced it with a simpler script ```javascript...
Not so much of an issue/feature but a request :) Could you please git tag when you do an npm release? It's not so easy to go through commit history...
https://github.com/joeferner/node-http-mitm-proxy/blob/310a3bc8918b07b9c7dbdb345e358f8be2a74044/lib/proxy.ts#L677 ``` ... https server started for www.google.com on 54724 https server started for www.google.com on 54726 ... ``` With concurrent requests to `www.google.com` this semaphore is but the asynchronous...
Recently I bumped into the issue where my library (that uses this) was hanging after termination. Debugging showed event loop was filled with `TLSWrap` and socket calls which led me...