Diogo Castro

Results 24 issues of Diogo Castro

## Your environment Which OS do you use? Ubuntu 20.04.6 Which version of GHC do you use and how did you install it? GHC 9.4.8 via `ghcup` How is your...

type: support

I'm setting up a new CI and trying to use hpack. I noticed 2 problems: 1. The readme says we should use the script at `https://github.com/sol/hpack/raw/master/get-hpack.sh` to get the latest...

# Clarification and motivation We want to add some Cleveland tests to make sure: * The contract's metadata is correctly originated (whether it be in a separate dedicated contract, in...

# Clarification and motivation In #124, we added support for TZIP-16. However, we don't yet support dynamic errors. TZIP-16 distinguishes between: 1. Static errors: errors that contain only an hardcoded...

# Description Say we have a file named `a b.md`. The naive attempt to link to this file would be to use `[link](a b.md)`, but the commonmark spec says that's...

bug

# Clarification and motivation HTML tags can be used in a markdown file. For example, in our own readme, we have a `` tag: ``` ``` We should add support...

feature

# Clarification and motivation After releasing 0.3.0, let's go through some of the active serokell repos and update them to use this latest version. - [x] https://github.com/serokell/universum - [ ]...

# Clarification and motivation Right now, in verbose mode, we only log which files/links/anchors will be analyzed. IMO, in verbose mode, we should log more info to give us some...

# Clarification and motivation At the moment, the progress bar's behaviour is simply this: * Every 100ms, we re-write the progress bar entirely. * The bar displays: * blue cells...

# Clarification and motivation Some of our config options (like `virtualFiles`) use glob patterns to let users specify many files with a simple pattern. It has been suggested we should...

improvement