Stefan
                                            Stefan
                                        
                                    I also think having a list of sites that use Pico CSS would be great for inspiration and learning.
> In my [steps to reproduce above](https://github.com/ionide/ionide-vscode-fsharp/issues/1073#issuecomment-855471534), I had this workaround: > > > Do not include commas in the unit test names. > > Today, hyphens are causing this...
Is this the right place to ask these questions, or is there another preferred channel for this? I'd like to dive a little deeper into Fornax, but certainly don't want...
Thanks, that's what I thought, but I wanted to make sure I hadn't overlooked anything. I like the simplicity of Fornax that allows me to concentrate on the task at...
@ShalokShalom I sometimes have dead links on my website that I'm making money from. It happens, and maintaining a project, is a lot of work. If you could drop a...
That's terrific! Thanks a lot for checking the site.
Apparently the output from using cabal in verbose mode was too large, as I got the following error after pasting it here: ``` 414 Request-URI Too Large ``` As there...
After running `cabal`, `buildwrapper` is located on the following path: `~/.cabal/packages/hackage.haskell.org/buildwrapper/0.5.2/buildwrapper-0.5.2.tar.gz` But `buildwrapper` does not appear in `~/.cabal/lib/`. Sorry, I have no idea where I can find `package.conf.inplace`. Do you...
> Mmhh yeah, when you install directly it just creates a temporary folder (see inside your log: `Extracting >/home/sovonex/.cabal/packages/hackage.haskell.org/buildwrapper/0.5.2/buildwrapper-0.5.2.tar.gz to /tmp/buildwrapper->0.5.212583`) > So maybe you can try to take the...
Moving the tar file to a local folder, `~/Desktop` in this case, and running `cabal install` results in the same error message. I've never seen this issue before, either, and...