-
```sh
shellcheck import.sh
Line 27:
local location="$1"
^-- SC2039: In POSIX sh, 'local' is undefined.
Line 28:
local headers="$2"
^-- SC2039: In POSIX sh,…
-
## xonfig
```
$ xonfig
+------------------+------------------------+
| xonsh | 0.13.4 |
| Python | 3.10.6 |
| PLY | 3.11 …
-
Due to Windows lacking support for a complete POSIX `exec`, running `lfe` actually only starts the Erlang shell. Instead a `.bat` file needs to be created (for both `lfe` and `lfec`).
I will start wo…
-
##### SUMMARY
a few years ago i contributed https://github.com/ansible/ansible/commit/f7c9f44aabbabe371358672be2381f9a11073f96
and now i have found https://github.com/ansible-collections/ansible.p…
-
BPO | [7611](https://bugs.python.org/issue7611)
--- | :---
Nosy | @terryjreedy, @merwok, @meadori
Files | [lexer_test.py](https://bugs.python.org/file15709/lexer_test.py "Uploaded as text/plain at 200…
-
I'm currently using geziyor with `chromedp/headless-shell`. I'm connecting via a remote URL.
```
limit := 1000
urls := []string{....}
geziyor.NewGeziyor(&geziyor.Options{
StartRequestsFunc: fu…
-
It would be great to have the option to set the path to the Taskfile using an environment variable. This would be particularly useful in scenarios where the Taskfile is not located in the default path…
-
As I suggested in https://github.com/tldr-pages/tldr/pull/10579 and https://github.com/tldr-pages/tldr/pull/10580, all bash builtin commands should be revisited. They can easily be listed with `help` …
-
If I set xonsh to be the default shell on Windows Subsystem for Linux (version 2) via `chsh -s /home/linuxbrew/.linuxbrew/bin/xonsh`, it stops reading my `~/.config/xonsh/rc.xsh` file on manual startu…
-
Hi, this may be expected behaviour but I wanted to double check. Couldn't find a clear answer in the docs or in an issue.
### Issue description
When I pin a dependency in my `dev-packages`, I w…