Niklaas Baudet von Gersdorff

Results 19 issues of Niklaas Baudet von Gersdorff

On a FreeBSD 10.1 machine I get an `abnormal phantomjs exit code: 2` with ``` $ uname -a FreeBSD 10.1-RELEASE-p19 FreeBSD 10.1-RELEASE-p19 #0: Sat Aug 22 03:55:09 UTC 2015 [email protected]:/usr/obj/usr/src/sys/GENERIC...

Sorry in case this is actually obvious: How do I add additional rules for blacklisting? I would like code blocks in `ft=mail` not to be automatically formatted. Sorry to bother...

question

I don't know what I'm doing wrong here. Maybe I misunderstand the readme. I have the following in my `.vimrc` ``` augroup pencil autocmd! autocmd FileType text call pencil#init() autocmd...

Hello, did anyone ever sync an account on openxchange.eu successfully? I ran into the following issue: ``` error: The server returned something vdirsyncer doesn't understand. Error message: InvalidXMLResponse('Invalid XML encountered:...

When using `nvim.appimage` from official releases (https://github.com/neovim/neovim/releases) navigating within `nvim` between splits doesn't work. I assume this has something to do with ``` is_vim="ps -o state= -o comm= -t '#{pane_tty}'...

`(|)` hitting `` leads to something like ``` ( )| ) ``` which adds a superfluous extra closing bracket. Took me some while to figure out that it has something...

Fixes #990 . Seems pretty straightforward. The only thing I haven't finally got my head around ist the following error: ``` libs/cdk/coalescing/src/lib/coalescingManager.ts:69:9 - error TS2345: Argument of type '([prop, value]:...

🛠️ CDK

I get the following errror ``` ENOENT: no such file or directory, open '/Users/niklaas/git/abc/def/.git/worktrees//hooks/pre-commit' ``` when running `npx simple-pre-commit` inside a [git worktree](https://git-scm.com/docs/git-worktree).

good first issue

fixes #104 With this change, if expression evaluates to false for `null` and `undefined` but true for `0` so setting `scrollTopOffset` to `0` should work (again).

I created a [base16 template](https://github.com/niklaas/base16-blink) and the corresponding [colours for blink](https://github.com/niklaas/base16-blink/tree/master/colors). You can read more [about base16](https://github.com/chriskempson/base16) and [its build mechanism](https://github.com/chriskempson/base16/blob/master/builder.md). Feel free to add the themes to this repository/the...