ihp
ihp copied to clipboard
🔥 The fastest way to build type safe web apps. IHP is a new batteries-included web framework optimized for longterm productivity and programmer happiness
``` ensureIsAdmin @Admin -- should be just: ensureIsAdmin ```
I was trying this [Seat reservation](https://github.com/Gizra/ihp-simple-seat-reservation) demo app, with latest `master` In the past, when running multiple concurrent requests, it would get the seat reservations right. Currently, with latest `master`...
Some initial notes: ## `Html` type In previous versions `Html` was defined as ``` Html ~ HtmlWithContext ControllerContext ~ ((?context :: ControllerContext) => Blaze.Html) ``` In GHC 9+ this causes...
Currently the indexes in the schema designer are not actually well implemented. - [x] The index should be displayed by name instead of the CreateIndex { .. } notation (via...
I know about 70% of all devs prefer a dark theme, so the new (dark) IDE theme probably made a lot of people happy. I am one of those oddballs...
If I right-click a table in schema in the admin page and select "generate controller", it'd be nice if I could switch from e.g. the Web to the Admin app...
How to make it build in production mode, and also how to make it run a custom Makefile target. IHP cloud runs static/app.css, can we do the same with ihp-app-to-docker-image?
Inspired by [this HN post](https://news.ycombinator.com/item?id=25551487) today, I wanted to create a place where people could share their success stories and appreciation for IHP as well as the hard work @mpscholten...
I've been debugging for a few hours and getting really annoyed that HLS just didn't work out of the box, and even with tons of fiddling, it would not get...
Hi, I've just installed the new version of IHP (v0.19) which is supposed to work with M1 macs. I was super pumped. After installing `ihp-new` according to the guide and...