marc

Threads by marc

Upcoming IHP Developer Subscription
marc PRO
Hey, As the time needed for developing and maintaining IHP is growing I’ve been looking for solutions to enable digitally induced to focus on IHP in a more sustainable way. It often happens that open source projects are getting abandoned be…
Add Response
IHP is about to get a new Logo 🎨
marc PRO
We're currently reworking some of the visual design of IHP. While it's not yet live, I'm happy to share what the new logo is going to look like: What do you think? …
Add Response
IHP v0.13.0 is out! 🎉
marc PRO
A new IHP release with new features and bug fixes is out. Over 120 commits have been merged since the last release. You can find the full change log at GitHub. …
Add Response
Some Updates to the IHP Forum
marc PRO
Hey, I just pushed an update to the IHP forum. Here's the most important changes: It's now integrated into the main IHP website instead of running at forum.ihpapp.com You can now log in with GitHub If you log in via GitHub you…
Add Response
Slack Notifications
marc PRO
We just added slack notifications to the forum. So whenever someone opens a new thread or comments on something, a notification is sent to the IHP Slack community. This way when hanging out in slack we're still seeing what's going o…
Add Response
IHP Release: 13.12.2020
marc PRO
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…
Add Response
IHP Release: 27.11.2020
marc PRO
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…
Add Response
IHP Release: 30.10.2020
marc PRO
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…
Add Response
IHP Release: 16.10.2020
marc PRO
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…
Add Response
IHP Release: 02.10.2020
marc PRO
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…
Add Response
New Release: Beta 18.09.2020
marc PRO
It's time for the next release of IHP: 20200918 🎉 Major Changes Depoyment Documentation: Finally it's here. You can find it inside the Guide. Share your IHP apps with the internet! :). You can find details on how to deploy with IH…
Add Response
IHP Release: 04.09.2020 (v20200904)
marc PRO
It's time for the next release of IHP: 20200904 🎉 Major Changes Composite Primary Key Support: You can now use tables that have a primary key consisting of multiple columns. This helps you to handle complex database schemas with IHP.…
Add Response
IHP Release: 21.08.2020 (v21082020)
marc PRO
We've just released a new IHP version! :) Major Changes Numeric Primary Keys Supported: IHP now allows numeric (Serial in Postgres-speak) primary keys. Previously only UUIDs have been supported. UUIDs will still be the default. This f…
Add Response
This is the first test thread
marc PRO
Hello World data Bool = True | False deriving (Eq, Show) …
Add Response