Zulko

Results 184 comments of Zulko

Same questions and opinion as @DanielRuf. I generally disagree that the core must be separated from the repo.

Damn. The tests use the "Times New Roman" (not sure why, but this is the default chrome font on my machine and on travis). We should enforce the font in...

Since the tests are only run on Chrome, just setting ``body {font-family: Georgia}`` (or any other web-safe font) should be enough, right ? Edit: maybe with a fixed font size...

We can't use fallback fonts in our case, because we want the tests to generate the same image on all machines. A priori, the Helvetica solution I propose in my...

oh wow. georgia it is then

After lots of tries, i believe the right solution it to enforce the font in the tests, while making sure that the font is supported everywhere. From what i understand...

Could you first test if the tests now pass on your machine ? If yes, then we can close this one and maybe reopen a more general one later.

Hey, that's because you Node version is too old, the "async" keyword is only supported on more recent versions. Try updating Node. Edit: woops didnt see the Node version in...

It tells you to reinstall relaxed (as the previous install fetched versions for node 6). Maybe run ``npm install -g relaxedjs`` again ?