-
The command `uname -sm` only works for Unix-based OSes. Currently I have to manually set
```scala
nativePlatform := "win32-x86_64"
```
-
### Why we need it?
If we face interactive command like openssl:
https://www.openssl.org/docs/manmaster/man1/openssl.html
https://wiki.openssl.org/index.php/Command_Line_Utilities (search "interac…
-
During development I use many local OpenSSL builds in parallel with various active branches.
Of course I do not install them, but then there is an issue with auto-locating libcrypto and the like.
Am…
-
### Issue
According to workers' code, ``sh`` is used as default shell on Unix workers. However some softwares do not work properly with sh.
### Example
In my case, I use conda environments. The `…
-
Hi,
There are a few errors that occur when trying to build the firmware via docker on Windows. Maybe you can add these information to the documentation:
On Windows, the path must be specified dire…
-
Hi,
I had an issue with missing "docker" unix group.
I am on Window 7 with VirtualBox VM 6.0.0.
Error message is just after "Configuring Docker proxy"
Faulty command is : chown ... root:docker
…
-
Argument handling in Assyst could be improved by adding a flag (or option) handler, similar to how [UNIX-like command-line interfaces do it](https://en.wikipedia.org/wiki/Command-line_interface#Argume…
-
I deployed dfdaemon in the cluster through a DaemonSet. I want all the pods in this cluster to use dfget to pull files from object storage. How can I reuse dfdaemon?
![image](https://github.com/drago…
-
Realsense nowadays supports a "network camera". More details are in https://dev.intelrealsense.com/docs/open-source-ethernet-networking-for-intel-realsense-depth-cameras?_ga=2.207548058.808217773.1721…
-
* following the UNIX philosophy, all commands should be able to run as filters
* this would enable features such as `swim select -b ${BEGIN} -e ${END} | swim info`