-
**Describe the bug**
After updating to 0.7.2, some emulators are having segfaults. For example, suyu and cemu segfaults when you try to load a game. RPCS3 appimage segfaults when opening the program.…
-
hi, i saw ur reddit post where u mentionned the few problems u were running into. i know how to fix them, as i've already implemented such things in shell. would you mind if i rewrite everything in po…
-
The Posix Shell allows to set global variables with constructs other then `x=`. xlint should check if a variable is set with one of these constructs:
- `for i ...`
- `export i=`
- ...?
-
In e1ec57d48ac5c234262d84469af56b00b38929ab this line was added:
```
export POSIXLY_CORRECT=1
```
And it probably fixed some issues in git-flow, but it causes breakages down the line. Specifically, …
-
attempting to use `git submodule` causes the following error:
![image](https://user-images.githubusercontent.com/5595293/119063796-8d825680-b99f-11eb-9719-ffc8a3f2a15c.png)
apologies for the scr…
-
There are several bashisms in GameShell code.
I am trying to remove some of them, more as a learning experience than as a real goal. (Even though it would make it easier to port GameShell to zsh or s…
-
![image](https://github.com/LGFae/swww/assets/20108837/b01f11b8-6a80-4d46-af5c-ec9ff9c5b3c2)
I set `swww` to change the wallpaper every 30 seconds. And it successfully make my both cards busy.
`…
-
Sourceable scripts like emsdk_env.sh make it more difficult to use emcc, particularly in automated environments such as Docker containers. Also, these setup scripts assume that a richer bash-like shel…
-
Would it be possible to use [posix-spawn](https://github.com/rtomayko/posix-spawn) for shell commands?
>It's more efficient than popen3 and provides meaningful process hierarchies because it perfor…
-
Easily reproducible with docker:
```
$ docker run -it --rm alpine:3.20 sh -c "apk add -v py3-pip && pip install --break-system-package userpath && userpath append /opt/brew"
[...]
Traceback (mos…