Emelia Smith

Results 625 comments of Emelia Smith

Doesn't this exist already in https://github.com/facebook/ThreatExchange/blob/main/python-threatexchange/threatexchange/exchanges/clients/stopncii/api.py ?

I haven't fully reviewed the code changes here, but I suspect this will be useful for eventual implementation of outbound link moderation that we will require e.g., a roadblock that...

Could we also add this logic to the `PreviewCardSerializer`? This would enable applications to check for specific parameter on the card and go "oh, this link is for something that's...

There is a dropdown now in the UI, though it'll typically default to the first pod found, rather than prompting on login.

The current pod selection "algorithm" in pod browser is pretty simplistic, we just take the first pod we find: https://github.com/inrupt/pod-browser/blob/main/components/pages/index/index.jsx There is a minor improvement to use the new [`getPodUrlAll`](https://docs.inrupt.com/developer-tools/api/javascript/solid-client/modules/profile_webid.html#getpodurlall)...

Supporting one WebID but multiple pod storage providers requiring different IdPs is not something we can support at the moment (support would mean scanning your WebID for a `space:storage` IRI...

@Keats is there any updates on this? looks like both PRs mentioned above are either merged or closed? I'd love to get this implemented as it makes using the [jwt-cli](https://github.com/mike-engel/jwt-cli/issues/402)...

Actually, I think I might even be able to do a PR to implement this, using the RustCrypto implementation of [k265](https://github.com/RustCrypto/elliptic-curves/tree/master/k256) The majority of the code looks like it'd actually...

Okay, well, I tried but I'm probably too inexperienced to get this right: https://github.com/Keats/jsonwebtoken/compare/master...ThisIsMissEm:jsonwebtoken-rs:feat/implement-secp256k1-ES256K?expand=1 There's currently an error in the test to do with the private key being in an...

Can verify this is a bug, will raise it with the team