Maarten Breddels

Results 230 issues of Maarten Breddels

Related #283 I haven't been able to solve #283, but managed to get a handle on where things go wrong and expose them in a unit test. * This issue...

bug
cubeviz
testing

Hi 👋 , awesome streamlit library! A while ago, we helped the streamlit-folium library to get a link to PyCafe in their docs so that people can try out the...

I already posted this at https://www.reddit.com/r/sqlite/comments/x53knv/i_figured_out_how_to_build_sqlite_into_wasm_and/ but in case someone (or the author) finds this repo and wants to try to dynamically load sqlite extensions on wasm/emscripten. I managed to...

The screenshots are empty, so it's not really testing something. They worked in ubuntu-20.04, but from 22.04 and onwards they did not. See https://github.com/bqplot/bqplot/pull/1673

A long running task can keeps running after a hot reload, which can be confusing. In our case we had a lot of SQLAlchemy errors because we had old and...

This happened when we could re-render, and there was a function component in the render tree that wouldn't need a re-execution. It would then reconciliate with the old element data...

### Description This allows blocking a call, while still responding to widgets, which is useful for exporting figures, e.g.: ``` exp_plg = cubeviz.plugins['Export'] slice_plg = cubeviz.plugins['Slice'] # for wave in...

plugin

Hi Thiago :wave:, This PR adds two github actions that together set up a Python/Streamlit playground with the latest `st-annotated-text`. 1. *build.yml*: build the source distribution into a github artifact...