-
Steps to reproduce
------------------
1. (How do you make the issue happen? Does it happen every time you try it?)
2. (Make sure to go into as much detail as needed to reproduce the issue. Postin…
-
### What problem are you trying to solve?
In the `init_hook` I would like to source some scripts containing helper utilities that are written in bash. In `devbox run` the shell is `sh` whereas `de…
-
Possible fixes:
- Use /usr/bin/env bash
- Do not use GNU things
Else, toybox can't be build on systems without bash, like Alpine, obviously it would be trivial to install bash but reducing de…
-
First, thanks for your amazing work!
While it's really helpful, I really need your help.
Here are the summary I'm currently seeing.
> car_detection_AP : 85.031853 81.267220 74.636650
> sh: 1: gn…
-
I assume this is because off the "pause" in config.bat. When I press any key, it just reloads the black window and FlawlessWidescreen. If I remove "pause", it just continuously restarts FlawlessWidesc…
-
D:\Portable Keyboard Layout\utilities>perl klc2ini.pl "IPA.0.2.klc"
binmode() on closed filehandle INI at klc2ini.pl line 146.
print() on closed filehandle INI at klc2ini.pl line 147.
print() on cl…
-
# The Problem
Many Python modules and scripts use `__file__` to derive the filesystem path to the current file.
As documented at https://docs.python.org/3/reference/datamodel.html (search for `_…
-
Well this is my issue, i dont know what else to say, Only fullscreen windows minimizes, if it's windowed, it doesnt
-
I'm curious if anyone thinks adding [glob](https://npm.im/glob) support to core would be a good idea?
Globs (globspecs? what's the right term?) are natively supported in POSIX (?) shells, which mea…
-
Hallo,
wire.begin should disable 'output and 'pullup' of pin 18 and 19 before initializing TWI as a precaution. In case someone programs pin 18 and 19 digitally and then turns on TWI. Because pin 1…