Markus F.X.J. Oberhumer

Results 8 issues of Markus F.X.J. Oberhumer

This commit is meant to help examining path traversal and print order, and to allow playing around with the flags listed below. Unfortunately the docs are pretty scarce on this...

Just came across this nice program, only to realize that it is missing many named colors: ``` $ pastel color red3 [pastel error]: Could not parse color 'red3' ``` Please...

enhancement
good first issue

I stumbled over this while working on #47. It seems that RuneWidth is not always equal to the StringWidth of a single rune. This is quite unexpected, TBH. Please see...

Please have a look at https://github.com/upx/upx-test-build-with-zig, a tiny repository that consists of a single GitHub Actions workflow file to build the C++ app [UPX](https://github.com/upx/upx) for 51 different targets, and also...

bug
zig cc

**V version:** V 0.2.2 565dbc4 **OS:** linux x86_64 **What did you do?** `vlang -autofree run examples/flappylearning` **What did you expect to see?** No crash. **What did you see instead?** ```...

Bug
Status: Confirmed
Unit: Memory Management
Autofree

V full version: V 0.3.2 e9fac05.12f0131 ```v my_map := { 1: 'A' } println(1 in my_map) ``` ``` $ v -o test.js test.v $ node test.js ``` **What did you...

Bug

Hi, our CI job has found a possible regression in the latest 20240502 update. This is triggered by `llvm-mingw-20240502-msvcrt-ubuntu-20.04-x86_64/bin/i686-w64-mingw32-clang++` and seems to indicate a problem with duplicate symbols of `_time`...