-
When inquirer prompts are used and stdin is not a tty, the prompt hangs as long as stdin is still open. We recently started using inquirer and found that one of our users has been piping in `yes` int…
-
The run_test_compare.cmake files for meshtal2vtk and l3d2vtk do not seem to work correctly on windows machines.
I propose the following to fix this issue:
For the meshtal2vtk file change:foreach…
-
Using Hyperbola GNU/Linux-Libre
the testing version
followed the commands after downloading and unzipping the master:
cmake -G"Unix Makefiles" -Bbuild .
then
cmake --build build -j2
…
-
this way we unify all the busybox-like tools that r2 provides
-
Comments for https://www.endpointdev.com/blog/2015/11/favourite-unix-command-line-tools/
By Ramkumar Kuppuchamy
To enter a comment:
1. Log in to GitHub
2. Leave a comment on this issue.
-
### Describe The Bug
I cannot install any version higher than 4.51.2 on macOS.
Just installing `homebridge-config-ui-x` without providing a version installs version 4.50.6.
I have the latest …
-
## Context
Building odin demo on termux gives this linker error
```shell
$ odin build examples/demo
ld.lld: error: undefined symbol: pthread_cancel
>>> referenced by odin_package
>>> …
-
The following tests (in `tests/integration_tests.rs`) have issues in Windows:
1. `can_pass_input_to_command_from_a_file` - fails,
2. `fails_if_invalid_stdin_data_file_provided` - passes, but false…
-
### Describe the bug
In Nushell, executing the command `rm -i -f` prompts for confirmation before deleting files, despite the -f (force) option being specified. This behavior differs from traditional…
-
**What happened?**
Get an error when start a workspace
```
[02:38:01] info Run command : yarn install...
[02:38:02] info yarn install v1.22.19
[02:38:02] info [1/4] Resolving packages...
[…