Results 4 issues of Jonathan Aquino

## Reproducible Example https://play.golang.org/p/x1EO_KR_ARr ## Description When I ask copier to DeepCopy a struct with a property that is an interface pointer, that property is not copied properly. The expected...

**What is your question?** I occasionally am prompted to enter my Mac login password for Insomnia with the dialog below. Why does Insomnia need to do this? **What is the...

N-investigation
C-question
S-verified

// Expected: I should be able to call get() twice, or get() then Post(), on a $PublisherAPI object. // Actual: I get an error if I call get() twice on...

The [PostArticle](https://github.com/chapter-three/AppleNewsAPI/blob/master/examples/PublisherAPI/PostArticle.php) example shows that you have to give it JSON strings for the article and the metadata. However, this is a bit silly - the Post() method should take...