Nils Landt

Results 14 issues of Nils Landt

Hello, I often use fcitx to write Korean in another application (like web browser, chat program...). When I focus Emacs again, and I'm in Evil normal mode, I would like...

Hello, I'm fairly new to Rust and wanted to build something on the case conversion of this crate. However, it does not work on UTF8. I completely understand that almost...

Hello, currently, we enable only specific runners with `let test#enabled_runners = ["mylanguage#myrunner", "ruby#rspec"]`. I would like to be able to scope the enabled runners per language, not globally, e.g. `let...

enhancement

For a while, ripper tags (for Ruby) was supported by adding following options like this: `let g:gutentags_ctags_executable_ruby = 'ripper-tags --ignore-unsupported-options --recursive'` (see [this](https://github.com/ludovicchabant/vim-gutentags/issues/87#issuecomment-558912534) comment). This does not work anymore, because...

I'm trying to use Trailblazer to create a JSON API backend. Unfortunately, I can't get collections to work at all. This might be a mistake on my part, but I...

### Describe the bug My launched application behaves differently depending on whether it's started from the bottles GUI or with `bottles-cli`. I'm trying to setup media keys for foobar2000, running...

Bug

Hello, I'm using org-caldav to sync from my calendar to org. Config without server settings: ``` (setq org-caldav-sync-direction 'cal->org) (setq org-caldav-show-sync-results nil) (setq org-caldav-save-directory nl/instance-state-base) (setq org-caldav-backup-file (concat nl/instance-state-base "org-caldav-backup.org"))...

In my opinion, after a user was created, ohai should be notified to reload passwd data, so ohai attributes for that user can be used in other recipes. I'm not...

Fixes #6 Feels weird to handle it different than the other settings, but I understand not surprising upgrading users.

`foldtext` is overwritten for rspec files, and I would prefer it not to be. I would like either an option not to overwrite it, or allow overwriting the overwriting via...