Dominick Samperi
Dominick Samperi
I installed under Windows using several recent versions of R (up to and including 4.2.2) and the usual 'stack exec H' did not work for me. Modules could not be...
Here is more info on the problem. I'm using Windows 11, with ghc 9.2.5, and R-4.2.2. Following the instructions at tweag.github.io/HaskellR, H installs without problems, but 'stack exec H' results...
After reading the online docs it seems this would violate the working assumption that hexp can be assumed to be pure. I would close this issue of I could, but...
A work-around is to copy all `scss` files from `assets` to `assets/css`, and to add the following to hugo.toml: ```{markdown} [build] [[build.cachebusters]] source = 'sccs' target = 'css' ``` Hugo...
Thanks for the tip. Perhaps it can be used to implement the kind of simple solution that @alex-shpak is looking for. One reason I had difficulty incorporating the solution proposed...
A work-around for the problem where a copy button is inserted in the line numbers block is appended below. A work-around for the problem where line numbers and code are...
I was using `stack --nix build` with v1.0.2, so R 4.5.0 is used. I tried not using Nix at all, just 'stack build', and everything works until it gets to...
Thanks @facundominguez and @hamishmack, I tried to build under Windows using HaskellR v1.0.2, but ran into these hash errors: Error: [S-7282] Stack failed to execute the build plan. While executing...
There is a small problem with Ubuntu as well: by default Wayland is used instead of X11/Xorg, and I don't know how to properly authenticate the display under Wayland. One...