Florian Bender

Results 45 comments of Florian Bender

The list is not fixed, you can register more rel types: http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#concept-rel-extensions You might consider proposing a generic type (like 'media', 'popover', … dunno) rather than a proprietary 'mediabox' (though...

see https://github.com/iaian7/mediaboxAdvanced/pull/8 close?

See e.g. https://bugzilla.mozilla.org/show_bug.cgi?id=1429320 How about using the webRequest API for that? You could intercept the requests and act upon them before the "normal" Fx handlers kick in. Don't know how...

How's this going along? Would be helpful to name tags after the WHATWG spec date the code matches, e. g. if your polyfill matches the spec from today, the tag...

Yeah, this is intentionally off by default, because the API is a horrible mess and is going to burn in the fires of Mordor sooner than later. Mozilla was forced...

Yeah, updated classifiers with supported Python version whould be great, too! I also get the impression that 2to3 is actually no longer needed (the website should be updated to reflect...

> modules > > http://nodejs.org/api/modules.html#modules_modules Why not ES6 modules? Let `require` be a polyfill if you really need it. Seems that SpiderMonkey ES6 module support is being worked on currently...

Try @mathiasbynens ;) FTR, Link to npm entry: https://www.npmjs.com/package/parse-css

Sure thing, will do! > document that an EarthGravity tuple from sgp4.earth_gravity can be passed to override the default bevahiour. How/where should I do that? In the docstring? Or did...

> In case you're interested, the intent was for python-astrodynamics/astrodynamics to be able to do what orbital can do and more; but development has slowed. I put up an initial...