IHP 1.1 is out now!
Create a new thread +
Integration with NewRelic or similar service
Amitai Burstein
Currently the IHP cloud is a bit of a black box. That is, I love that fact we have no ssh there, or that we don't need to do any maintenance, however I'd still like to know how the server is doing. I guess also non IHP cloud could b…
Add Response
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