danielhodder
danielhodder
I was curious about this concept and so I ended up spending the afternoon playing with ElectronJS. I've made https://github.com/danielhodder/electronjs-aws-saml-extractor which can be registered as a credential process in the...
It would be awesome if there was a way of getting the rule stats that have been added out as another XML report (or similar). That could then be parsed...
Seems like all the required changes have now landed in Lima. Testing the docker engine inside a Lima VM seems to show much better compatibility. Very much looking forward to...
Is there anything the community at large could help with to get this into the next release of Rancher Desktop? I am sure there are a lot of people who...
This workaround no longer seems to work in the latest version (1.42.0).
It seems that if you sed the file and put it in `/usr/share/code-oss/libxcb.so.1` that _does_ work. Here's the command I ran: ```bash $ sed 's/BIG-REQUESTS/_IG-REQUESTS/' /usr/lib/aarch64-linux-gnu/libxcb.so.1.1.0 | sudo tee /usr/share/code-oss/libxcb.so.1...
Yup that's the same issue. Unfortunately, there's been no movement on either of the issues in UserLAnd. For now you can compile a customer version of UserLAnd with the proot...
This doesn't seem to be well documented and I can't find my exact notes anymore. You use https://github.com/CypherpunkArmory/UserLAnd-Assets-Support but I think I modified some of the scripts slightly. You need...
Oh for clarity I cloned the repo and started it like this: ```bash $ docker run --rm -it --volume $PWD/UserLAnd-Assets-Support:/build termux/package-builder ```
Thanks for providing the instructions. I hope that helps.