7
mordax
4y

Some facepalm things I've discovered recently:

- Node's require("http") doesn't work for https - you have to require("https") specifically.

- Mongofiles (command line utility for Mongo, imports files as GridFS) cannot input more than one file at a time. Regex doesn't work. [Ended up making a puny Powershell script to do it].

- Airtable doesn't let you download your attachments, even if you export a csv - it's just a url to the image on their cloud.

It's been an exhausting day.

Comments
  • 0
    Airtable is absolutely fucking lovely though in terms of flexibility.
Add Comment