nilsbecker

Results 53 issues of nilsbecker

I noticed this tracker for api changes in gsl: https://abi-laboratory.pro/tracker/timeline/gsl/ Posting it here just in case, since it seems useful. The changelog of gsl does not contain all small changes...

enhancement
help wanted

this is provided in gsl 2.2.

enhancement
help wanted

new in gsl 2.1 - triplet, row-sparse and column-sparse are supported.

enhancement
help wanted

## Expected Behavior gutter has the same or similar background as the editing window ## Current Behavior gutter is in a light grey which makes it intrusive ## Context setup:...

here is the mapping i am using: ```vimL au FileType ocaml nmap r (MerlinRename) ``` i see the following behavior: i first search for an identifier name `fmt` with `/fmt`...

Area/Vim

here is the mapping i am using: ```vimL au FileType ocaml nmap r (MerlinRename) ``` i see the following behavior: i first search for an identifier name `fmt` with `/fmt`...

Area/Vim

in particular, i found no mention of `:MerlinRefactorOpen` or `:MerlinRefactorOpenQualify`. there may be other undocumented functions

Area/Vim

## Desired Behavior the `include_dirs` subfield of the `foreign_stubs` field of the `library` stanza should accept `:include` files. this would be useful when running a script to find out the...

enhancement
good first issue

```ocaml open Owl.Dense.Ndarray.D let a = uniform [|3;3|];; get_fancy [I 2; R[0;1]] a;; a.!{I 2; R [0;1]};; ``` the last line gives ``` Error: Unbound value .!{} Hint: Did you...

enhancement