Results 172 comments of D. Bohdan

Thanks for the report. I will look into the stack overflow in `png_quantize`. As for cute_png, like https://github.com/RandyGaul/cute_headers/issues/381#issuecomment-2140439440 says, it is not designed for untrusted input. I should note this...

Fixed in bf9c0623406509cdd602e4c1db70f858db84024f by switching from cute_png to libpng.

I see. Thanks. I've replaced my use with `babashka.process/process`.

It seems like `term` passes the same rune to the callback for Home, End, and Delete. If so, those keys aren't possible to implement through the callback.

Sadly, `ReadLine` from `term` doesn't seem to work on Windows. It hangs in my Windows 10 VM and when I use Wine. I have added a runtime check to disable...

The readme currently carries the following note about deleting files: > There are scenarios where using `fd … -X rm -r` can cause race conditions: if you have a path...

I see it's quite new (created this month). New projects have high "infant mortality". Please ping me if you are still working on it in six months.

Added in 8555c5a117c28e8fd2a22e076fe8487febed2bec.

The main criterion for inclusion—what I think defines a "liveview" framework—is that the framework synchronizes an arbitrary HTML [DOM](https://en.wikipedia.org/wiki/Document_Object_Model). This is in contrast to component-based frameworks, where you must either...

If you are interested in component-based web UI, I have a separate [star list for Python](https://github.com/stars/dbohdan/lists/python-component-based-web-ui), and PyViz.org [collects dashboarding libraries](https://pyviz.org/tools.html#dashboarding).