Jonathan Ragan-Kelley

Results 18 issues of Jonathan Ragan-Kelley

Vim's block navigation and selection commands (`i`nner and `o`uter `b`lock, `(`, `{`, etc.) are very powerful, especially as modifiers to editing operations. These might be possible to implement entirely as...

Vim's `f` & `t` commands are quite useful for fast navigation (and editing/deletion/correction, when combined with `d` or `c`). Emulating this functionality seems to require an additional low-level Objective-C method...

I know this is a nontrivial request, as it has a very different extension model, but I would love to see support for Safari. It is _so_ much better on...

enhancement
browser

The fast embedded binary for running searches is great, but it should probably be rebuilt for Apple Silicon at some point.

As of September 2022, this seems to fail on both Node 14 & 16. The initial login attempt always fails: ``` $ wf No /Users/foo/.wfconfig.json detected... starting authentication process... What...

Even running a separate `--make-settings-file` process will conflict with and kill any running tuning process. Without investigation, I presume this is because of hard-coded non-unique tmpfile paths.

The match used generally winds up eating all whitespace preceding the macro, often including the newline at the end of a preceding comment line, leading to code like: ``` //...

Otherwise it generates the callgraph in a temp dir somewhere, and then fails to find it in a local path [here](https://github.com/jansel/opentuner/blob/master/examples/halide/halidetuner.py#L434).

The theme seems to now be introducing a huge spurious space after any Markdown links: This is caused by the rule `div.roam-article span > a.rm-alias--external:after` which inserts a blank image...