David Pennington

Results 73 comments of David Pennington

There are a number of approaches here, but I think the easiest solution would be to simply tie the oauth2 client to the life of the http.Request by passing it's...

Any update on this? I'm going to start looking at the [RFC 4880](http://tools.ietf.org/html/rfc4880#section-5.5.3) structure for private keys.

Almost ten years ago I opened this issue. I wrote a lot of things in PHP back in the day. ORM's, Template systems, crawlers, image systems, even a full MVC...

If you look inside the `[name].app/Contents/Info.plist` file you can [manually edit the version number](https://github.com/Xeoncross/macappshell/blob/master/setup.sh#L39) for now.

Could we separate the papers by year, then by broad categories? - Image - Video - Text - 3D Or - NLP - Signal Processing - Algorithms I realize there...

I'd love to have this too. Looks like different phones [handle this differently](https://stackoverflow.com/a/37567225/99923) so you have to parse the camera parameters right? Camera mCamera = Camera.open(); Camera.Parameters params = mCamera.getParameters();...

Thanks for replying @tibbi. I can understand that dilemma. I wish there was more standardization for the API. I guess I'll try my hand with the few devices I have...

I was just looking at them as a way to modify your application to support camera `get/setParameters()`. If you know of a better way, please let me know.

As you say, a "union" struct is created by Chidley. > chidley produces: > > type ChiChildren struct { > ChiFoo *ChiFoo `xml:" foo,omitempty" json:"foo,omitempty"` > ChiSub *ChiSub `xml:" sub,omitempty"...

Well, the nice thing would be for the system to handle `*template.Template` for you. Since Templates almost always need params, having a `SetHtml()` seems wasteful as you would 1) have...