Emily Pillmore

Results 37 issues of 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...

Pending Popularity

## Who's your favorite Dwarf? Clearly its Doc! ![image](https://user-images.githubusercontent.com/10459342/44959741-76366e80-aec1-11e8-8874-a00753f63cf2.png) We need to get the documentation for Scalaz 8 up to date. Lots of new things have been added, and as...

scalaz8
good first issue
documentation

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

good first issue

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...

discussion

Example: ``` pact> (+ 'true 'false) ErrInfo {_errDoc = (interactive):1:5: error: expected: space (+ 'true 'false) ^ , _errDeltas = [Columns 4 4]} pact> (+ "true" "false") "truefalse" ``` or...