Daniel Inkpen

Results 20 comments of Daniel Inkpen

Probably a bit late, but you can `require 'jsonapi/serializable'`

I definitely wouldn't say it's the best or correct way to do it, but I managed to compile with this Makefile: https://github.com/Dan2552/branch/blob/master/Makefile

If you were to receive a PR for serialization, do you have any guidance on where to start understanding the existing code (e.g. could you explain the tokenization result a...

If licence is an issue, maybe something like this might be more easily integrated? https://github.com/isomorphic-git/isomorphic-git/blob/master/README.md

OK, I did a little bit of digging, and the problem seems to be unexpected output from `sourcekitten` The plugin will try to run something like: ``` /usr/local/bin/sourcekitten complete --text...

Given the lack of response on issues/PRs and the months since last commit I gathered this project is pretty dead. I decided to learn some Python, get a bit more...

@robsaunders If you do end up using it, check back every now and then for any updates (do a `git pull` on your clone to update) 👍

I'm a little sidetracked at the moment (job searching and soon will be starting a new job) so wont be able to do anything on it in the immediate future,...

turns out Sugarcube doesn't like 8601 either ``` Ruby (main)> SugarCube::DateParser.parse_date("2013-04-01T09:00:00+01:00") => 2013-04-01 00:00:00 +0100 ``` If anybody else comes across this, seems you can use NSDateFormatter: ``` Ruby >...

Where is `Time.parse` supposed to be defined? I get ``` #