Ais8Ooz8
Ais8Ooz8
From README.md: ``` sudo route -n add -net $(cat ~/.minikube/profiles/minikube/config.json | jq -r ".KubernetesConfig.ServiceCIDR") $(minikube ip) ``` You will get SIOCADDRT: No such device --- Should be: ``` sudo route...
### Preflight Checklist - [X] I have searched the [issue tracker](https://www.github.com/bank-vaults/vault-operator/issues) for an issue that matches the one I want to file, without success. - [X] I agree to follow...
To improve the security of etcdctl. Added the ability to write snapshots to stdout without writing data to disk. Useful for read-only file systems. Solves https://github.com/etcd-io/etcd/issues/16242
Need the same mechanism https://github.com/google/osv-scanner/pull/655 using [dependencies](https://classic.yarnpkg.com/lang/en/docs/package-json/#toc-dependencies) and [devDependencies](https://classic.yarnpkg.com/lang/en/docs/package-json/#toc-devdependencies) from package.json
If image scans are made from the same cluster where they are running, then they already exist on the nodes. Is it possible not to request them again from public/private...
I would like to understand what the future holds for this project? Will it be abandoned? If not, what is the roadmap for the next year? I look through the...
1. The real reason for the error is not returned, only return fmt.Errorf("could not update replica label") https://github.com/dragonflydb/dragonfly-operator/blob/main/internal/controller/dragonfly_instance.go#L330 2. After we changed the code, we found the cause of the...
Need the ability to block search in Telegram and other applications, for example, BlockP can do this https://www.reddit.com/r/nosurf/comments/18s0vcq/telegram_how_to_disable_search_bar_android_no_root
### Is your feature request related to a problem? To achieve a more minimalist user experience, the global search feature could be made optional. It is often distracting, and users...
The `mal diff` report doesn't look very coherent, especially if you don't extract the images yourself, but instead perform `mal diff --image`. It seems that Deleted -> Added events of...