Blake Burkhart
Blake Burkhart
The main problem is that it is _impossible_ to match the entire domain with a glob. Is that something you want to enable? I agree it's not required to make...
I'd also like a non ES module for easy use in Greasemonkey scripts, but for anyone who wants this now you can actually do this in a script: ```js (async...
Some of this has already been mentioned, but I wanted to highlight that: HA is more than just object storage, and please consider the risk and complexity of an in-cluster...
I implemented something similar in #354. It also seemed that deleting the DockerHubRegistry code was needed to allow pulling from docker.io. The rest of makisu only allows configuration with `--registry-config`...
I see #430 references this and was merged, what is the status of this now? Another nice feature would be to allow specifying the tags used during AssumeRole. AWS allows...
I don't have a specific use case for this, but I just realized that it might be possible to write a single generic parameterized IAM policy for multiple namespaces. I...
I'm likely not going to look at implementing this at the moment. I honestly... haven't actually deployed kiam yet. I was discussing IAM policies with a coworker who uses it...
Hey, I'm using an Infinity 60% keyboard and have seen similar problems with filevault on my Mac. I have a USB UART adapter and can test something in a couple...
@haata I successfully managed to solder a header onto my Infinity 60% and do gather some debug logs via UART. I set both UART debug settings set in `usb_dev.c`: ```...
Thanks, 92b3b5081b4143f2321b08ca52aa40bb61b13059 mostly fixes it. Looking through it, [if we get a USB timeout, we just reset the whole device and hope that fixes it?](https://github.com/kiibohd/controller/commit/92b3b5081b4143f2321b08ca52aa40bb61b13059#diff-891c710051fdaea490d1c5ac2480dcc1R131) ...that's a bit hacky to...