Devin Lehmacher
Devin Lehmacher
Fixes #91 by escaping filenames. I think technically we would only have to escape `-` and `%`, but I escaped all of the special syntax to avoid inconsistency.
For admittedly uncommon filenames & degenerate ranges there is ambiguity in the implementation of `show :: SourceRange -> String`. Consider the following two examples: ``` λ> import Text.Parsec.Pos λ> show...
I am having trouble opening pdf files with wasavi enabled. I tried disabling wasavi and pdfs open fine. I have more trouble with larger pdfs (~50 pages) than smaller pdfs...
```haskell ResponseResult TextDocumentDefinition = Location |? (List Location |? List LocationLink) ``` I suppose it is possible to return `List []` instead of `null` because it should have the semantics...
This is a pain point that I still remember from when I first learned Haskell using Learn You a Haskell probably almost 5 years ago. ## Is your content edit...
I think this would have revealed #1399 earlier. This can't be done till the next version bump because it's breaking.
Decided to try checking out obelisk today because I was hoping for a relatively smooth developer experience because I'm fairly experienced with frontend developer experience. Unfortunately was greeted with this...
**Describe the bug** When running `comby -review` to make a change to files where their filepath contains spaces after accepting a change `comby` fails with the error: ``` [debug] File...
When playing we sometimes like to use a timer, to enforce faster play, making the game more challenging, but arguably more fun. Ideally when the timer runs out it would...
I'm interested in adding support for IRIs (ala [RFC 3987](https://datatracker.ietf.org/doc/html/rfc3987)) to this library. Since URIs store decoded text already, this mostly amounts to implementing an additional parser + a renderer...