-
We now have a basic version of Aragog implemented within Proteus. This issue lists the next step towards an actual replacement of C-Spider.
- [ ] Debug coupled interactions as it seems to misbehave, …
-
# Git Submodule - Breaking Branches
[https://hommalab.io/posts/git/git-submodule/](https://hommalab.io/posts/git/git-submodule/)
-
Im following the demo tutorial from [here](https://github.com/crosscon/CROSSCON-Hypervisor-and-TEE-Isolation-Demos/blob/master/rpi4-ws/README.md) and I have managed to get it up and running on a RPi4.…
-
I'm currently using MacOS with the toolbelt. After cloning recursively, it seems like there are issues cloning the correct submodules, especially CMSIS.
-
`git clone https://github.com/edk2-porting/edk2-rk3588.git --recurse-submodules`
fails to clone `https://github.com/Zeex/subhook/` submodule, when manually accessing the submodule through web browser…
-
When setting up the project and submodules (`TrackerAdaptation/setup-submodules.sh`), I receive an error
`error: pathspec 'external/spectre' did not match any file(s) known to git`
I have a manu…
-
### What Happened?
Right now there are dependencies that are pulled in with submodules, these should be properly packaged dependencies instead
### Steps to Reproduce
https://github.com/elementary/m…
-
I would like to be able to specify which submodules I want to check out, instead of being forced to checkout all or nothing.
A Merge request for this has been opened a while ago (#1866), and the co…
-
When I run `git clone --recurse-submodules `, submodules not cached.
-
Right now, pyspedas loads all submodules which comes with import cost. This could be avoided using lazy loading mechanism.
See references https://scientific-python.org/specs/spec-0001/