Matthew Steedman

Results 26 issues of Matthew Steedman

Right now with the find/replace dialog I can hit return to cycle through the matches, or shift+return to go in reverse, but there doesn't seem to be any keyboard shortcut...

I tried upgrading my project from shadow-cljs `2.14.0` to the latest version recently, but the build is throwing this error: ``` [2022-07-09 15:32:00.212 - WARNING] :shadow.cljs.devtools.server.util/handle-ex - {:msg {:type :start-autobuild}}...

To implement some inline plugins we need to be able to add characters to the `isTerminatorChar` function in [`/lib/rules_inline/text.js`](https://github.com/jonschlinkert/remarkable/blob/master/lib/rules_inline/text.js). If your plugin's parser relies on a character that's not in...

`` is a block element and somewhat common within markdown documents.

I'd like to write a test that asserts some subscription doesn't re-run when an event is fired. However it seems that subscriptions are re-run in the test whenever they are...

#### Do you want to request a _feature_ or report a _bug_? Bug. (on the examples website https://slate-plugins.netlify.com/#/slate-auto-replace) #### What's the current behavior? - Auto Replace - E.g. typing "(c)"...

I've encountered a few issues specific to `cljss.reagent/defstyled`: ### Style maps not transformed properly ```cljs (defstyled foo :div {}) (def some-component [] [foo {:style {:font-size "12px"}}] ``` Will raise a...

I'm trying to set up cljss to develop on locally so that I can submit a PR, but I'm having trouble getting it started. There doesn't seem to be any...

In some cases, the order of declaration matters, for example when applying `:hover` and `:active` pseudoselectors. Because an element can be in both a `:hover` and `:active` state at the...