Matthew Steedman

Results 26 issues of Matthew Steedman

The behavior for shit-j is a little unexpected, I think. In the example video, instead of moving the entire map, only the first line of the map is moved and...

Sorry to be a bother but I've stumbled on another issue while daily driving the plugin. 😅 In this case using backspace while in insert mode seems to create some...

Added a command to show the blame for a single line. The blame text is removed when the cursor is moved to a different line. I could envisage an alternate...

Is this possible with vimish-fold? I use the indent method of folding in vim all the time, and rarely, if ever, use manual folding.

feature-request

It seems that with the release of `v0.14.0` calling instrumented functions no longer prints errors anywhere in clojurescript. The function call just fails silently. I couldn't quite figure out based...

bug
help wanted

Is it possible to instrument multimethods? I couldn't find any reference to them in the documentation so I assume it's not possible, but just wanted to verify.

enhancement

Right now `lunr-languages` uses the default white-space-based stemmer for most languages, and handful of custom stemers for other languages (`th`, `ja`, `zh`). Additionally, the `zh` stemmer is only available in...

Hi, I just found this project on the orange site and have been playing around with it and quite like it so far. One thing I couldn't figure out, and...

question

**Describe the bug** When moving from one anchor to another, sometimes the tooltip's position is updated before its visibility. This results in some glitchy / flickering behavior. **Version of Package**...

Bug
Help Wanted
V6

In `js/fetch` you can access the raw body as a stream like so: ```cljs (let [res ( res .-body (.pipe dest))) ``` However, similar to #25, in [lambdaisland/fetch](https://github.com/lambdaisland/fetch) it's not...