Load previous pageโฆ
I'm thinking of two options. Either using an eval(), or implementing a DSL. Neither of them makes me really wanna.
What would you do? Got any better suggestions?
At the moment I have no trial, so I log a 'purchase' when someone signs up. I want to add trials so could change this to a 'lead', but is there a sensible way to track the trial:paid conversion in analytics/ppc tracking?
Hey WIP,
Bad day today. My Heroku console has 1803 critical errors :( Are critical errors common?
Looking at the specifics:
a) I'm using 1X professional heroku dynos. Surely they can handle this level of traffic?
b) I made a big mistake with images. Trying to write them to Heroku. Hopefu...
I've recently started a new project on WIP which is a pivot of a previous project. I no longer want the old project to be visible on my profile but it still needs to be accessible to me. Is this possible?
I'm trying to buy https://akshaykadam.me on NameCheap but its declining my Card & PayPal gives error too. Idk what to use to buy it. Trying to buy since the past 10 days. I thought it was my card problem but it works fine ๐
I should mention I use Visa card โ๏ธ
When I first started building https://wip.chat/products/908 the vision was for charities to engage with a younger audience - one of the methods of doing this was to allow supporters to donate through a chatbot named "Ella" (givewithella.com)
While the bot will still be a feature, it's no longer ...
Launching Kickstarter in less than 30 days
Currently using Heroku and serving the files like so:
app.use(express.static(path.join(__dirname, "public")));
I've looked into reverse proxy servers before but always found it complicated. . But from what I've read it would help out a lot. Maybe its time to make the leap.
How simple is Nginx ...