Philipp Rudiger
Philipp Rudiger
Same, really appreciate everyone's thoughtful commentary. I'm quite happy to keep a clear basics and advanced separation, that said, as long as the titles are simple to understand and descriptive...
The hope was to eventually enable `MyST` flavored markdown in the markdown pane. When I overhauled the Markdown implementation recently it wasn't quite ready yet, but the `MyST` world moves...
Generators really do not seem useful here, a generator function is blocking, therefore even if this did work you'd just get the final output and never see the intermediate outputs.
There is clearly something wrong here though, you should see something or get an error.
Yeah would have to be executed on a thread but with asyncify that should be easy right?
This will have to be implemented at the Param level. Currently Param does not recognize generators as valid refs and what's happening here is that a much older mechanism in...
Sadly I cannot reproduce, but would be happy to see a PR to fix this, e.g. by initializing the `WRITE_LOCK` with None and initializing it on the first write in...
Should be fixed by the new `ChatAreaInput` in panel 1.4.0
> Panel autoreload might end up with a blank page, and then you have to refresh. You're still seeing this? Please do open an issue, without a reproducer is fine.
Textual cannot work in the static docs both as the simple export or in pyodide: 1. To render the output the async event loop has to be started and bi-directional...