Paul Cowgill

Results 81 issues of Paul Cowgill

`fetch-readablestream` doesn't work as a fetch streaming solution if you're using the `fetch` API via [`ky`](https://github.com/sindresorhus/ky), because `ky` [assumes `response.clone()` will be defined](https://github.com/sindresorhus/ky/blob/2078a151370af3ce692d201b19c5fe4b5f00a456/index.js#L264-L299), and it's not when using `fetch-readablestream`.

Support "pseudo-streaming" with [responseText](https://github.com/facebook/react-native/blob/v0.61.5/Libraries/Network/XMLHttpRequest.js#L332-L352) and polyfill `Response.body` with that when run inside React Native as described [here](https://github.com/github/fetch/issues/746#issuecomment-573251497) by @MattiasBuelens

Can you suggest an alternative TextEncoder polyfill? The `text-encoding` package on npm is deprecated. Thanks!

### Current Behavior TSDX (probably Rollup behind the scenes) struggles with building a `src/index.ts` file that imports generated types. Here's a repo with a reproduction: https://github.com/pcowgill/tsdx-typechain/ This line - `import...

kind: bug
scope: upstream
solution: workaround available
topic: rollup-plugin-typescript2

Helpful tool! Thanks! It would be great if you could add the token symbol, address on each testnet, and Etherscan link for each testnet to the [website](https://erc20faucet.com/).

Closes https://github.com/ipfs/js-ipfs-http-client/issues/1215 @hugomrdias @alanshaw Let me know what you think! The tests are passing, I added a new test case, and I've run the lint script.

good first issue
tech debt
legacy-apps

enhancement
good first issue
design
account-recovery