Ilya Sotkov
Ilya Sotkov
I did everything according to the "Getting started" guide, then replaced `config.toml` and the `content` directory with the ones from exampleSite. Only the home page works. Going to `http://localhost:1313/getting-started/` gives...
`dbx deploy` will create/update jobs in Databricks, but I haven't found a straightforward way to clean up these jobs. Would be useful to be able to run `dbx destroy` so...
### Terraform Version Terraform v1.1.5 on linux_amd64 ### Linode Provider Version v1.25.2 ### Effected Terraform Resources linode_lke_cluster ### Terraform Config Files ```hcl resource "linode_lke_cluster" "lke_cluster" { k8s_version = "1.22" region...
I can use this Action without supplying any inputs and the default for `who-to-greet` input variable is "World". Why is it documented (in action.yml and README.md) as required? And more...
### Reproduction Go to https://github.com/ilyasotkov/polished-truth-b001, open in Codespaces or local devcontainer, follow the steps in README. This pull request https://github.com/remix-run/remix/pull/6783 is the culprit, present since 1.19.0, worked fine before that....
Example: https://www.terraform.io/intro/vs/index.html
We could try Heptio Ark for it. A common use case is reuse of kube-lego TLS certificates stored as Kubernetes secrets. Staging certs don't work for obvious reasons, and recreating...