-
We've been integrating multitool, and we've realized that (due to the :cwd target) it's kind of convenient to be able to register other types of things with multitool, too, which keeps our tool setup …
-
Would it be possible to have a setting - additionally to overtaking the system theme mode - to also set a manual overrule for light or dark mode?
-
Re-Check OS-independency of the tool.
E.g. some of the paths have a hard-coded '/', which is likely to cause problems under Windows.
Additionally, tools has not been tested on Windows for a long…
-
The translate does not work on ubuntu because the correct command would be `xdg-open` instead of `open`.
It would be great if the betty framework had a way of using OS-independent command. Those coul…
-
I'm trying install the package on mac but not work. Does the package work on osx synstem?
-
The current implementation uses `ping` commands on OSes. However, their options are different and sometimes changed (e.g., on ubuntu 18.04). So, we need to use OS-independent ping.
Which is a bett…
-
Makes me wonder if anybody could successfully run the library on Windows or macOS?
On Windows, I get the error
```
Traceback (most recent call last):
File "test.py", line 3, in
import …
envas updated
5 years ago
-
### Proposal Details
I have code which opens both files and directories as files to perform various actions such as fetching and comparing generations (I need to upstream to linux once I write test…
-
**Describe the bug**
A clear and concise description of what the bug is.
When I run make -j4 TARGET_N64=1 after doing all the previous steps i get
Assembling: asm/boot.s -> build/us/asm/boot.o…
-
Currently, the `setup.cfg` file specifies `watts` as "OS Independent." However, there are at least two issues preventing Windows from supporting `watts`:
1. The `select.select([p.stdout, p.stderr])…