Lars

Results 18 comments of Lars

A project I would consider if I did an IHP mobile app again would be https://hyperview.org/ Lets you serve XML from IHP and have your mobile app be a thin...

Aha! Yes, that was it, thank you!

Will do! I also noticed that if `lastModified` date is `Nothing`, it produces a self-closing `` which Google Search Console says is invalid. Should I try to fix this as...

> Part of the attraction of IHP to me is that tooling/configuration is minimal, so I prefer IHP’s current manner of not including JS/CSS build tools, even though esbuild looks...

Had not heard of Mdash before, but yeah I really like this 👍 so little baggage and docs are simple. You basically just need html and IHP to be productive,...

AutoRefresh triggers a `turbolinks:load` event btw, so you can use something like this to force htmx to re-evaluate after a refresh. ```javascript document.addEventListener("turbolinks:load", (e) => { // Re-evaluate htmx code...

> As far as the generated views, they have some styling specific to Bootstrap (like breadcrumbs), so I do have to remove or change those. You can actually overwrite the...

I ran into the same today. It was fortunate that the very recent https://github.com/Zelenya/elephants provided me with enough example code to get me started :smile: This is a very nice...