Martin Charles

Results 52 comments of Martin Charles

It would be easier if this project was split into parts: - Core - Safari - Chrome - etc.

This is caused by the following code: https://github.com/jsonresume/registry-server/blob/master/server.js#L77. Currently, the pdf encoding is handled by `pdfcrowd`, an freemium online PDF converter. Here are some alternatives: * [html-pdf] prints to pdf...

Duplicate of #2 maybe?

This seems to also happen if you use material tiling through `SCNMaterialProperty`'s `wrapS`/`wrapT` also.

It is even simpler than that: ``` gem uninstall hub ``` You should probably get familiar with using `gem`.

what the hell is this and why does it keep popping up in my notifs

Most links are broken or archived. Didn't realize this :(

The blog post is the best bet for getting eyeballs probably.

EmberJS uses [`Ember.Object`](http://emberjs.com/api/classes/Ember.Object.html) objects instead of POJOs (**P**lain **O**ld **J**avaScript **O**bjects). Mutating or accessing an Ember Object is done by using `Ember.Object.set(keyName, value)` or `Ember.Object.get(keyName)`. This is done to make...

hey, wow, I was just going back through the last 2 years of github notifications and i just saw this. I can't promise that I'll get around to merging your...