I’ve been using Elixir on personal projects for a while (I even managed to create a dashboard tool at work using Elixir which is now on some screens in the office), but I still feel I haven’t made the switch of mindset from imperative to fu…
Hey y'all,
Just posted this question to stackoverflow regarding modeling a one-to-zero-or-one relationship.
Any suggestions (here or there) are welcome.
Hopefully the answers can serve as a reference for folks needing to setup this sort…
I've been trying to install IHP on Kali Linux (using official docs ofc), but when i came to "nix-env -f https://ihp.digitallyinduced.com/ihp-new.tar.gz -i ihp-new" and ran it that happened: "syntax error, unexpected end o…
Hey y'all,
I posted the following to stackoverflow yesterday:
Define a QueryBuilder by filtering then sorting
No answers so far, so I thought I'd check here so see if anyone has any suggestions. :-)
The section Update 1 shows an app…
So I've been trying to follow the docs to make the blog demo, and something caught my attention: there's a code generator, which using only the prompt "Posts" spat out a whole component, pagination included... And I'm …
Hi! Newcomer here, both to web development itself, and even more to the Haskell / IHP community (loving it so far, BTW).
And I've been wondering wether IHP will be enough for the projects to come.
Let's say I need to build an Instag…
Hi community! First time here. I thought I'd start with a tiny bug report. I'm seeing a lot of ASCII URL encoding literals instead of the actual character on the forum:
Screenshot
I'm using firefox 91 on Manjaro Linux (up-to-dat…
Hey y'all,
I posted the following question to stackoverflow:
https://stackoverflow.com/q/68960202/268581
Fyodor there suggested it may be a bug in the template compiler. Is that something on the IHP side? Or part of some other library w…
Im running ihp in gitpod.io and the localhost gets proxied, so hot reload stops working. I belief the common solution to this is letting users specify hmr port. Ideally the front-end side would just modify the localhost part itself if it de…
A short (6 minute) video demonstrating that IHP projects can have a different layout that's closer to what you see in an ASP.NET Core Razor Pages project:
https://youtu.be/WhCiBZNc15Y
The git branches that I reference:
https://github.co…