Matthew Wraith

Results 12 issues of Matthew Wraith

Seminearring is exported for `Database.Bloodhound.V5.Types`, but it's never actually used. None of the `V5` types have Seminearring instances. That should probably be removed.

I'm using stack for my project, and I noticed that ghc-mod was failing with `cannot determine type` when I tried to query the types of expressions in Emacs. So, I...

type: bug
has testcase

When looking at a documentation buffer after calling `M-x lsp-describe-thing-at-point`, it would be nice to be able to open hyperlinks in those docs. It seems like `M-x lsp-ui-doc--open-markdown-link` sort of...

bug

### What did you expect to happen? When in the `magit-status` menu, `? *` should bring up the `magit-worktree` dispatch menu. Instead, the menu option is no longer available. ###...

is:bug
needs-triage

I'd love to see io-streams as a point of comparison here as well

Is it possible for amazonka to generate a package for Amazon Managed Blockchain Query? This is a slightly different API from Amazon Managed Blockchain. It's for querying data on chain...

service config

Postgresql supports [composite types](http://www.postgresql.org/docs/9.4/static/rowtypes.html). Composite types have this special string-literal syntax for constructing them. Here's a little example: ``` sql CREATE TYPE point AS ( x double precision, y double...

enhancement

Does it make sense to have: ```haskell instance (FromForm a, FromForm b) => FromForm (a, b) where fromForm f = (,) fromForm f fromForm f ``` and ditto for Either?

An `InRelease` file is just a `Release` file that's signed inline. If a repo has a `Release` and `Release.gpg` file, you can just ignore the `InRelease` file. I've found that...

Right now, it seems that the remote mercurial repositories are hardcoded to have "hg" as the host with "hg" as a path. It would be nice if this host and...