Jakob Schnitzer
Jakob Schnitzer
@xentac I've implemented this for deoplete (which I prefer to YCM) in my PR.
`relativenumber` slows down (n)vim because it (unnecessarily) forces the screen to be redrawn on every cursor move. And the redraw needs to recompute syntax highlighting for the whole screen which...
I've been wanting to add some sort of batch editing functionality for a while :) I'd like for this to be a builtin feature. Do you need the slice editor...
I like the idea - a PR contributing this would be welcome :)
Yes, like with #980, Fava does not really support all kinds of metadata like Decimals or Balances to be round-tripped through the import interface. A PR fixing this would be...
Hi, thank you for submitting the PR :) I think these averages are a useful bit of information but I find them to be a bit out of place. Since...
That's something that I would probably consider as being out-of-scope for the Fava CLI (AFAICT there's no way to add those things with a few extra lines using the libraries...
When filtering, Fava runs the query on the filtered list of entries - so it is quite expected that the output changes when the filter changes. For most other reports,...
Hi, thanks for opening this issue. As also seen in #1721, this seems to be a useful component for extensions :) As a "quick fix", I've re-added the old css...
> I think the fava process that parses this string should only parse and collect tags starting from the end of the string and stop when it encounters a non-tag...