Colton Clemmer

Results 31 comments of Colton Clemmer

I downloaded @raehik 's repo and tested on that two different commands: `cabal v2-build --enable-documentation --haddock-quickjump` and `cabal haddock --haddock-quickjump`. The build command errored out like is stated in the...

**TLDR:** Quickjump doesn't work because the packages that it depends on were **not** built with the quickjump flag so it crashes when it can't find the "doc-index.json" files for the...

I created a PR to add a Read instance for the URI data type. This would make it easier to create a `URI` constructor for the `Value` data type.

@Bodigrim I've been looking into this and it seems like there is not a test for this on the [Text](https://github.com/haskell/text) repo. `gread . gshow == id` does not appear to...

Miss clicked the close button...

@sjakobi I have hopefully resolved your code review items.

I created a PR in attempt to resolve this issue #519

New PR is up https://github.com/Chatterino/chatterino2/pull/4088