-
```
jetson@jetson-alex:~/ARK-OS/scripts$ ./install_rid_transmitter.sh
[sudo] password for jetson:
Installing RemoteIDTransmitter
~/ARK-OS/scripts ~/ARK-OS/scripts
Reading package lists... Done
B…
-
**Describe the bug**
Please provide a clear and concise description of what the bug is.
- NorESM version: noresm2_5_alpha08
- HPC platform: betzy; login-2
- Compiler (if applicable):
- Compse…
-
still being tested at https://github.com/isqcmc/testsubmodules *
but it seems that it is possible to nest the new page on this main one without having to copy paste all the code here.
* in particu…
-
Hi @Dolu1990 ,
Would you like to update the `riscv-isa-sim` and `rvls` submodules to the latest commit hash?
I tested this update on my side, and it works well. Could you please let me know the …
-
Hello, I am trying to convince hatch to include some C++ source files in the sdist archive. I would like to understand why using `include` does not work (`force-include` does, but it does not support …
-
matlab_exe_unpack还有matlap_pfile_unpack 404了,该怎样解决?
-
https://github.com/ether/etherpad-lite/blob/08f199178d2932cc0ec956aaeb3f62e8a535598a/Dockerfile#L116-L117
We are using etherpad-lite as a submodule, to build it in our CI with a given list of plugi…
-
I have tried adding a submodule under `static/` at https://github.com/samueloph/samueloph.github.io/commit/517a7221bb3c129ab084ac797a73ee03ffb1efe0
When I tried to use that, for example, with `[sam…
-
### Issue
While it doesn't seem to have any particular negative effect, Aider produces a warning like this for a git submodule in my repo:
```
Repo-map can't include /home/ian/code/freenet/river/…
-
## Clone a Repository With Its Submodules
If is a first-time clone:
```bash
git clone --recursive
```
If is an existing repository:
```bash
git submodule update --init
```
## Add a…