Emily Pillmore
Emily Pillmore
Despite having `flycheck` errors deferred until save in the config, Dante sends many processes to GHCI which it can't resolve in a meaningful time frame on larger projects. For instance,...
Hi All - I'm raising this issue in regards to some of the JVM tests I've seen. It's going to be impossible to gain a true benchmark comparison of the...
This PR adds an entry for the [Pact smart contract language](https://www.kadena.io/pact). ## Description Following the directions in `CONTRIBUTORS.md`, this PR adds: - A language entry for Pact - An EBNF...
## Who's your favorite Dwarf? Clearly its Doc!  We need to get the documentation for Scalaz 8 up to date. Lots of new things have been added, and as...
I just _know_ @fommil will be on board with this one. [Gitlab CI](https://about.gitlab.com/features/github/) is now available for free for all open-source projects on github. Considering our near-constant Travis CI woes...
Scalaz 7 is absent a [`Void`](https://hackage.haskell.org/package/void-0.7.1/docs/Data-Void.html) - we have an implementation in Scalaz 8, but the functionality could easily be a welcome addition to 7.x. See [@alexknvl's implementation](https://github.com/scalaz/scalaz/pull/1704) for reference
Hi @varkor! I was wondering if there were plans to have `quiver`'s diagram construction and extraction to various formats as part of an externally query-able API? I'd love to write...
Example: ``` pact> (+ 'true 'false) ErrInfo {_errDoc = (interactive):1:5: error: expected: space (+ 'true 'false) ^ , _errDeltas = [Columns 4 4]} pact> (+ "true" "false") "truefalse" ``` or...