Alex Gorbatchev
Alex Gorbatchev
I think performance here isn't really an issue here. IMO DOM selectors are more flexible, when soundcloud might move stuff around, there's a higher change it won't break `otr`.
If we do convert to camel, we basically won't be able to merge anything that's forked from the original because diff would be too great :( it would be very...
I'm still using `gulp-browserify`... it's way easier to use in certain cases
`before x` sounds very ambiguous to me... it could be any value that is `< x`. The value that is parsed here is `march 2`. ``` > c.parse('before march 2')...
Thanks for helping out with this! I'll be getting more proactive on doing that myself in the future :)
Tried making it work both ways and couldn't figure out how. I think it also makes sense at this point to move to ES modules as primary. With that in...
Please help me understand what is currently broken? Is `require().default` breaking something else?
@mxl I think that ``` if (!currentHash || currentHash !== newHash || force) { stream.push(file); } ``` Will always pass if `force` is `true`, which isn't intended effect. The idea...
:+1: same expectation here... have to create an intermediate variable to get around this :( here's even more trivial example ``` user = null foo = -> await foo '...',...
This hook is still broken, there's no `getItem` anywhere in the source, so it never syncs with the `localStorage` values.