Michael Martin
Michael Martin
I recently updated [Relude](https://github.com/reazen/relude) to build with [Melange](https://github.com/melange-re/melange) (which uses Dune). You can see the latest [coverage report on Coveralls](https://coveralls.io/builds/50024904). Specifically, you can see that the file tree looks like...
This may very well already work perfectly. If that's the case, we should just document it and maybe add a test. If it doesn't work, we should make it possible....
I'd like syntax support for: `MyModule.{ let v = ...; v }`, which is currently a syntax error. It works if you wrap the `{}` in parentheses, which it then...
Once we've made a 1.0 release, it will be time to start thinking about the next round of larger, breaking changes that we'll plan on making. Some of those will...
Relude has been "stable" (aka "unmaintained" 😂) for a couple years now, but it has been used in production without serious issue over that time. I think it's fair to...
...or maybe they do, idk. But these are some utility libraries that I'd like to have a "de facto" standard for. - [x] URL - `relude-url` - fully typed -...
Add recipes
I was looking through the [fp-ts recipes](https://grossbart.github.io/fp-ts-recipes/#/), and it would be amazing for us to have something similar. No need for a full-blown open source app demonstrating every way in...
I've seen some confusion about how to work with promises when using `Relude.IO` on both Discord and Twitter. The interop helpers live in a different module than `Relude.IO` which is...
Wanted to make a note before I forget: - `Option.Int` (along with similar submodules) exists, but mostly has helpers related to `Ord` and `Eq`, but not so much based on...
This is an incomplete list of functions that could blow the stack. At some point we should do a more thorough audit, but I thought for now I'd at least...