Alasdair North
Alasdair North
I'm having problems using php-vcr with the Dropbox client library. There's a few things which are just simple errors that I'll hunt down and add pull requests for. However, there's...
### Context When `curl_setopt($ch, CURLINFO_HEADER_OUT, true)` has been called before a request is sent you should then be able to call `curl_getinfo($ch, CURLINFO_HEADER_OUT)` after the request to get a description...
Perhaps we need to use some reflection to get round this scenario? Probably applies to the other calls to `call_user_func` for `CURLOPT_WRITEFUNCTION` and `CURLOPT_READFUNCTION`.
The track.scrobble method looks like it should take a session parameter to pass on to signedCall.
Looks like the ID for the Digital Ocean docker image has changed. This is the value I got from their API. ``` { "id": 8345531, "name": "Docker 1.3.2 on 14.04",...
I was getting errors because the image ID was out of date but these error messages weren't being exposed on the command line.
At the moment if a component that uses `useLocalStorage` rerenders then `useLocalStorage` will call `JSON.parse(store)` as a result of the rerender. The value of `store` won't have changed, but the...