Len
Len
Seems like a bug / overlooked. The doc even mentions explicitly that a title can be set on Checklist options in order to show a tooltip. https://dash.plotly.com/dash-core-components/checklist#checklist-properties > `options` is...
> It would be both API calls on the server-side and on the client-side though. I don't know if that's actually feasible. That would be something Cohee has to tackle...
Yep, would be easier to just use a subdomain that gets resolved locally (nginx proxy manager or something like that). (or maybe something to consider for cohee's neo-server)
You also should probably not cancel **all** keyboard events while the modal is open, only those combos that are handled by timelines.
**Named arguments are no longer allowed on "anonymous" / "immediately executed" closures. Only on closures stored in variables.** ~~Closures can now have named arguments. Named arguments will be set as...
Comments had been added a while back. ``` // this is a comment | /echo 1 | /# this is also a comment | /echo 2 ```
**The below examples are no longer valid. Syntax has changed to use the `/run` command (see more recent comments).** Thought about storing closures in variables (and calling them) for a...
No more special syntax for calling stored closures. Uses `/run` now and prioritizes scoped variables over Quick Replies. And no arguments on immediately executed closures. They did not offer any...
Three options to theme the autocomplete. - Based on ST theme - default theme  - discord theme  - ross theme  - Fixed dark theme  - Fixed...
To prevent automatic pipe injection (i.e., the piped value being sent as a command's unnamed argument when no unnamed argument is explicitly provided) you can separate commands with a double...