Guido Kraemer
Guido Kraemer
This works with [lsp-julia](https://github.com/non-Jedi/lsp-julia).
> Here's a suggestion in line with this package's philosophy. Send this command to julia: > > ```julia > julia> println(methods(findfirst)); edit(methods(findfirst).ms[parse(Int, readline())]) > # 7 methods for generic function...
I guess the issue is `term` and there is nothing you can really do about it. You can send `"\^A\^K\^H\^M"` which looks nicer. What is the difference between `"\b"`and `"\^H"`?
FYI: `C-w` in the `company-active-map` is bound to `company-show-location` and in d `helm-map` it shows some weird strings of bytes.
Nice that someone finds it useful! I am really not sure if I will maintain this package again. Take a look at `checkpackage.sh` and `installpackage.sh`, I am not sure what...
Looking at the error: The JSON headers use pragmas to do some (evil?) stuff that is not allowed by CRAN. This will make it impossible to get this package into...
I have updated the z5 headers and fixed some stuff. The issue seems to be that `std::filesystem` does not exist on `clang` on MacOS. I guess that is why the...
`Makevars.osx` doesn't seem to work, but at least github ci produces a similar error.
TODO: figure out if this is really an issue or xtensor-r or just me using it the wrong way.
The issue here is that the compilers on windows are too old. This will have to wait until R 4.0.0. I have managed to compile on R-testing and install on...