-
Define behavior of globstar (**)
Bash supports:
* stand-alone `**`, behaves like `*/**`
* a prefix `d**`, behaves like `d*/**`
* a suffix `**c`, behaves like `*c/**`
* a prefix and suffix `d**c…
-
Skaffold should provide a way to disable debugging for specific modules/artifacts.
_Originally posted by @akostic-kostile in https://github.com/GoogleContainerTools/skaffold/issues/2203#issue…
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the…
-
I reported an analogous [issue with `flutter_rust_bridge`](https://github.com/fzyzcjy/flutter_rust_bridge/issues/1862) and was forwarded to here.
Indeed, it seems it is caused by `cargokit` using `…
-
torch.export ExportedProgram from GPU cannot be loaded on a CPU only machine. The call to `torch.load` needs to use `map_location` to map the weights to cpu.
cc @avikchaudhuri @gmagogsfm @zhxchen17 @…
-
As far as I can tell, generally the core `skopeo copy` workflow is functional when using [OCI artifacts](https://github.com/opencontainers/artifacts). However, operating on artifacts is clunky; the m…
-
env: centos7.8
openness:20.12
kubernets:1.19.3
cni: ovn4nfv
ansible.log
Internal tls trust CA appending is Done.
2021-02-22T04:31:08Z [INFO] [/controller/artifact/annotation/parser.go:71]: the…
-
Summarize the current architecture and any relevant costs, spanning **GCP**, **Docker**, and **GitHub**.
## Operational Costs : $55 / month
**Google Cloud Platform**
_$46 / month_
Google Workspac…
-
@jeroen pointed out to me that (docker or OCI) container registries like [GitHub Package Registry](https://github.com/features/packages) are really just a bunch of sha256 addressed blobs. Moreover, …
-
### Describe the bug
When running the `tf-multienv-cicd-anthos-autopilot` Terraform, multiple resources are recreated/updated each run due to perceived changes.
### To Reproduce
1. run `terrafo…