-
The module currently halfway uses submodules and Composer. It would be helpful to move entirely to Composer.
-
-
## what
* move `kops` to geodesic submodule (`geodesic-aws-kops`)
## why
* So we can version it separately from geodesic
-
See:
```
leon@sun:~/tools/universal-cipher-pos-tagging$ git submodule update --init --recursive
Submodule 'src/brown-cluster' (git@github.com:percyliang/brown-cluster.git) registered for path 'sr…
-
pylint does this properly, Flake8 does not.
For example, with this:
```py
import multiprocessing.pool
import multiprocessing.process
```
Flake8 will only mark the second import as unused.
…
-
Trying to checkout a repo with single submodule in it.
- both repos are part of the same organization
- both repos are private
- organization requires sso and ssh keys to access repos
the work…
-
This repo is shared across gauge runner and plugins. All of them are using it as git submoule. The issue is that there is a chance that runners and plugins will use different revisions/commits of prot…
-
For a separate/temporary need, is there a way to obtain a submodule instance's vpiHandle based on the full name of the submodule instance?
I have parsed the submodules and have stored their full na…
-
### **Feature Request**
Add support for the git submodule commands from within VS Code.
Currently submodules are supported, but only if the submodules are created via git cli.
Examples:
git…
-
Some constructs such as `unpythonic.env.env` and `unpythonic.llist.llist` have the same name as the submodule they live in. This hides the submodule from the dict of the top-level namespace of the `un…