Marco Perone

Results 85 issues of Marco Perone

### Description When I try to draw this diagram ``` stateDiagram-v2 state show { a } state length { c } show --> length ``` the `length` state completely overlaps...

Type: Bug / Error
Contributor needed
Status: Approved
Graph: State

**Describe the issue** The `where` keyword in the Haskell GADT syntax is not highlighted correctly **Which language seems to have the issue?** `haskell` **Are you using `highlight` or `highlightAuto`?** `highlightElement`...

language
bug
help welcome
good first issue

The usage of `parse` or `iparse` produce different error messages, since the former is excluding the information about the `JSONPath` of where the parse error happened. This means that different...

When generating `html` documentation, it would be nice to automatically render Mermaid diagrams. For example, if some Haskell code contained a comment like ```haskell -- | Some docs with a...

Running the following specification ``` import quickstrom; let ~proposition = false until true; check proposition with * when loaded?; ``` with the following command ``` docker run --rm -v $PWD:/spec...

Is there a way to combine two actions into one? Something along the lines of ``` andThen :: Action -> Action -> Action ``` which would allow to define a...

I'm trying to write a `Quickstrom` specification for my application. This is what I wrote so far ``` import quickstrom; // SELECTORS let ~breadcrumbs = for breadcrumb in `.breadcrumb ul...

Does the `bru` language support comments? If so, which is the correct syntax to use them?

- introduce opposite semigroup - do not flip arguments in list concatenation monoid