Kyle Simpson

Results 188 issues of Kyle Simpson

### Would you like to work on a fix? - [ ] Check this if you would like to implement a PR, we are more than happy to help you...

bug

Since you can't reasonably fund a testnet account with real funds, when you select a testnet account in the chrome-extension wallet, the "Funding" feature would make much more sense if...

good first issue
enhancement-p2
effort: small
enhancement

### What's not working? I consulted the docs here: https://redwoodjs.com/docs/cli-commands#dev They mention using the CLI flag `--fwd=" ... "` to send along flags that control the underlying dev server (webpack...

help wanted
bug/confirmed

## Link to bug demonstration repository [nyc-bug-demo](https://github.com/getify/nyc-bug-demo) ## Expected Behavior I expect that the code-rewriting that NYC does will not interfere with expected language behavior, specifically the *name inference* that...

See this issue for further reference: https://github.com/nimiq/qr-scanner/issues/236 Here, this line needs to change: https://github.com/davidshimjs/qrcodejs/blob/04f46c6a0708418cb7b96fc563eacae0fbf77674/qrcode.js#L362 The `getContext("2d")` would change to `getContext("2d",{ willReadFrequently: true })`.

### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...

Bug
Needs Triage

I am able to run this plugin on simple code, but when I tried it on a bit more complex of code, it breaks. This is the code in question:...

I found Highland while searching for stream library support for native JS async generators (like `async function *main(..) { .. }`) and thus async-iteration. It seems from looking at the...

Should we add an option that pre-configures the DOM (maybe just the `head`?) with elements as if they had been parsed from the markup? Notably, some elements like `` behave...

help wanted