Viktor Kronvall

Results 13 issues of Viktor Kronvall

.reveal-modal-bg div is not filling the full screen after scrolling down: ![example](http://i.imgur.com/Etw6DH1.png) A potential fix for this may be to change the css position attribute to "position: fixed".

This PR adds a basic interactive visualization of the callgraph overlayed on the hierarchical structure of the modules and intra-module declarations. The callgraph (blue) and typegraph (orange) edges are rendered...

The graphviz visualizations are great but become quite cluttered for larger examples with more inter-connectivity. I'd like a more interactive visualization where you can observe the relationships between objects in...

Since derivations with `allowSubstitutes = false;` won't be fetched from the binary cache I think that it'd be nice if they never were uploaded to cachix in the first place....

Spago assumes a backed has a `--run Module.Name.function` flag that will execute the given function. This is also how tests are implemented. I think the following snippet is a reasonable...

```text Error 1 of 2: in module Jelly.Hydrate at /nix/store/s296s0x5m1b2asx3w6ihbvrra3gzfg3r-jelly-0.10.0//src/Jelly/Hydrate.purs:19:1 - 19:80 (line 19, column 1 - line 19, column 80) Module Jelly.Hooks was not found. Make sure the source...

This PR removes the filtering of packages declared from only being the `genericClosure` of the package names declared as dependencies to being all packages specified in the package set +...

Missing FFI files is not an error so to ensure a package set actually works together running tests is important.

Currently `purescript2nix` only works with the `spago.yaml` file as for the top-level package. This is because the `purs.json` file doesn't have any information about which package set to use. In...

I have a configuration that is in part heavily based on this repo. However, since the modules aren't exposed in the flake this means that I am copying the source...