Jacob Stanley
                                            Jacob Stanley
                                        
                                    > How are you using Neovim and RStudio? Are you using Nvim-R to start RStudio from Neovim? Yeah I am using Nvim-R to start RStudio with `rf`. That works great...
Thanks for the report, I assumed they were all the same size, I guess that's not the case
Hmm, it's quite odd, if I check the source svg, it has the same width/height/viewBox as all the other images, namely `1792`.
@TheSeamau5 yeah that would be ideal, I think that the best fix would be if we can fix the svgs upstream so that they stay within their viewBox, this is...
I recently did a a [new release](http://package.elm-lang.org/packages/jystic/elm-font-awesome/3.0.0) (https://github.com/jystic/elm-font-awesome/pull/10), give it a shot!
I may be missing something about how you're supposed to use this library though!
> not sure if we understand InstallPackage as anything besides 'a string that cabal accepts'. might want to use a more constrained parser here https://github.com/ambiata/mafia/blob/master/main/mafia.hs#L190 Yeah this is awful, my...
not sure yet, I suspect it will rebuild everything
The main issue here is that `mafia test` just calls `cabal test` which disconnects the tty, so hedgehog thinks that it's being piped to a file on disk. To fix...