David Humphrey
David Humphrey
I ran into this today as well. Setting the "prevent this window from showing this dialog again" toggle in the prompt window made it work.
I hit this, or something similar: ```toml [project] name = "onnx" channels = ["conda-forge"] platforms = ["osx-arm64"] [tasks] setup = "curl -o birdnet.zip https://drive.usercontent.google.com/open?id=1ixYBPbZK2Fh1niUQzadE2IWTFZlwATa3&authuser=0" [dependencies] curl = ">=8.7.1,
Hey @philipabc, I noticed you closed this. Did you want to work on this together? Happy to review if so.
Sounds like a reasonable change to me, just one thing: ```js console.log(arguments.length, c, arguments[0]); ``` That is, the second arg passed to `console.log()` should be the argument to the function...
I played with this some more and was able to get it. I needed to extract the base64 encoded key: ```ts function getEncryptionKeyForRecipient( sopsFile: string, privateAgeKey: string ) { const...
I ended up making an npm package to work with sops and age in TS/JS: https://github.com/humphd/sops-age Thanks for making this!
@FiloSottile I hate how GitHub does this, so you end up missing notifications for your own repos (happens to me a lot). Thanks for the encouragement!
This is great @rjwignar, really appreciate the review. When you can test the other stuff you want, and are happy, I'll land.
OK, let's go with it and file follow ups if things break.
I was testing Sharing today, and what I think is happening is that the new native share stuff is not doing what people expect. I used it on my Chrome...