Linus Marton

Results 17 issues of Linus Marton

When I type `String.` I get completion with company. When I press `C-h` I get a split window with the help section for that function. Now, how do I scroll...

The `org-headline-done` face needs a nice color. It's currently set to `LightSalmon`. ![Screenshot 2020-03-02 at 11 48 13](https://user-images.githubusercontent.com/379823/75669693-bb388e00-5c7b-11ea-8377-e1659729ff42.png)

type-improvement
context-package-support
scope-compatibility
scope-quality

It looks like there is no support for ediff yet. Here's a list of faces that zenburn uses: https://github.com/bbatsov/zenburn-emacs/blob/master/zenburn-theme.el#L524-L540

type-feature
context-syntax
scope-compatibility

Hi! I'm using awesome_nested_set today to create nested comments but looking to switch to something else but I have some questions. Is it possible to have different ordering of nested...

Question

**Your proposal** When I used pry, I often used the `@` command to show the context around the debugger. Let's say you break somewhere and it prints the debugger call...

enhancement

Hi! My model can have multiple images so I need the filenames to be unique, is there any way to do this? I have tried to do it in my...

Can I refresh the "Issues Assigned to Me" part somehow? If I put the cursor on "Notifications" and press `gr` they update (there is a typo in the message though...

waiting

Hi! If I run `magithub-dashboard` in a scratch buffer for instance it says "Not inside a Git repository". Does that make sense? The dashboard is not really bound to a...

bug

If you have an around_action in your controllers, they won't work with batch actions since they redirect which halts the filter chain. Example: ```ruby around_action :update_index, only: [:create, :update, :destroy]...

bug

If you add a parameter to a form/url Godmin tries to find a parent resource and scope the resource to that. 1. We need to check that it is actually...

bug