In raw SQL it is possible to use INSERT ... ON CONFLICT ... query, to update the record, if it already exists. This feature would be a nice addition (I am currently using withTransaction, to delete conflicts)
…
Hi,
I'm trying to get up and running on a mac M1.
I've followed the steps here: https://ihp.digitallyinduced.com/Guide/installation.html
to install nix and IHP - everything seemed to work without issues.
However when I try and run
…
The last three attempts to deploy my project (https://github.com/unterkoefler/xcuseme) to IHPCloud failed with several different errors.
First, for this commit one week ago there was this error when auto-deploying:
RecordNotFoundException {…
I need details on deploying an IHP app using docker on AWS EC2. Specifically I need to know where the SSL Certificate should be. The link from the deploy doc to http://harlambert.co.uk/ihp_notes/ appears to be broken. Thanks for any help…
Hi!
I'm new to Haskell and I'm really impressed by the modelling power of discriminating unions. Fex a zapier clone might do something like this
Zap = new Record {id, trigger, actions}
data trigger = timerTrigger | httpTriger ... et…
I’d like to pull the data from the IHPCloud deployed instance into my local database. I tried
pg_dump "postgresql://…?host=database-cloud.cephcue7lnqe.eu-central-1.rds.amazonaws.com" | make psql
but the output isn’t promising:
SE…
Hello. How should we set the configuration to allow CORS? I followed the examples in the API documentation by adding "option Cors.simpleCorsResourcePolicy" but couldn't make it work. Can anyone please show how to do it correct…
Tailwind CSS can now be used without Node (details: https://tailwindcss.com/blog/standalone-cli). Other frameworks like Phoenix and Rails already provide support for this new Node-less Tailwind, with Rails creator DHH being particulary exci…