Luis Morillo

Results 6 issues of Luis Morillo

### Your environment Which OS do you use? Ubuntu 20.0.4 Focal Which version of GHC do you use and how did you install it? `ghc-8.10.7` with `ghcup` How is your...

type: bug

Hi I wrote a proposal for [improving calligraphy](https://github.com/haskell-org/summer-of-haskell/blob/master/content/ideas/improve-calligraphy.md) as part of the haskell summer of code. The proposal focuses on substituing the current ad-hoc Graphviz builder for the [graphviz](https://hackage.haskell.org/package/graphviz) package...

Create popUp widget: widget state, widget drawing and widget handler. The widget is pretty straigthfoward I have to implement the instalation logic still. I am gonna need some help with...

This is a first attempt to #247 . @alexjercan may you review it?

Hi @alexjercan (pinging you as you are in the CODEOWNERS for haskell. Correct me if I am wrong) First. Congratulations! having different Lexer is a good way to show different...

Hi! may you consider adding `manyEndingWith` (name subject to change)? The code would be like: ```haskell -- copy paste from manyTill_. It takes a parser p and a finalizer end....

feature-request