Oliver Matthews

Results 15 comments of Oliver Matthews

A quick hack fix is to change the top line from `#!/usr/bin/env node --harmony` to `#!/usr/bin/node --harmony`

So, the problem is that env does not officially support passing parameters (so on arch, it's looking for a program called 'node --harmony'). From a bit of digging, it seems...

While thingiverse does seem to have been having api problems lately, I've seen several scattered reports of consistent failures. They may well have decided to change their API without warning...

OK. They _have_ updated the API, but in this case the error is because it is true that I don't have a collection 'bike'. I do have 'bike?' though, and...

Media goblin hosting is an interesting idea indeed. I'll take a look at this, thanks.

It _should_ provide the information, although I've not checked in the API, in truth. But yeah, I should be able to add something.

Hmmm. An interesting idea, not as trivial as you might think though since xapian doesn't have direct access to the last modification time. I suppose I could store that as...

Depends on issue #27

So, I started on this last night. Fairly easy to code up (I've got it working in the CLI). _but_ it seems that it is going to be functionally limited...

It's probably a good idea to add; for the purposes of #27, I've labelled partials as `.part.pak` rather than `.pak`. Adding some form of indication as to what is missing...