Linus Marton
Linus Marton
Any progress here? :)
Oh, sorry. `gr` is bound to `magit-refresh` In evil-magit. So it should be the same as `g` right?
No problem. I’ll check when I’m at the computer again. I’ll have to fix my bindings to get universal arg working I think... (I don’t use Spacemacs but I do...
Sorry for the late reply @vermiculus. Yes, when I run `C-u gr` it refreshes the list of issues assigned to me (it refreshes all other data as well of course...
I wonder the same thing... I'd like to get something like this for a FeatureCollection (notice the crs attribute) ``` { type: "FeatureCollection", crs: { type: "name", properties: { name:...
@agzam > Honestly it was the stupidest idea to bind pull/push to p/P in evil mode. Whomever "genius" [...] I think you should calm down and show some respect. If...
Any status on this one? Would be a really great feature!
> There is a package with the same name which does the same thing https://github.com/rmuslimov/browse-at-remote. Yeah I know. There are multiple, I am using git-link myself: https://github.com/sshaw/git-link It would just...
I like the one where we use classes for each filter. I'll experiment a bit today and see what I can come up with. Perhaps it's hard to just keep...
This looks a bit inconsistent to me: ```ruby FILTERS = { title: Godmin::Filter::Text.new(field: :title), author: Filter::Author, } ``` Also, this means we'd mix instances and class constants in the list...