-
The current developer scripts (dev install) are platform specific. Another alternative is to use the python based [doit](http://pydoit.org/). I'd be happy to write up a PR if there's agreement!
-
**Is your feature request related to a problem? Please describe.**
There are a number of Bash scripts in DSpace, they can be improved (see below)
**Describe the solution you'd like**
- we shoul…
-
I suspect that what is currently done in install.sh could be transferred to scripts that is executed by `postCreateCommand` etc.
-
```
I am using jWebSockets version 0.10 in Ubuntu Linux. Immediately after
downloading the distribution, when I tried executing _bin/jWebSocketServer.sh_,
I found the following issues:
# The file…
-
As pointed out in [this thread](https://github.com/melpa/melpa/pull/5242), Playground seems to require a tweak in order to make it run on Windows. I don't have a Windows machine, and I didn't consider…
-
On windows, `$ dune exec -- ` fails to execute to `` whenever `` is a shell script. This is particularly confusing because `$ opam exec -- ` doesn't suffer from this limitation. If you have `npm` inst…
-
When upgrading to ubuntu 24.04 and using a python venv in a task using the builtin shell, an error occurs.
This error is because the built-in shell in go-task does not honour the 'hash' command and…
-
```
I am using jWebSockets version 0.10 in Ubuntu Linux. Immediately after
downloading the distribution, when I tried executing _bin/jWebSocketServer.sh_,
I found the following issues:
# The file…
-
Most (probably all) shell scripts should exit as soon as a command fails, most notably `examples/run_all`. Check all shell scripts and use `set -e` as appropriate.
-
> canonical_cargo_home is a bit of an odd function - it transforms any non-clean unicode characters in a bid to make the path printable. This matters when e.g. folk have paths on disk that are in SHIF…