Tim Nguyen
Tim Nguyen
Huh, so there are two bookmarks toolbar folders ? weird... Will ask around why this happens.
An adaptive update frequency would probably be easier to implement given that a configurable one would need to be stored and an UI would have to be implemented for it...
Thanks for reporting! This feed is invalid according to the specification, URLs should either include the scheme ("https://" or "http://") or should use real relative URLs (so "/blog/waterfox-2020.04-release/" with nothing...
@maxoku I think it's tricky, because someone may use `/blog/waterfox-2020.04-release/` (which is valid), in which case, you want to add the complete host: `https://www.waterfox.net/` before it. The main challenge is...
> I mean there could be an option to manually choose what to add per feed. I was thinking exactly the same that there could be many possibilities how feed...
You could make a travis job that disallows merging the PR until all stylelint issues are solved.
Same issue with text-orientation: https://developer.mozilla.org/en-US/docs/Web/CSS/text-orientation#formal_definition https://drafts.csswg.org/css-writing-modes/#text-orientation Not sure if there's more.
Same issue with unicode-bidi
@teoli2003 WebKit does not support animations for the properties I cited. not animatable = jumps directly at 0s discrete = jumps depending on the animation duration/timing-function
Safari's older rule editing UI was more editor like, where you could insert your caret anywhere, as opposed to separating property and value in separate editors. Each whole rule was...