-
The basic instructions for building the WebRTC PeerConnection client on Linux no longer appears to work.
I did try to assemble a Makefile version. But that ends up failing with a couple unresolved…
-
Inside [[ ... ]], bash (or other posix shells supporting that) doesn't have a problem with unset variables. Hence you should treat [[ $a ]] as safe as [[ "$a" ]] in the "Simple variable usage" inspect…
-
Seems POSIX wait_for() is not thread-safe. Following simple program crashes:
```
#include
#include
using namespace std;
namespace bp = boost::process;
void runProcess()
{
unique_ptr …
-
**Is your feature request related to a problem? Please describe.**
In some languages (e.g., Python, Bash), multi-line contexts require a line continuation character; usually an escaped newline.
I …
-
### Describe the bug
In Nextclouds Log Viewer I can see multiple errors related to the Memories App:
```
[PHP] Error: Undefined array key 1 at /nix/store/dwsf1q72543bcv6qfswz47ax08b90fzj-nextcl…
-
Today I tried building morituri again and this is what happened:
``` bash
+ aclocal -I m4
+ autoconf
+ automake -a
Makefile.am:45: warning: '%'-style pattern rules are a GNU make extension
m4/pycheck…
-
The output from `edge -h` suggests that `edge` can be started without any arguments (and I would then expect to be landed in a “scratch buffer” that could possibly be saved to a file, if I wanted to):…
-
## Issue description
The `x86_64-linux` pypy installations provided by the `pypy3.10` and `pypy3.9` derivations are broken such that `python -m sysconfig` (or equivalently `pypy3 -m sysconfig`) fai…
-
The '$' key is frequently used in POSIX/Unix/GNU/Android/OSX terminals and shells (sh, bash, zsh, csh, tcsh, etc.), common programming languages (Perl, PHP, Javascript, etc.), and regular expressions …
-
Due to Windows (or probably other non-POSIX shells) does not have environmental variable `PWD` by default, it always fails to find "pubspec.lock" even if I run the program in directory with "pubspec.l…