Alex Pilon
Alex Pilon
streamlit-aggrid has a dependency pin on altair, but it does not appear to be necessary.. removed it in this fork and tested with a local build in an app that...
Based on this comment: https://github.com/lancedb/lancedb/issues/2228#issuecomment-2730463075 and https://github.com/lancedb/lance/pull/2357 Here is my attempt at implementing bindings for returning merge stats from a `merge_insert.execute` call for lancedb. Note: I have almost no idea...
### LanceDB version 0.22.0 ### What happened? When using pydantic model to define a table structure, doing a merge_insert seems to fail when source data is coming from a non-pydantic...
Hello! I forked this and did some work to make this component work with latest versions of it's dependencies.. pull requesting if you are interested in taking it.
Part of an effort to have custom vue component emit an `init` type event led to investigating how NiceGUI app component uses `mounted` hook to initialize websocket, which runs after...