-
I'd like to see some standard boilerplate of creating Panel extension repos, where directory, CI, documentation are automatically set up, and users just have to implement their feature and tweak a few…
-
### Module
Core
### Testcontainers version
1.18.3
### Using the latest Testcontainers version?
Yes
### Host OS
RHEL8
### Host Arch
x86
### Docker version
```shell
podman version 4.2.0
```
…
-
Ultracopier is not always into /usr/bin/ultracopier
The better way to do is send directly via the unix socket, on unix it's on: "advanced-copier-"+std::to_string(getuid())
or locate the Ultracopier …
-
# Expected Behavior
Buildah docker build task from tekton source workspace inside this i have Dockerfile to build the app layers. I have 10Gi space you can refer the workspace path location /worksp…
-
When I ran the command below as instructed,
```bash
copier gh:nf-core/nf-modules-template ./my-new-modules-library
```
I got an error:
`Unknown sub-comand 'gh:nf-core/nf-modules-template'`
I …
-
**Is your feature request related to a problem? Please describe.**
One of the big motivations to move from cookiecutter to copier is the ability to run the copier update command. It would be nice to…
-
Here is my wishlist for the copier template:
- [x] #30
- [x] #31
- [x] #32
- [x] #33
- [x] #34
- [x] Setup sphinx
- [x] Setup mkdocs
- [x] include no docs in the template?
…
-
### Preflight Checklist
- [X] I agree to follow the [Code of Conduct](https://github.com/deckhouse/deckhouse/blob/main/CODE_OF_CONDUCT.md) that this project adheres to.
- [X] I have searched the [iss…
-
# The problem
Now that we have a working process, we should think about moving the data generation notebooks to a different repository.
This will decouple the bookshelf code from the data and enable …
-
- add a docs macro that outputs a JSON badge:
```python
@env.macro
def get_coverage():
data = json.load(Path("htmlcov/coverage.json").read_text())
value = int(data["totals"]["pe…