Jeremy Ruppel
Jeremy Ruppel
Neat! So there are two main parts to our OAuth stuff: there's [the OAuth class](https://github.com/flickr/flickr-sdk/blob/main/lib/oauth.js), which implements the OAuth signature algorithm, and [the OAuth superagent plugin](https://github.com/flickr/flickr-sdk/blob/main/plugins/oauth.js), which uses the OAuth...
Absolutely, I'm all for more helpful debug logs. Send a PR over and I'll ship it as soon as possible.
Yeah, yakbak isn't meant to do any sort of routing, it's a simple proxy from one host to another. Are you using yakbak with express by chance? Internally we use...
Hm, I'm not sure I'm quite understanding the setup here. Could you gist an example when you have a chance?
I imagined this as a sort of content-type-aware parse/stringify and content-encoding-aware decode/encode. [record.js][1] would be responsible for decoding and parsing the response body if supported response header values were found,...
Ha, this crossed my mind as well. Great suggestion, I'd definitely accept a PR for this.
Just ran into this myself and, let's just say the fix wasn't terribly straightforward. Here's what I found for anyone still running into this: First, I'm assuming you are precompiling...
Certainly! Thanks for reaching out, what do you have in mind? Sent from my iPhone > On Jan 22, 2015, at 1:20 PM, Anthony Smith [email protected] wrote: > > Any...
Sounds great! Patches welcome, or if you can point me to a project that does this currently I can work on it when I get a chance. Thanks!
I'm sure there's a way to handle this error better! What would you prefer walrus do in this case? Should it simply ignore the `:each` block if the `@friends` array...