Andrei Oprea
Andrei Oprea
Pushed some updated a few moments ago but these mostly dealt with some update issues. Did you do `npm install` before doing `npm start` ? Try any other option to...
It would be a nice feature. How would you see them stored? Some sort of local storage for the client or a 3rd party website? I can see advantages and...
Thank you for reporting. I'll have a look.
I've been working on this feature, you can test it out on http://piatra.jit.su I don't want to push the updates to Github yet since there might be bugs. The handler...
I've been working on a patch for this. It would use `window.onbeforeunload` which triggers a native `alert` giving the user the option to stop the back/forward action that might have...
Looking into it. So in the design it says that the difference is font-size & line height. Dimensions should be the same. But yeah variables are still broken.
Quick mention about the overlay codepen - it uses the centering advice from here http://codepen.io/shshaw/full/gEiDt and as far as I could tell the only caveat is the need for `min-*`...
a bit too fast maybe ?
You can do this. Kinda. ``` var jades = grunt.file.expand('node_modules/topcoat-*/test/perf/topcoat_*.jade'); ``` ``` return "release/css/topcoat-" + platform + "-" + theme + ".min.css"; ``` The grunt task just takes what it...
Yes. A lot. Right now I have to update the topcoat repo which doesn't feel right + npm dependencies that are not topcoat specific. That will require modifications to jenkins...