Zachary Wood
Zachary Wood
Some initial notes: ## `Html` type In previous versions `Html` was defined as ``` Html ~ HtmlWithContext ControllerContext ~ ((?context :: ControllerContext) => Blaze.Html) ``` In GHC 9+ this causes...
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...
See conversation in slack: https://ihpframework.slack.com/archives/C01DQE0F4F8/p1622040060032500
So I've been having issues with the Dev Server recently where the build would get stuck on `build/Generated/Types.hs`, whereas if I load the app using `make ghci` everything would compile...
Scripts can be a bit of a pain to work with. - `make` claims that a script is up to date if you change a module the script depends on...
The dev server leaks memory on every reload. I believe this is related to job runners not being released properly. Reproduce: - Start dev server on app with at least...
Useful to new contributors. Let's try to be professionals 😉
I was browsing some [IHP Benchmarks](https://benchmark.ihpapp.com/ShowBenchmark?benchmarkId=0792eff1-8f34-43ab-8471-7d9e3912ba16), and after seeing the relative performance compared to the raw Warp server I started wondering where IHP is actually spending its time, especially in...
From a user email: > I was thinking it would be a fun addition to the app to have a button for a random show/song of an artist. Could also...
Fixes #4426. ### Change type - [x] `bugfix` - [ ] `improvement` - [ ] `feature` - [ ] `api` - [ ] `other` ### Test plan Tested locally, see...