-
hi, what is the function of the files in this directory can be directly ported to other code
-
Lazy load submodules using `__getattr__` as SciPy does: https://github.com/scipy/scipy/pull/15230
c.f. #7390, https://github.com/conda-forge/cupy-feedstock/issues/187
-
Currently the checkout action doesn't work with private repositories using a private submodule.
As a work-around we use the following in our workflow.
```
steps:
- name: clone main repos…
-
### What version of GraphJin are you using? `graphjin version`
v3.0.1
### Have you tried reproducing the issue with the latest release?
Yes.
### Steps to reproduce the issue.
Run `go get …
-
**Describe the bug**
I am trying to add a cmake based wrap git dependency. The dependency however has git submodules inside it. The docs for meson say that it handles submodules when clone-recursive …
-
Hello,It seems that cepter does not support the cantera type: pressure-dependent Arrhenius form of chemical reaction.which like that :
- equation: C6H5 + O2 => CJVCCVCCVO + CO # Reaction 854
type…
-
clang: error: no such file or directory: '/Users/didar/Library/Developer/Xcode/DerivedData/iosApp-cfexvqnxmsurdpdhbwibxwhujttn/Build/Products/Debug-iphonesimulator/PackageFrameworks/RxTest-Dynamic.fra…
-
### Description of the bug
Following https://github.com/mkdocstrings/python/commit/7f9757d1584555edebc56f1aefe6cc8242e6c8bb, other submodules of the package not exported via `__all__` are being inc…
-
**Describe the bug**
```bash
git checkout v15.35.0
git submodule update --init --recursive
Cloning into '/var/tmp/navitia/source/chaos-proto'...
remote: Repository not found.
fatal: repository…
-
[.gitmodules](https://github.com/NVIDIA/TensorRT-LLM/blob/main/.gitmodules) always give broken git update in normal download env, may better replace url with ssh link
thanks