IHP 1.0 is out now!
Create a new thread +
Running Consecutive Tests From ghci with hspec
If I load and run a /Main/Test.hs module to ghci from an IHP app and run the test suite one I get expected behaviour. But if a test fails and then I try to run main again from ghci prompt I get a: # PENDING: exception in beforeAll-hook …
Add Response
Where is ihp-app-to-docker-image command
bai PRO
I have ihp pro now, build the code again and everything looks fine. But I didn't find "ihp-app-to-docker-image" command, it is a pro feature and document said it can be used in the "application" folder. Where is this…
Add Response
Place to see diff between autogenerated code from IHP Versions?
Fritz Feger PRO
Is there a place where the ihp-new or „My First Project“ autogenerated code of (all or the most recent) IHP versions can be seen? Background: when upgrading to a new version I always wonder what of the boilerplate code in e.g. CSS or Layout…
Add Response
Slack-like Demo returns HTTP 502
ElectricErudite
Going through the docs and wanted to check out the live demo of the Slack-Like app (https://ihpchatexampleapp.ihpapp.com/). The url returns an HTTP 502. Was the live demo taken down for some reason? Any other tips or ideas? …
Add Response
Gitpod instance broken
Gonzalo Muñoz
Hi! I tried cloning the template for Gitpod but when I fire it up, I get the following errors: Warning: haddock-interfaces: /nix/store/sar2db2iiy3dmw7sag30zgwdl299i9mq-bytestring-builder-0.10.8.2.0/share/doc/x86_64-linux-ghc-8.10.4/bytestri…
Add Response
How do I trigger a job scheduled for later by setting #runAt?
Lillo PRO
Hi! I have a habit tracker on my app, and every time I mark that I have for example exercised today, I want to schedule an action to be performed just after midnight (at the users LocalTime), meaning at the very start of the following day. …
Add Response
Making a simple form type-safe
dharmatech
Posted a question to the stackoverflow ihp tag: https://stackoverflow.com/questions/69740767/making-a-simple-form-type-safe This one builds on the simple temperature conversion app I posted in my last question. The idea here is to have the …
Add Response
Support for dGraph
magick93
Dgraph is an amazing database! It would be great to see support for this added. …
Add Response
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