Adam Freidin
Adam Freidin
1. `hasOwnPropert` needs a `y` in the [broadcast method](https://github.com/oyvindkinsey/easyXDM/blob/93046dc/src/widgets/Widgets.js#L224) 2. The homepage says that the `isVoid` annotation was removed in 2010, but here it [lingers](https://github.com/oyvindkinsey/easyXDM/blob/93046dc/src/widgets/Widgets.js#L251)
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. I'm building better-sqlite3 with electron-forge /...
So, I had this hair-brained idea to use ts-morph to wrap await around sub-expressions. E.g. `fetch('http://example.com').json().data.x` -> `(await (await fetch('http://example.com')).json()).data.x` **Describe the bug** Version: 20.0.0 I get the following error...
## Observation https://fetch.spec.whatwg.org/#typedefdef-headersinit lists two options for the headers field (passing the `Headers` object isn't actually in the spec). In `lib.dom.d.ts` the field has the following type ( [link](https://github.com/microsoft/TypeScript/blob/a3c5d5d37e54610d2e86ec44b1692522a3ed6931/src/lib/dom.generated.d.ts#L27983) )...
"description": "Sweet Disposition: Interoperable Content-[Disposistion](https://github.com/mnot/sweet/blob/master/package.json#L2) headers"
Attempting to generalize the maybe type in the tests, I found two issues: ``` verve type maybe { Just(type) None() } implementation printable { fn to_string(a) { match a {...
### Provide your feedback here. these two exports appear to be identical in content? ```json "name": "@internationalized/date", "version": "3.5.2", "description": "Internationalized calendar, date, and time manipulation utilities", "license": "Apache-2.0", "main":...
### Describe the bug Filed an issue in melt-ui, https://github.com/melt-ui/preprocessor/issues/57 Cross-posting for visibility in case this actually is a larger issue in svelte's code gen emit ordering. ### Reproduction Starting...
The calculation of `left` in decryption can result in a negative number when `modulu` is less than 0, https://github.com/eCollect/node-fe1-fpe/blob/ceae15baf310e65c89504ce785f568b4c204f433/index.js#L63 this leads to a failure to recover the original value. The...
### input ### output