stephenbenedict
stephenbenedict
I am encountering the same problem, but with iTerm 2 (3.3.9) on macOS 10.15.4. Running utop in the native Terminal app produces no such problems. ![Screen Shot 2020-05-18 at 19...
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 better...
Thanks for this example. I got basic i18n working thanks to it. Do you have an example of how you handle setting the locale automatically from the HTTP header? I...
How would you go about using `currentLocale` within a controller? I have separate database records for each language and so I would like to query the database records appropriate for...
Thank you, that indeed was the solution. However, now I'm struggling to figure out how to build a language toggle link. Do you have examples of how to do that?...
Thanks so much!
Just ran into a situation where this is exactly what I could use as well.
I just saw that. Will check it out. Thanks!
> I think I agree on this. Maybe just a basic css file, possibly a CSS reset, or some classless css starter. It would be awesome to be able to...
The only annoyance I experience using Mdash within IHP is related to what you helped me figure out on Slack, regarding writing spread values for HTML attributes, like: ``` {...[...