Lucas Escot

Results 34 comments of Lucas Escot

Just noticed the code fails at the same place as #6001. I also logged the types passed to `toLType`, giving: ``` toLType @14 ≡ @11 @0 toLType @14 ≡ @11...

Bisecting seems to indicate that commit 982e18cdcbb is when this bug was introduced.

@gmoe Thank you very much for taking the time to review my PR! I'll respond to your comments as I go about fixing them. I'm hoping to hear back from...

Hey, I have not kept my fork up to date but I'm glad this issue is being investigated. I'm willing to work on that if any help is needed. Just...

I was stuck in a train for a couple hours so [I decided to look at it](https://github.com/flupe/vim-tidal), Still works fine on Vim8, haven't tested on Neovim nor tmux so I...

I have implemented the behaviour described above [on my fork](https://github.com/flupe/mmark/blob/master/Text/MMark/Render.hs#L54-L93). It's not particularly pretty but does the job. Essentially, we fold over top-level blocks to find the document structure: -...

Yes sorry about that, I've developed this library while relying on the development version of the stdlib. I've been waiting for the stdlib to get a new release (where `J`...

Do you keep track of which version of the stdlib this library depends on when you package it for nix ?

> Is this code modality-correct? No, right? Is that enforced right now? Right now it is forbidden, precisely because we don't know yet what semantics to give to pattern-matching on...

> However, I think this choice and the performance implications should at least be documented clearly in the source code. I definitely agree and we will document it. I also...