Noah Bogart

Results 113 issues of Noah Bogart

It seems the fennel queries aren't quite correct, leading to odd behavior: ```fennel {:foo 1 |:bar 2 :qux 3} ``` Given my cursor on the `:` of `:bar`, if I...

### This issue respects the following points: - [x] This issue is **not** already reported on [GitHub](https://github.com/jellyfin/jellyfin-web/issues?q=is%3Aissue) _(I've searched it)_. - [x] I agree to follow Jellyfin's [Code of Conduct](https://jellyfin.org/docs/general/community-standards.html#code-of-conduct)....

bug

Is it possible to track errors and then continue parsing? I'd prefer to present all errors up front at the same time, so if there's multiple things, a user can...

It exists as `opt` but `opt`'s documentation just says it's equivalent to `$`.

In the readme, it says which languages are supported out of the box but it doesn't say which tree-sitter grammar is being targeted. Most language communities have settled on a...

Nice plugin! Thanks for making it. It currently doesn't recognize when a url has parentheses (happens a lot with wikipedia links): And using `:OpenUrlUnderCursor` when hovered on it will only...

```clojure (reduce (fn [m [k v]] ...) {} coll) ``` could be ```clojure (reduce-kv (fn [m k v] ...) {} coll) ```

I have some tags that contain spaces, which raises warnings. I know from https://github.com/cooklang/cooklang-rs/issues/8 that validation is optional, so can it be disabled (or set by a config option) in...

I've noticed that many Clojure programmers use `(catch Throwable t ...)` as a means of not dealing with Exceptions. However, this is poor Java practice given that Errors are generally...

Both `backward-barf` and `backward` (move) have suggested shortcuts of `bb`. `backward-barf` has been around longer, but I suspect `backward` has `bb` to mirror `forward`'s `ff` shortcut. Maybe those two can...