Show HN: Hoist – Zapier for Developers (scripting done in Node.js)
1–10 of 12 posts
Re: Show HN: Hoist – Zapier for Developers (scripting done in Node.js)
#2This looks cool though.
Re: Show HN: Hoist – Zapier for Developers (scripting done in Node.js)
#3I added Twitter, clicking the expand arrow to the right of twitter in 'Your Connectors' opens a new blank tab. (Firefox) This looks cool though.
Re: Show HN: Hoist – Zapier for Developers (scripting done in Node.js)
#4Re: Show HN: Hoist – Zapier for Developers (scripting done in Node.js)
#5Re: Show HN: Hoist – Zapier for Developers (scripting done in Node.js)
#6Why do you autopick user slug to be " "?!
Re: Show HN: Hoist – Zapier for Developers (scripting done in Node.js)
#7It wiped my database clean?? WHY?? WHY??
Re: Show HN: Hoist – Zapier for Developers (scripting done in Node.js)
#8It wiped my database clean?? WHY?? WHY??
Re: Show HN: Hoist – Zapier for Developers (scripting done in Node.js)
#9Why do you autopick user slug to be " "?!
it's not user id but actually just a random number. it's unrelated to your ID (which are actually more complex than just integers). The random number is there just to ensure we don't get collisions on slugs.
Re: Show HN: Hoist – Zapier for Developers (scripting done in Node.js)
#10Earlier quoted context omitted.
it's not user id but actually just a random number. it's unrelated to your ID (which are actually more complex than just integers). The random number is there just to ensure we don't get collisions on slugs.
This is a pretty bad practice. You should use hashids [0] for this, instead! [0] http://hashids.org/