Daniel Hartig
Daniel Hartig
## PR Type Feature ## PR Checklist - [ ] Tests for the changes have been added / updated. (Not applicable, no tests existed) - [x] Documentation comments have been...
In my project, I created a trait and implemented it for the Session struct that added some basic functionality customized to my use case (in this case, validating a user...
Rust 1.34 support works with https://github.com/apache/openwhisk-wskdeploy/pull/1119, however, this MR only passes tests for cargo projects in .zip format. Plain .rs files do not work as the runtime is not properly...
Hi there, Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions,...
`couch-rs` currently uses reqwest and hyper for its underlying web framework. In the case of an application that uses the actix stack as its web framework, this adds close to...
The remove function signature: ``` pub async fn remove(&self, doc: &T) -> bool ``` does not return a Result like the function signatures for other 'CRUD' operations create, save and...
I made a crate to help test couch_rs. Docs: https://docs.rs/couch_rs_test/0.2.0/couch_rs_test/ GitHub: https://github.com/kingledion/couch_rs_test The way it works is this. You send the same arguments to the `TestRepo::new` method that you would...
**Describe the bug** The cluster setup wizard does not work in microk8s, while it does work in k3s, kind, and minikube. The setup command is ``` curl -s http://127.0.0.1:5984/_cluster_setup -X...
### Issue https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues/3613 ### Description Updated documentation to demonstrate how to set up AWS LBC in EKS with Pod Identity Associations using both AWS CLI and terraform. ### Checklist -...