Norbert Melzer

Results 106 issues of Norbert Melzer

I can't find an explanation about how to install this theme in a plain ZSH.

bug
documentation

Due to a changed internal debugging format, OTP 21 does not support the OTP-19 style debug info. This causes a lot of errors about not found debug symbols when trying...

``` plain Running test "function_arg.c"... Traceback (most recent call last): File "./cxx2rs.py", line 72, in main() File "./cxx2rs.py", line 33, in main index = clang.cindex.Index.create() File "/usr/lib/python2.7/dist-packages/clang/cindex.py", line 2047, in...

The linked documentation from crates.io is not available any more.

In the rspec-tests of the nifty:auth generator is deprecated code, that will not work anymore with rspec 3! In the require of the generated specs the path to the spec_helper.rb...

code

With richards releaser I was able to see in a dashboard like mannor the current version of each watched repository, I'd like to have it here as well.

enhancement

I have some comments with a link in it and the linter complains about their length. I can not break the links into multiple lines, as that would destroy them...

enhancement

The elixir team seems to maintain an official treesitter grammar: https://github.com/elixir-lang/tree-sitter-elixir It is just not integrated into any VScode plugin as far as I am aware.

I was able to fix a small compiling error on my own: ```diff --- a/src/IdrisNet/PacketLang.idr +++ b/src/IdrisNet/PacketLang.idr @@ -163,7 +163,7 @@ syntax lstring [n] = (CHUNK (LString n)) syntax cstring...