Marc Scholten

Results 192 comments of Marc Scholten

I've seen this error before. It's caused by a `|> fill @[..]` call with a lot of arguments passed to `fill`. One workaround in the past was to identify the...

If you can make a small reproducer, maybe we can report this issue upstream to GHC

Yes if that's easy to do that would be even better than an minimum IHP example

Moved the meeting to a monthly interval for now 👍

You can use `formForWithoutJavascript` (https://ihp.digitallyinduced.com/Guide/form.html#disable-form-submission-via-javascript) to workaround this issue (assuming you have a form)

Happy to have IHP supporting non-id PKs 👍 Ideally we can support that without introducing much new complexity

The collapse element is created via JS here https://github.com/digitallyinduced/ihp/blob/master/Guide/spoilify.js Very likely the issue comes from that JS

Shouldn't we wait until https://github.com/digitallyinduced/ihp/issues/1867 is merged? That seems like a lot simpler solution to me

Does your app have a migration? If not, can you run `mkdir -p Application/Migration`?