Time for the next release of IHP: v20201213 🎉
Major Changes
Job Queue: We added a new job queue system that allows you to schedule jobs that are going to be executed outside the normal request-response cycle by a job worker running in the…
It's time for the next release of IHP: v20201030 🎉 This release mainly focus on improving existing functionality and making things more stable :) Since the last release we also reached an important milestone: IHP is now the second bigge…
Hi,
I'm following the First App tutorial and I'm running into this error when creating a controller named 'Posts'.
What could have gone wrong? And how can I get going again?
To reproduce:
sudo ihp-new blog
sudo chown -R …
It's time for the next release of IHP: v20201030 🎉 This release mainly focus on improving existing functionality and making things more stable :)
Major Changes
Database Connection Pool: IHP now comes with a new database connection poo…
Title sort of says it all, I didn't change anything about the app lately. When I toggle "deactivate maintenance mode" it activates it again right-away without any explanation.
ihp-todo.ihpapp.com
…
I have the latest version of VS Code (on Ubuntu Linux) and I am trying to follow the instructions in the recent video about Haskell integration to VS code.
But when I try to get the command to set the environment variable as described in th…
It's time for the next release of IHP: v20201016 🎉
Major Changes
Haskell Language Server Support: You can now get cool IDE features by using Haskell Language Server. It works mostly out of the box after updating to this IHP version. C…
I'm trying to model a many-to-many relationship with containers containing items which can belong to multiple containers with the help of a container_items table defined like so:
CREATE TABLE container_items (
container_id UUID NOT …
When running the update I get these error lines:
Warning: haddock-interfaces: /nix/store/fvbcnk8xbq5kqzd4ibywgk5cgvklilny-bytestring-builder-0.10.8.2.0/share/doc/x86_64-linux-ghc-8.8.3/bytestring-builder-0.10.8.2.0/html/bytestring-builder.h…
It's time for the next release of IHP: v20201002 🎉
Major Changes
Realtime UI Updates with IHP AutoRefresh: Whenever a INSERT, UPDATE or DELETE happens to the records used by your action IHP will rerun your action on the serverside. Wh…