Isaiah Odhner

Results 272 comments of Isaiah Odhner

Hm, nw-dev probably doesn't work with native modules at all right now. My understanding is that the module is probably not being unloaded ("deregistered", if that's a thing?), so it...

There's no option for it yet; the `ignore` filter only affects what is watched, to determine *whether* to reload, not what to reload. Modules are purged from the cache regardless...

npm got `node_modules` into a broken state, missing `npmlog` (a dependency of `node-pre-gyp`), but after deleting `node_modules` a couple times and reinstalling it worked again, and I was able to...

**I meant to post this earlier:** On second thought, it works fine because of not clearing the cache, but clearing the cache is still desirable for other modules, especially user...

@tom-s Where does your requirement to make a native app come from? It sounds kinda like you would consider using a webview if you thought it would work (and I...

You can probably pretty much just copy what coffee-script does: http://coffeescript.org/documentation/docs/browser.html

You'll need Python 3.10 or later. You can check what version you have with `python --version`

Markdown doesn't support color, except when using HTML tags. I actually did try to support Markdown as a read/write format, and that work is on a branch called [`markdown`](https://github.com/1j01/textual-paint/tree/markdown). For...

The reason is simple; I would need a sub-cell mouse position in order to make it work sensibly. It would be strange and I imagine frustrating to be able to...

I want this for the Thumbnail view. Sixel support is on the [Textual roadmap](https://textual.textualize.io/roadmap/), but I haven't explored whether it's possible to do without direct support from the framework. For...