Olivier Louvignes

Results 97 comments of Olivier Louvignes

Unfortunately, I had to remove them after receiving [a takedown notice from the NYTimes](https://github.com/mgcrea/angular-7min/blob/master/takedown/20130506-nytimes.jpg)! Thanks for the report anyway! At least someone noticed it ;-).

For now, that's still work in progress ;-), I'll add the docs in the coming weeks. Thanks!

Check https://github.com/mgcrea/angular-overflow-scroll that should help you address this issue

works-for-me if I load the README plunker on the iOS simulator. http://plnkr.co/edit/C4dV0cvWxvrfR6y0uCxI?p=preview

@micjamking It was on OSX 10.10 with iOS8, I haven't used this component for a couple of years, but at the time it worked on iOS(6&7). I haven't had time...

:+1: on ubuntu autojump does not cd, only prints the path

Had the same use-case (but using babel to compile), but did not manage to make the `src` alias working inside a monorepo yet, in any case (webpack config or this...

Had this specific need for an app, ended up adding: ```js allBodies.sort((a, b) => { const zIndexA = a.render && typeof a.render.zIndex !== 'undefined' ? a.render.zIndex : 0; const zIndexB...

@ladislas I'd love to have some `PROJECT_SRC_DIR` var that I could set like: - `PROJECT_SRC_DIR = $(realpath $(PROJECT_DIR)/src)` Expected structure: ``` $ tree -L 2 . ├── Makefile ├── build...

@ladislas, I'm coming from a JS background where you usually have a `Gruntfile.js` or `gulpfile.js` build config on the root, and alway the source files in `src` or `app`. Feels...