Isaiah Odhner

Results 273 comments of Isaiah Odhner
trafficstars

It changes `__webpack_require__` to `__nested_webpack_require_43__`; should it perhaps similarly rename `__webpack_exports__` to avoid the conflict?

@G-duck This is how I'm working around it: in my webpack config for my app: ``` resolve: { // Temporary workaround for https://github.com/webpack/webpack/issues/16744 // a webpack bug where importing a...

Hi, jspaint is not currently published to npm, although you can theoretically run: ``` npm install github:1j01/jspaint#v1.0.0-beta.1 ``` to install from GitHub, pointing to the [v1.0.0-beta.1](https://github.com/1j01/jspaint/releases/tag/v1.0.0-beta.1) tag.

There is a [feature request for a persistent zoom setting](https://github.com/1j01/jspaint/issues/294). That said, I think maybe the app is supposed to scale the canvas for HiDPI displays, I don't remember... OK,...

I have now added typechecking to the codebase with JSDoc + `tsc` so it will now highlight this as an error. Problems like this should be scarce in the future!...

This is a very annoying pop-up, and I want to obliterate it. This dialog has nothing to do with storage quota. It's concerned with RAM, not disk space. It shows...

I tried to make this dialog a little clearer and more compact in https://github.com/1j01/jspaint/commit/a0abbb3e367b864c0b157c1eefe6e7e1b4112849. I still want to get rid of it though. ### Before: ![old](https://github.com/1j01/jspaint/assets/3630663/339d2bad-1eeb-4f1e-a0a9-f9c091c33863) ### After: ![newer](https://github.com/1j01/jspaint/assets/3630663/b68076e9-c6f5-44bd-8241-c6c1b3abb0ff) ###...

What do you mean when you say the canvas freezes? Is this the same issue as https://github.com/1j01/jspaint/issues/328? What browser and operating system are you using?

What requests are you seeing? The app should be standalone, and doesn't include any analytics. It might request to see if there are any news updates to show, but that...

I remember now, it's the images in the news updates. You can comment out all the project news in the `index.html` file, or just the `