Henri Bergius

Results 282 comments of Henri Bergius

Maybe even http://www.qrpixel.com/ style?

We already support the `values` key for enum ports, but min/max would be useful too.

https://research.googleblog.com/2017/03/announcing-guetzli-new-open-source-jpeg.html might be interesting for this: > we’re excited to announce [Guetzli](https://github.com/google/guetzli/), [a new open source algorithm](http://arxiv.org/abs/1703.04421) that creates high quality JPEG images with file sizes 35% smaller than currently...

Since I was figuring this out as well, here is a quick example: ``` javascript oauth2.server.authorization(function (clientID, redirectURI, done) { db.clients.find(clientID, function (client) { // TODO: Validate redirection URI for...

Thanks for the PR! I'm mostly offline this week in Istanbul, so I'll be able to look at these in details next week

The fixed toolbar should do something similar to the nav bar on Midgard website: http://midgard-project.org/midgardmvc/ The code for doing this is quite simple. Something like: ``` var initial = navigationBar.position();...

I think the focus will be on modern browsers. So unless somebody wants to bother with the efforts of legacy IE support, it won't be there. As for cross-browser differences...

+1, this is probably the right way to go

@BladeBronson: cross-browser normalization is indeed important. I think that falls under the jurisdiction of @balupton 's html5edit in the scheme where html5edit is the contentEditable core, and Hallo is the...