daig
daig
`default.nix` already has special treatment for nix. The way it is now, the `default.nix` for nix and the `default.nix` for `work-on` are incompatible. The name doesn't really matter, but I...
It would be nice to be able to avoid writing the same imports everywhere - this becomes relevant as backpack encourages many internal libraries with similar cabal properties. The most...
Hi, great library! Sometimes I'd like to nest Elmx syntax, for example when mapping over children: ``` html {notes |> List.map (\ note -> {view note})} ``` but this doesn't...