Steven Roussey
Steven Roussey
I made changes, I'll work on a PR for it
Can it just be done via css? _[edit: i see now that you already have some theming, and don't want to use css, which makes sense.]_
I think we pass the disabled property down and don't make is a optional param. The default would be however the input UI elements handle disabled, which is usually to...
I think the bigger issue is do we do things that disable connecting, etc. I don't think a full state update block is a good idea since it may be...
In HTML, btw, there are two ways to prevent editing: readonly and disabled. People use readonly less often (no real ui feedback unless you try to edit), and more often...
I added that to bindings.gyp and no change.
It is already in CMakeLists.txt
Related: https://github.com/unum-cloud/usearch/issues/328
Can't ship anything that uses exceptions at the moment, at least with wasi. Quickly changing area, but still not there yet.
I guess I was overzealous on files[] part of the package.json. Will fix.