Isaiah Odhner

Results 203 issues of Isaiah Odhner

The documentation is quite lacking. It basically doesn't explain how to actually use the thing. You have to follow the link to the Webdebugger README (under **Contributing**) to learn that...

Shift+Insert is meant to trigger **Paste**. It's calling `paste()` with no arguments, but `paste` expects an image or canvas to be passed in, leading to this error: ``` TypeError: img_or_canvas...

bug

Trying to paste a screenshot into jspaint.app, I got an error: ``` TypeError: blob is null read_image_file@https://jspaint.app/src/functions.js:3515:2 paste_image_from_file@https://jspaint.app/src/functions.js:1578:17 @https://jspaint.app/src/app.js:1381:26 dispatch@https://jspaint.app/lib/jquery-3.4.1.min.js:2:42571 add/v.handle@https://jspaint.app/lib/jquery-3.4.1.min.js:2:40572 ``` `DataTransferItem`'s `getAsFile` method can return `null` even when...

bug

Trying to paste an SVG image I copied to the clipboard (the [uBlock Origin](https://ublockorigin.com/) logo), I got an error: ``` InvalidStateError: CanvasRenderingContext2D.drawImage: Passed-in canvas is empty make_canvas/new_ctx.copy@https://jspaint.app/src/helpers.js:175:13 make_canvas@https://jspaint.app/src/helpers.js:187:12 instantiate@https://jspaint.app/src/OnCanvasSelection.js:50:19 instantiate@https://jspaint.app/src/OnCanvasSelection.js:145:3...

bug

You should be able to close it with the Escape key in addition to Ctrl+C (or Ctrl+D on an empty line)

["shows and tv shows"](https://github.com/butterproject/butterproject.github.io/blob/4c5bfac56502b4446c221baf9fdc929ffe3d9ebe/src/index.html#L75), and maybe movies? I might also suggest changing "if you want to stream" to "for streaming"

It would be helpful to know when you're using an old version (coming from a link), and especially to have a link to the latest version in the message. For...

Before, when calling `register(accelerator, callback)`, while shuffling the argument variables to convert from the 2-parameter to the 3-parameter signature, `win` was left holding the accelerator string, and this was passed...

I've started working on a Junkbot remake here: https://github.com/1j01/janitorial-android/ Your ripping efforts have been very useful in that, especially with the atlas JSON (which you don't normally get along with...

comms

Katakana: ["ア", "イ", "ウ", "エ", "オ", "カ", "キ", "ク", "ケ", "コ", "サ", "シ", "ス", "セ", "ソ", "タ", "チ", "ツ", "テ", "ト", "ナ", "ニ", "ヌ", "ネ", "ノ", "ハ", "ヒ", "フ", "ヘ",...