Filippo Ghibellini
Filippo Ghibellini
I followed the tutorial at [[link](https://ihp.digitallyinduced.com/Guide/)] and it worked all the way to actually running the app. But then it tells you to [change the code of the view](https://ihp.digitallyinduced.com/Guide/your-first-project.html#hello-haskell-world) and...
when I run `nix-build` in the project root I get: ``` error: anonymous function at /Users//code/stack2nix/stack2nix.nix:15630:10 called without required argument 'CoreServices', at /nix/store/ydnxlkpdy47jffbb9sim11hb43xjrnhr-872502aa56bd4d574fcfe9cfef9066c9e8ee2894.tar.gz-unpacked/pkgs/development/haskell-modules/make-package-set.nix:87:27 (use '--show-trace' to show detailed location information)...
issue shows up when you try to make a full screen stage. the .kineticjs-content element has the css property display set to inline-block. When you try to set the stage...
It seems that https://haskell.org/hoogle/ recently started redirecting to https://hoogle.haskell.org/ . This is not described in the readme which instead makes a clear distinction between the two. Also we might want...
Theres a simple_tags option that sets the selected objects id to the model insted of the object itself. This feature doesn't seem to count with the single select variant of...
The v2 API of Cabal uses `cabal.project` files to specify configuration, but this file currently has to be supplied through the `--project-file` flag. This is painful as `new-config` doesn't persist...