Johannes

Results 79 comments of Johannes

Aha, so this is just standard `StrictMode` behavior. New to react so this was surprising to me. Any idea if there's a way to not have devtools cluttered with those...

Looks like there's a related pull request that's been sitting for a while https://github.com/ctrlplusb/easy-peasy/pull/495

Any update on this? Would be nice to have a working example to work from..

Testnet support would be great. Even just a testnet.coinb.in to avoid having to add any options to the UI.

Ah yes, of course, the sending part needs to be taken care of too

This is what I have so far: https://github.com/Bearer/Pizzly/pull/253 Currently coming unstuck WRT permissions. Flickr expects a list of permissions in the `perms` query parameter.

Okay, looks like it was as easy as adding the parameter to `authorizationParams` in the integration. How could I avoid hardcoding the permissions? Would it be appropriate to put them...

My configuration currently works for `GET` requests but not for `POST` requests (Flickr responds with an invalid signature error).. any ideas why that might be?

Actually.. seeing as fetch only rejects if there is a network error it's not totally clear what the best thing is to do here. It does feel like if there's...