Mark Leyva

Results 4 issues of Mark Leyva

- os: Ubuntu 20.10 - `lsd --version`: 0.20.1 - `echo $TERM`: xterm-256color - `echo $LS_COLORS`: I have a symbolic link to folder that I use to store music. There's over...

kind/bug
need-more-info

As the title says, 95.0.4638.69-1.1 fails to compile with Clang 13 on Ubuntu Impish. When Clang gets to compiling `../../third_party/breakpad/breakpad/src/client/linux/handler/exception_handler.cc`, compilation fails with `../../third_party/breakpad/breakpad/src/client/linux/handler/exception_handler.cc:141:41: error: no matching function for call...

As the title says, the following program fails to compile on Windows with `--gc:orc`: ```nim import serial for i in listSerialPorts(): echo i ``` Expected behavior: - Sample program compiles...

Fixes #5091. Ensure we don't wait on an exited process on Linux