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 …
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…
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…
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?
…
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…
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.
…
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 …
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…
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…