Ophir LOJKINE
Ophir LOJKINE
But if there is a flag, is it realistic to think people will care enough to activate it ? I only learned about this after getting bitten by it, and...
I disagree. The previous behavior was a bug.
All bug fixes are changes in behavior, and they all break applications that initially relied on the bug being there. But that shouldn't prevent maintainers of popular libraries from fixing...
initially reported in https://github.com/sqlpage/SQLPage/issues/832
Maybe the additional `` element that tom-select creates to handle user input should not be linked to the same `` element as the actual `` that contains the real values...
@xJuvi : This issue about the DOM event that bubbles, not the tomselect-specific event that you can subscribe to with `select.on("change", ...)`. Which dom events are emitted is not documented...
Hi ! That would be very useful indeed ! Do you want to write this documentation ? The underlying worker code is quite simple; it's here: https://github.com/sql-js/sql.js/blob/master/src/worker.js
Yes! The code is here: https://github.com/sql-js/sql.js/blob/master/src/worker.js you can open a pull request. Don't forget to add a test for it !
I think a separate action, preventing an new wasm call after each request, is better. Just out of curiosity, do you have very strict performance requirements, or something else that...
You can use Statement.getColumnNames to read the column names. But it's not in the web worker api.