Ed Pelc

Results 47 comments of Ed Pelc

@asaskevich any reason why [`mail.ParseAddress`](https://golang.org/pkg/net/mail/#ParseAddress) isn't being used?

@dolmen I was thinking you could get the `Address` field. It's definitely not ideal though. I wasn't aware html5 had a different spec for email formats.

Here is the relevant check which I think would just be removed. https://github.com/dgrijalva/jwt-go/blob/master/claims.go#L44 Issued at isn't supposed to be validated beyond being a valid date if set.

Note if anyone is trying to use this make sure you do not pull in the minified js file(it's still the original).

@jraadt are you on gitter or irc or something? I'm trying to get it to work in my project now but I'm running into errors. `element.parent().parent()[0].insertBefore(stickyPlaceholder[0], element.parent()[0]);` ``` angular.js:13550 TypeError:...

Has anyone gotten `md-virtual-repeat` to work with an `md-data-table` in a `md-dialog`?

I just took a look at the official client since contemplating a v7 -> v8 upgrade. The first thing I noticed besides the major reliance on maps is them promoting...

That’s very good news! Hopefully it will improve Something similar happened when mongodb made their own official driver. It wasn’t as good as mgo for a while but at some...

+1 I like this idea. I was also turned off by `HandlerFunc` being an `interface{}` which required reflection. Also what do you think about exposing job details to the Execute...

+1 for this and also for making sure it works when your running in a docker container.