Quinn Mikelson
Quinn Mikelson
Is there any more information I can collect? I'm a little hazy on the theory of operation, so I wasn't sure what information was relevant. Is there a way to...
I just ran another test and found that even a non-templated subDir fails ### Relevant Manifests ```yaml --- apiVersion: v1 kind: Secret metadata: name: smbcreds namespace: storage type: Opaque data:...
Same result, both also work without subDir, so not a bad password handling issue
Okay, the issue seems to be the lack of `csi.storage.k8s.io/provisioner-secret-name` and `csi.storage.k8s.io/provisioner-secret-namespace` parameters. After adding these the mounts work again. This behavior isn't entirely clear, and I have some questions:...
Are any context variables expanded? pod namespace? pvc namespace? I keep seeing mention of this expansion behavior, but it's not clear where it's applicable
I've noticed a similar issue on unlshd-048. Emulating a device from a saved nfc file allows me to exit normally with the back button until I place the eumlating flipper...
Super lazy note to author, and more for reference, but I solved my problem by intercepting the calculated program positions and re-writing my own width and horizontal placement function. I...
Thanks for the example code! Yeah that's basically the approach we're taking now. The downside is we have to keep track of a "bit offset" manually externally to the code...
I think I like the idea of controlling shifting between unaligned and aligned access modes and discarding bits on the transition yeah! The codebase I've been working with most recently...