Alex Stapleton
Alex Stapleton
### Describe the bug When `y` is a sync iterable of Promises`for await (const x of y)...` should unwrap the promises results into `x`. This works correctly in Node 16...
**Describe the bug** The published .whl file is `mip-1.13.0-py3-none-any.whl`. The `any` is intended to indicate that this is a pure Python, platform agnostic wheel that will work anywhere. This is...
This requires some cleanup of ImportOrderChecker and ImportVisitor first. In particular there needs to be a clearer separation between getting the import data out of the AST and generating the...
I am using CBC 2.10.5 from Debian Stable (bullseye) and have a problem which crashes CBC very quickly. ``` Welcome to the CBC MILP Solver Version: 2.10.5 Build Date: Oct...
In a real XHR, if you do something like ``` xhr.open(...); xhr.setRequestHeader('foo', 'bar'); xhr.open(...); xhr.send(); ``` The request will not be sent with a `foo` header because the second `open()`...
According to the WHATWG specs: * `form.submit()` [*should not* fire a 'submit' event](https://html.spec.whatwg.org/multipage/forms.html#dom-form-submit-dev) * `form.requestSubmit()` [*should* fire a 'submit' event](https://html.spec.whatwg.org/multipage/forms.html#dom-form-requestsubmit-dev) JSDOM's form.submit() always fires a 'submit' event: https://github.com/jsdom/jsdom/blob/28ed5877040f6e7eeddd01975b738c41d8f76329/lib/jsdom/living/nodes/HTMLFormElement-impl.js#L82-L83 It seems...
Currently everything is built assuming gRPC-Web but it doesn't seem like it would be much work to also support normal gRPC with H2 only connections although it would depend on...
Interceptors are gRPC specific middlewares that can apply both at the client and the server level.
Measure it and add it to Circle