Nat!

Results 45 issues of Nat!

The compiler should somehow then alias the only named parameter as `_param`, so that forwarding code can be written more uniformly, without having to think about types (in this case)....

enhancement

Hi I am building cosmopolitan version [2.1.1](https://github.com/jart/cosmopolitan/archive/refs/tags/2.1.1.tar.gz) and I get these funny warnings at the very start of running `./build/bootstrap/make.com m=""`: ``` warning: attempted to communicate with public ip 6.6.6.0...

I am using the WIKI article, to write some cpp code. I found that ``` bash #define WHILE(pred, op, ...) \ IF(pred(__VA_ARGS__)) \ ( \ OBSTRUCT(WHILE_INDIRECT) () \ ( \...

Hi first of all, thanks for the project. It looks like it can save me a lot of time maintaining my containerized commands :+1: I was curious, so I had...

enhancement

Before I changed `description" : "🔄 Flexible C memory allocation scheme",` to ` "description" : "Flexible C memory allocation scheme",` I got `error : unable to parse JSON`, which was...

bug

- [1] The version of infer from `infer --version`. `Infer version v1.1.0 Copyright 2009 - present Facebook. All Rights Reserved.` - [2] Your operating system and version, for example "Debian...

Currently it seems, I can't have a `ncplane` without a parent ncplane. There is one exception noted in the source: `ncdirect` gets internal API `ncplane_new_internal` to create a rootless plane....

documentation
enhancement

So I rearranged this in `CMakeLists.txt`

So I do a `notcurses_get` and I get a `NCKEY_RESIZE` back. I naively assumed that I could ask ` notcurses_term_dim_yx` for the new dimensions. Alas these give me the old...

userquestion