Bernhard Stöckner

Results 5 issues of Bernhard Stöckner

Request for feature: middlewares, much like other frameworks do them. The basic principle is: You have a chain of handler instances, each responding to a method that takes, at the...

What am I doing wrong here? `Prompt: Missing directory /Users/niv/.nimble/pkgs/neverwinter-1.1.1/src/neverwinter. Continue? [y/N]` Package in question: https://github.com/niv/neverwinter.nim The intent is to have a hybrid package that installs a bunch of binaries,...

Bug
Medium Priority

I have commentChar set to `;` because `#` interferes with markdown formatting. This breaks all editor-based interactive operations in lazygit. **To Reproduce** - `git config --global core.commentChar ";"` - `lazygit`...

bug

```nwscript void main() { int a = -1; int b = +1; // ERROR: UNKNOWN STATE IN COMPILER int c = +a; // ERROR: UNKNOWN STATE IN COMPILER } ```...

bug

### Description test.nim: ```nim let sp = @[1, 2] echo sp[1] ``` `$ nim cpp -f test.nim` ``` /Users/niv/.cache/nim/test_d/@mtest.nim.cpp:146:11: warning: array index 1 is past the end of the array...