Nathan Fiedler

Results 68 comments of Nathan Fiedler
trafficstars

I don't recall which open PR resolved this, but I've forked this repo and merged everything, which fixed this and most other issues as well. See [nlfiedler/choose_input_chips](https://github.com/nlfiedler/choose_input_chips)

Not using pm2 because of this.

My Windows developer experience is more than 20 years out of date, so I can't speak to the best approach for producing a static binary, or if that is even...

Are you referring to an animated gif? And by "static" you mean the result is not animated? In any case, I have no idea on the proper usage of MagickWand...

Unless you check out an older version of magick-rust, you will need to use ImageMagick version 7, which basically requires building it from source. Note that in order to load...

Added an `INSTALL.md` guide that provides tested instructions for building on Ubunut Linux. The example above is slightly wrong, at least for Ubuntu 24.04 (replace `libjpeg-turbo-progs` with `libjpeg-dev`).

You are quite right that this use case was not considered when designing the API. For my purposes, I only needed the index values, and querying the full documents would...

Added `count_by_key()` and `count_all_keys()` which does a query that returns results similar to what a `_count` CouchDB reducer would produce.

An uninstaller would be nice, although I suspect the installer tool that NetBeans provides (which JSwat is using to build the installer) does not provide such a facility. Anyway, too...

NetBeans is my favorite, having worked on the code myself while at Sun. There is also Eclipse, which I am told has a very good debugger. Long ago I used...