Fuad Saud
Fuad Saud
Maybe I'm missing something, and if I am please enlighten me, but couldn't the play-pause behavior be implemented with a simple script component with an if statement?
## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...
### Steps to reproduce Minimal `project.clj`: ```clojure (defproject ancient-minimal "0.1.0-SNAPSHOT" :description "FIXME: write description" :url "http://example.com/FIXME" :license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0" :url "https://www.eclipse.org/legal/epl-2.0/"} :dependencies [[org.clojure/clojure "1.11.1"] [lambdaisland/kaocha-cloverage "1.0.75"]]...
From [an ancient thread in the clojurians slack](https://clojurians.slack.com/archives/CLDK6MFMK/p1679098744460449). The following schema ```clojure [:map {:registry (malli.registry/composite-registry (malli/default-schemas) (malli.time/schemas))} ...] ``` Yields the following error message ``` Exception: java.lang.IllegalArgumentException: Don't know how...
### Affected Packages extension-italics, extension-bold ### Version(s) 2.5.5 ### Bug Description https://github.com/user-attachments/assets/77aca9a0-1901-4167-a034-f6354dea5143 Typing a double `__` in the middle of a sentence _sometimes_ causes an undetermined amount of text preceding...