Marc Scholten

Results 192 comments of Marc Scholten

Most entrypoints into IHP use `withUtf8` to switch from the system locale to utf8, e.g. like this https://github.com/digitallyinduced/ihp/blob/master/exe/IHP/CLI/Migrate.hs#L8 Either we forgot this somewhere, or it might even be that the...

If you run the dev server like this, you need to manually provide the following env vars: ``` IHP_BASEURL=http://localhost:3000 IHP_IDE_BASEURL=http://localhost:3001 ``` after this the redirects should work

Could you add some of the details to the VIM section on https://github.com/digitallyinduced/ihp/blob/master/Guide/editors.markdown ?

This might be some kind of race condition :) I cannot reproduce the issue, but I believe that this indeed can occur. I think this is caused by the generators...

@jamesrweb when the files are not fully updated, this seems like a new kind of issue. Was there any error before that in the console output?

Awesome to hear you like it. Currently only supports database schemas defined in the xml format. I'm also a big fan of yaml, but in this case I'd just stay...

> I like the "for advanced users". Maybe that can be a new pattern, where we label a suggestion as "for advanced users". Love the idea 👍

Any updates on this one here since 2020? We're migrating IHP to devenv via nix flakes and there's a lot of reports from people using latest IHP master that their...

Thanks for taking a look! :) > The action should pick up any paths built during the run, whether it's through nix build or nix develop. Thanks for clarifying 👍...