Bart Schuurmans

Results 37 issues of Bart Schuurmans

Once from `zshenv` (for login/interactive/non-interactive shells) and once from `zshrc` (for login/interactive shells).

When I try to use `git add -p`, I get the following error: ``` $ git add -p fatal: mismatched output from interactive.diffFilter hint: Your filter must maintain a one-to-one...

When `Use Alt+[0-9] to switch buffers` is enabled, I cannot enter a euro sign (€, entered with `Alt+2`) on macOS. Would it be possible to ignore (for instance) `Fn+Alt` to...

[Repository with test case](https://github.com/Minnozz/rescript-reproduce-issue/tree/pinned-dependencies-issue) How to reproduce: ``` $ git clone --branch pinned-dependency-issue https://github.com/Minnozz/rescript-reproduce-issue.git $ cd rescript-reproduce-issue $ yarn $ cd main-project && yarn rescript build -w ``` In other...

One of the first things in the [manual](https://rescript-lang.org/docs/manual/latest/installation): > Installation > > Prerequisite: NPM, which comes with NodeJS. Yarn also works. Node itself is also a requirement. Some parts of...

OS: Linux, gnome, X11 Version: fda6bf7f Sometimes after I switch to my Onivim window/workspace (with `ctrl-alt-arrow`), my keyboard input gets corrupted. It seems like one or more of the modifier...

I'm running Onivim2 4b5546f8 on NixOS with the Haskell extension (`haskell.haskell`). When I open a project dir and then a `.hs` file, there is no syntax highlighting. When I look...

A-extension
A-syntax-highlighting
L-haskell

https://user-images.githubusercontent.com/701386/124980650-f3e93400-e034-11eb-8a09-0810c9321c5d.mov Followup of #3663: CodeLens items are no longer rendered through the code, but the keep appearing/disappearing. Not sure if this is a problem of the extension or of OniVim.

bug
A-codelens

In git, the entire directory does not exist. In gitignore.nix, the empty directory does exist. This illustrates issue #57.

In git, when a directory has only ignored contents, the entire (empty) directory does not exist because directories are not their own entities in git. With gitignore.nix, the empty directory...