Ulrik Mikaelsson
Ulrik Mikaelsson
## Expected Behaviour If `import numpy as np; print(np.float32)` works, so should `from numpy import float32` ## Actual Behaviour On `from numpy import float32` I get an ImportError: "can't import...
This is a: - [x] Bug Report - [ ] Feature Request - [ ] Question - [ ] Other Which concerns: - [x] flow-runtime - [ ] babel-plugin-flow-runtime -...
Allows overriding protocol-specific options such as HTTP method and HTTP retrial policy
Hyper (server) does not support sending `100 Continue` upon receiving an HTTP/2 request with a `Expect: 100-continue` specified. This is currently blocking moving a project from HTTP/1.1 to HTTP2 for...
Support for `Expect: 100-continue` is mandated as MUST by https://datatracker.ietf.org/doc/html/rfc7231#section-5.1.1. Yet servers built on `h2` cannot currently support this requirement. One example of such usage, is [hyper #2743](https://github.com/hyperium/hyper/issues/2743). This approach...
The RTMP specification states clearly, that "The maximum chunk size is maintained independently for each direction". That means that our peer updating its chunkSize, does not affect our outgoing chunkSize....
Details can be seen on https://mvnrepository.com/artifact/org.red5/red5-client/1.2.12 Tried to patch it up myself, but failed to understand what controls `${mina.version}` in pom.xml.
As far as I can tell, dasp::slice currently assumes `Interleaved` frame-layouts. (LRLRLRLRLRLRLRLR) In some cases (for example when working with FFmpeg), I get audio in `Planar` layout (LLLLLLLLRRRRRRRR). Currently I...
For some reason, text cannot be selected.
This fixes an issue we've experienced, where "IfNotExist"-style uploads have exhibited racy behavior, [specified to not exist in production GCS](https://cloud.google.com/storage/docs/consistency).