David Binder

Results 22 issues of David Binder

The documentation of the types defined in the lsp-types library could be improved (cf. #419). As a first step, more modules should probably be exposed. As one step in this...

As a user of the lsp library I often have to peruse the documentation of the types defined in the lsp-types library. The current documentation at https://hackage.haskell.org/package/lsp-types-1.4.0.1/docs/Language-LSP-Types.html is quite difficult...

As discussed in #102, there is currently no way to use the `Pretty` typeclass in combination with annotations. In that issue, several alternatives were discussed, which were either backwards incompatible...

Feature request

Add a Github Action CI Build matrix for Windows + Mac + Ubuntu.

enhancement

One of our Windows users is reporting problems due to the dependency on wcwidth. I have reported the problem upstream: https://github.com/solidsnack/wcwidth/issues/7 I am currently investigating a solution to the problem

bug

Here is a minimal counterexample: ### Cabal file: counterexample.cabal: ``` cabal-version: 3.0 name: counterexample version: 0.1.0.0 license: BSD-3-Clause license-file: LICENSE author: David Binder maintainer: [email protected] build-type: Simple extra-doc-files: CHANGELOG.md common...

The type `Generic'` is currently defined as a datatype: ```haskell data Generic' c = Generic' { unGeneric' :: Generic c } ``` But it could equally be defined as a...

It is a bit difficult to summarize the problem in the description, but I have provided a reproducer below. The problem is that `hakyll` does not produce the correct build...

- Convert CHANGELOG to markdown format. This enables a nicer rendering on Hackage. - Remove the CI configuration in .travis.yml and replace the travis badge in the README.md which was...