Alex Yancey

Results 59 comments of Alex Yancey

I am having the same problem while trying to use the NuGet package registry in GitLab. GitLab does not support v2.

I've been thinking about this too. Each user would need to create their own Discord "app" and set the ID accordingly, but you could probably easily automate the act of...

```python def change_album_art(f_name): with open(f_name, "rb") as f: album_cover_base64 = base64.b64encode(f.read()) requests.post( "https://discordapp.com/api/oauth2/applications/YOUR APP ID/assets", headers={"Authorization": "YOUR AUTH HEADER HERE"}, json={ "name": "album", "image": "data:image/jpeg;base64,{}".format( album_cover_base64.decode("ascii") ), "type": "1", },...

Maybe someone could reverse engineer the iCloud Bookmarks firefox extension, so we would at least have an iCloud to floccus bridge.

Would love to +1 this and add a bounty. I have an old jailbroken iPhone that can stay plugged in 24/7

I’m not sure if there’s a legit way to do it but I will pledge $100 😂

This is really frustrating. It affects other products that use webauthn as well.

> > This is really frustrating. It affects other products that use webauthn as well. > > It does. All I can suggest is to temporarily turn on public beta...

Two years late but this would now work with my PR #4