Say I have a Post with many to many relationship to tags.
It's nice to add the tags as a comma separated list when creating a post.
That means I need to update two records at the same time. That seems fine. However, i struggle with the …
when execute the ./start of the blog example, got the following error:
error: cycle detected in build of '/nix/store/mhgprkxfnmjglp547skvagf4kwikd23h-ormolu-0.1.4.1.drv' in the references of output 'bin' from output 'out…
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 …