TimUntersberger

Results 25 issues of TimUntersberger

This [stackoverflow question](https://stackoverflow.com/questions/14904644/how-do-i-use-vimdiff-to-resolve-a-git-merge-conflict) is a great starting point for understanding how merge conflict resolution works with the builtin diffing tool. One thing I noticed right away is that by default...

enhancement

This PR is meant to showcase the idea I was talking about in #755. Once we agree on a solution I will change the rest of the StyleSheets to match...

Right now any `StyleSheet` has a list of functions without a default implementation. Implementing a `StyleSheet` is really annoying, because you have to override all of the functions and not...

feature
good first issue

Our custom GUI library is very barebones and annoying to work with. Iced recently merged two PRs of mine which makes it now possible to use it in nog. Needs...

## Description @ramirezmike > So, my setup is a laptop plugged into a monitor and I keep the laptop screen on but use the monitor as my primary display. I...

bug
priority: medium
difficulty: hard

Having nog inside the winget repository would make installing/updating a lot easier for users. We require zip file installation which hasn't been implemented yet. [winget issue](https://github.com/microsoft/winget-cli/issues/140)

enhancement

When calling `nog.plug_uninstall` we encounter a permission error.

bug

I am currently not very happy with the structure of the documentation, but I don't really know how to improve it. I'd appreciate any kind of feedback regarding this.

help wanted

What if we replace rules with an event handler system. So instead of writing the following ```lua nog.config.rules = { ["notepad.exe"] = { ignore: true } } ``` we could...

enhancement

Nog already has a lot of different keybindings. It could be possible that you use a keybinding seldom, so you don't really want to use up a shortcut for it....

priority: high
difficulty: hard