Devin Lehmacher

Results 13 comments of Devin Lehmacher

Ah, I didn't think of that because at least `-` generally isn't escaped in URIs. Agree that using something more standard is better than rolling something custom here though for...

I wrote some benchmarks for measuring the impact of the source name on parsing time: Before (on commit fa3e4e5aab9f77313cf151d6820b8f8b92099935 with the last commit applied over it) ``` All name impact...

One more relevant comparison is parsing `sample.md` without extracting source location information which takes just 34ms: ``` All parse sample.md commonmark default: OK (2.25s) 35 ms ± 3.1 ms All...

I was imagining that filenames starting with a quote would themselves be escaped like in strings so `"asdf@0:0-\"\\"\"@0:0"` would be the representation of `SourceRange [(newPos "asdf" 0 0, newPos "\""...

I also am experiencing this problem. Diff in that comment doesn't appear to affect performance at all for me. Turning off the previewer does improve performance somewhat, but it is...

Another limitation that I encountered this afternoon is the inability to `MimeUnrender` `NoContent` from a variety of common things, for example `JSON`. Consider the following example, which doesn't compile with...

I suppose servant already uses overlapping instance though so maybe that's fine?

I want to add that the haddock placement for a constructor for a single constructor with fields is quite awkward at the moment. ```haskell data FutureSumType = -- | This...

Bumping this again with another usecase: displaying titles of linked notes inline. https://github.com/fiatjaf/neuron.vim/issues/23 This would be really useful!