Lukas Masuch
Lukas Masuch
btw. It might be good to test if the function signature is preserved (which I think should work fine in this case) via `help()`
btw. I have a demo app [here](https://share.streamlit.io/lukasmasuch/st-playground/main/prototypes/embedded-stlite/app.py) [[Code](https://github.com/LukasMasuch/st-playground/tree/main/prototypes/embedded-stlite)].
In case this issue is about fixing the remote extensions to work with code-server, this related issue can be closed: #892. I would really like to see the SSH extension...
Thanks for pointing this out. It looks like that there was an API error when fetching info for the main beam repo in last week's update. It was ranked a...
@evertoncolling Thanks for the suggestion. We are considering adding this natively to `write_stream`. In the meantime, here is a workaround to transform async generators to sync generators and use them...
@FilippTrigub do you have more information on how it breaks? Is there any kind of error?
Thanks for reporting this issue, and sorry for the delay. I reproduced this [here](https://issues.streamlit.app/?issue=gh-7458) and started a fix [here](https://github.com/streamlit/streamlit/pull/8640).
This change with v6: You can just provide a list of custom cells to use in the `customRenderers` props. Or you can import all via: ```typescript import { allCells }...
Yep, I believe that should work. Also, see the comment [here](https://github.com/glideapps/glide-data-grid/issues/889) on how you can use a custom drawing.
You can find a very basic example in the storybook [here](https://glideapps.github.io/glide-data-grid/?path=/story/extra-packages-cells--custom-cells). The tree cell is part of the custom cells package and it does not yet have a good documentation....