Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

cddesja-fda

cddesja-fda opened an issue on microsoft/vscode
No option to set focus after sending python code to new Python REPL
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: ...
cddesja-fda created a comment on an issue on posit-dev/py-shiny
Thanks. If I used Shiny Core would this error not have occurred? I am using Core now, but in the app where I encountered this issue it was written in Express.

View on GitHub

cddesja-fda created a comment on an issue on posit-dev/py-shiny
It looks like literally doing what the message says works. That is changing the following line from ```python alt.data_transformers.enable("vegafusion") ``` to ```python str(alt.data_transformers.e...

View on GitHub

cddesja-fda opened an issue on posit-dev/py-shiny
Using altair with a large dataset
In order to use altair for a dataset where the number of rows exceeds 5000, one needs to enable the VegaFusion data transformer. For example, creating the following simple Shiny app: ```python imp...