Marc Scholten

Results 192 comments of Marc Scholten

I run into this problem as well every once in a while. Hope we can fix this at some point 👍 I usually follow the same workaround

> Shouldn't it work in the same way for all Maybe types, regardless of the type parameter? Yes. The current implementation of AutoRoute doesn't allow for it. It likely needs...

Likely an `import Web.Controller.SitemapController` is missing?

Could you add the missing import to the docs?

Yes that sounds good 👍 If possible, maybe you can also add a unit test for that

On latest master you can now create docker images like this: ``` docker load < $(nix build .#unoptimized-docker-image --option sandbox false) ``` See https://github.com/digitallyinduced/ihp/issues/1662 I guess this likely fixes the...

Which IHP version are you running?

Ok then you need to still upgrade to master. Can you put this into line 3 of your `flake.nix`: ``` ihp.url = "github:digitallyinduced/ihp"; ``` After that run `nix flake update`....

hm, something is wrong with the pipe. Try this: ``` nix build .#unoptimized-docker-image --option sandbox false --extra-experimental-features nix-command --extra-experimental-features flakes cat result | podman load ```

I tried to reproduce the issue, but only got this as the generated migration: Are you on the latest IHP version?