PatrickTague

Results 3 issues of PatrickTague

In following the instructions to native install newt on Ubuntu, following the instructions results in an install of newt version 1.7.0, which is out of date. In creating a test...

**Describe the bug** the exact error message that is screenshot in issue #829 is occurring in a freshly spun ubuntu 22.04 VM at the step of running `inv install`. there...

bug

i would recommend removing `strlcpy` and `strlcat` from the list and re-introducing `strncpy` and `strncat`. the reason is that the former are not always included in the strings.h library but...