Tobias Brandt
Tobias Brandt
Thanks @kgutwin. I didn't know that could work. What does the `` type represent, here or in the compiler? Interestingly, I found that the `` type annotation isn't necessary but...
This is very cool! There seem to be quite a few corner cases though. First a fun little example to play around with: ```elm let f = func n c...
I tried to see how far I can push this, for example with joins. Given the following simple setup, would it be possible to parameterise the relation and column being...
I just stumbled upon this myself and would like to add that there is an inconsistency because the following works ```elm from [{a=1}] derive a=2 derive b=a+1 ``` while the...
Some more data points: While this doesn't work ```elm from [{a=1}] derive {a=a+1, b=a+1} Error: ╭─[:2:18] │ 2 │ derive {a=a+1, b=a+1} │ ┬ │ ╰── Ambiguous name │ │...
I'm having the same issue. Been running that local registry for years and this issue only appeared this week. Maybe worth noting that I upgraded to Docker version 28.5.1 last...