Jonathan Hayase

Results 99 issues of Jonathan Hayase

In general, it would be really cool if `py-yapf` could install `yapf` automatically on demand. We could limit the side-effects of this operations by executing it in a virtual environment....

I am not exactly sure if this is correct, but I would expect the result to be close to zero. ```julia using TSVD, LinearAlgebra A = randn(10, 10) U, S,...

I use [`evil-snipe`](https://github.com/hlissner/evil-snipe) with ``` emacs (setq evil-snipe-smart-case t) ``` It would be great if `evil-quickscope` supported smart casing as well.

`evil-quickscope` is of limited usefulness in states other than `normal` and `motion`, so it would be awesome to have an option to disable the highlighting in those states.

Is there any way to have a component be placed inline with text? Right now, I'm using some components that represent LaTeX blocks, and this would be allow supporting inline...

Using `flx` sorting but traditional helm matching may not actually be a bad idea.

Currently, `flx-score` is called twice on each candidate, once for highlighting and once for sorting. This is obviously not ideal. It would be nice to find a way to reuse...

All searches seem to search a single char, for some reason.

bug