Isaiah Odhner
Isaiah Odhner
Instead of the circular require, `custom.js` could export a function `registerTypes(arson)`, which would be a simple way to resolve this. (I'm not running into this, but just throwing in my...
There's also the case of non-start-of-line comments, in which case following comments are probably not intended as a continuation of the TODO, although it is possible. ``` ruby def needs_improvement...
@suark If it came down to syntax that you have to follow, `\` at EOL would be simpler.
Make sure the desktop is focused. (Or Paint or Minesweeper, for different effects.) If that doesn't work, is there any error in the console?
It's currently set up to load files from absolute paths (URLs), assuming that it's at the root of a domain (or subdomain), so it's making requests for files at e.g....
This was fixed in https://github.com/1j01/98/commit/047e8e91f63d5d981b9f032a54b320274135ffbd, and later the same thing for Notepad in https://github.com/1j01/98/commit/b8bad7d3d2a5d52e29e26fb9cd54fa89a3f1ef35 I should also fix it for Sound Recorder (which you might try to drop files on,...
Fixed for Sound Recorder in https://github.com/1j01/98/commit/e213382cbf8a707a2d1bcb9127b798c8bbf48de3 TODO: Minesweeper / general iframe handling
I think it's failing just on the `click()` of the ``, not generating the wave file The event would be untrusted because it generates the wave file asynchronously (between your...
For within 98, I could implement file dialogs and a file system, and override file saving (um, although this doesn't use `saveAs` currently), but for the standalone app, I'd need...
@rpdiss The demos/examples are in this repo so I assume it's the proper place to report an issue with them It's just a nitpick 🤷♂️