ArianeNubee
ArianeNubee
On iOS Safari, if the two navigation bars are shown, 100vh is actually taller than the screen area available. So if you make a scrollable popup, it won't be possible...
It'd be nice if CodeKit indicated what it's doing (watching, paused, success, error, processing/progress bar) directly on its Dock icon. I have honestly no idea what's possible, but since browsers...
Let's say I've pretty much compiled Babel like I want it in CodeKit's options. I checked all the boxes that make Babel behave *almost* like I want. But then I...
Right now, Smallipop is called this way : `$('.myElement').smallipop({options});` It would be nice if it were possible to additionally call it this way ``` var mySmallipop = $('.myElement').smallipop({options}).init() $('.myElement').on('click touch...