Loïc Nogues

Results 8 comments of Loïc Nogues

Hi, I appreciate your interest, however I haven't worked on this project in ages. So I don't think it is worth posting it on that list. Thanks

So on the latest commit, assuming you are using Ubuntu 14.04 LTS, `npm install && npm start` should do the trick. Please let me know if everything works.

Hello @mmick66 before running `npm install`, have you tried to update the git submodule? ```bash git submodule init git submodule update ```

Unfortunately I do not use OSX so I can't really help you

First of all, I believe the strength of Ansel resides in its file management capabilities rather than image processing. That being said, it is still expected from any kind of...

I'm getting error like: ```Failed to decode downloaded font: file:///home/loic/code/ansel/src/less/fonts/WOFF/Roboto-Thin-webfont.woff``` But the paths seems to be wrong. I've tried playing with the `.compilerc` as well: ``` { "text/less": { "relativeUrls":...

Should be this: `file:///home/loic/code/ansel/static/fonts/WOFF/Roboto-Thin-webfont.woff`

So some updates about my issue, that I am still unable to resolve. I'm trying to use electron-compile but it is somehow refusing to load `font-awesome` fonts. So all the...