Aaron Boushley

Results 6 issues of Aaron Boushley

On the built in Android Browser prior to 2.2 all touch event's only fire once. I've narrowed it down to lines 90 & 91 where the end function is calling...

On most of the rules the CSS for the accordion example supports `checkbox` or `radio` however the last rule is missing the extra condition. If you add this condition to...

If I have a TOML file like: ``` "" = "foo bar" ``` this will be converted to `{"undefined": "foo bar"}` This same issue exists at any level of nesting....

Are you open to a PR that would add the ability to check passwords that were encrypted using PHPass with portable hashes enabled?

I seem to be running into a problem where the bits in my `RTP` packet bytes are the reverse order of what you expect. In [rtp.go](https://github.com/beatgammit/rtsp/blob/master/rtp/rtp.go#L111) you say Version is...

Would you be open to a PR that allows someone to pass a custom `fetchLicense` method as an option? I have to needs that this would address: 1. My license...