IHP 1.0 is out now!
Create a new thread +
Have version controlled Config.hs for IHP cloud
Amitai Burstein
When deploying to IHPcloud one has to manually change an IHP specific Config.hs. We could have or example Config.IHPcloud.hs that if detected would be used. Meanwhile, for the existing Config.hs it would be nice to see what was the original…
Add Response
Show Git branch/ commit used for Deploy
Amitai Burstein
When looking at the activity stream I can currently see deployments as origin/HEAD, however those are in the past. It would be nicer to show the branch/ short commit hash used for the deployment - so we could know what's there …
Add Response
Change location of controller pages
dharmatech
Posted a question to the stackoverflow ihp tag: https://stackoverflow.com/questions/69472377/change-location-of-controller-pages Any suggestions welcome there or here. Thanks! …
Add Response
MySQL support
jeevesbond
We are a mid-tier Web development company. All our clients already use MySQL and it is nearly impossible to make them consider anything else. I may be wrong, but in my experience everyone in this market uses MySQL, it is ubiquitous (though …
Add Response
Will reading a Haskell book help adopt a functional programming mindset?
I’ve been using Elixir on personal projects for a while (I even managed to create a dashboard tool at work using Elixir which is now on some screens in the office), but I still feel I haven’t made the switch of mindset from imperative to fu…
Add Response
One-to-zero-or-one relationship
dharmatech
Hey y'all, Just posted this question to stackoverflow regarding modeling a one-to-zero-or-one relationship. Any suggestions (here or there) are welcome. Hopefully the answers can serve as a reference for folks needing to setup this sort…
Add Response
#IDK Issue while installing IHP on kali linux
Georgiy
I've been trying to install IHP on Kali Linux (using official docs ofc), but when i came to "nix-env -f https://ihp.digitallyinduced.com/ihp-new.tar.gz -i ihp-new" and ran it that happened: "syntax error, unexpected end o…
Add Response
Define a QueryBuilder by filtering then sorting
dharmatech
Hey y'all, I posted the following to stackoverflow yesterday: Define a QueryBuilder by filtering then sorting No answers so far, so I thought I'd check here so see if anyone has any suggestions. :-) The section Update 1 shows an app…
Add Response
Code Generator dark magic
Gonzalo Muñoz
So I've been trying to follow the docs to make the blog demo, and something caught my attention: there's a code generator, which using only the prompt "Posts" spat out a whole component, pagination included... And I'm …
Add Response
General advice in use cases?
Gonzalo Muñoz
Hi! Newcomer here, both to web development itself, and even more to the Haskell / IHP community (loving it so far, BTW). And I've been wondering wether IHP will be enough for the projects to come. Let's say I need to build an Instag…
Add Response