Ian Jeffries

Results 69 comments of Ian Jeffries

That can only do so much when the best names are taken up by partial variants of course. Is there interest in adding new functions with names like `decodeUtf8Partial`? Then...

Off the top of my head we could consider this: 1. Create two new functions with the nicest names possible given that `decodeUtf8` is taken. Export these by default from...

> Currently goto definition only works for the local package. Where should it take you for the base library? Typically people don't even have a copy of the source installed....

@arthurborisow: Great point as a short term solution. In the long run I'm really hoping for something better than `codex` though. Lots of terms (especially ones with common names like...

@chexxor: Not sure it's the best fit for PureScript, but Gabriel Gonzalez [used ABNF for Dhall](https://github.com/dhall-lang/dhall-lang/blob/bbc74064b2625d9c7635c7bfd1a55cede6a229aa/standard/dhall.abnf) and he seems to know what he's doing=)

Seconded. This tripped me up as well.

First, having three hexagon libraries to choose from is a pretty hilarious problem to have in a language as small as Elm, so thanks guys:heart: It sounds like @Voronchuk's library...

Thanks for the answers everybody! I've opened an issue for my question about `hexagons` above within that repo, so as far as I'm concerned feel free to close this.

## I I think this discussion should start with what we want `.cabal` files to communicate. This is for the obvious reasons: good systems are built in layers, `.cabal` files...

I think turning off [nested header links](https://vuepress-theme-hope.github.io/v1/guide/layout/sidebar.html#nested-header-links) and then making the sidebar not collapsible might mitigate multiple of these problems at once, I'll try it out at some point.