Chris Pearce

Results 2 issues of Chris Pearce

(FYI, I'm a browser engineer working on Firefox's media playback engine...) There's a few ways https://github.com/Modernizr/Modernizr/blob/master/feature-detects/audio/autoplay.js could be improved. 1. Your code tries to play an MP3 and if that...

If you parse the string `"05:04:39 Jun 23, 2022 PDT"` with `dateutil.parser.parse`, it doesn't come out with a timezone on the return value. I'd expect that to be in timezone...