Results 8 issues of Ryan

## 🚀 Feature request ### Current Behavior Other than reading Ints as numbers, there doesn't seem to be a good way of working with ints. For example, `intA + intB`...

First, thanks for this helpful module! There have recently been major version upgrades, but it's not clear what the changes were. Is it safe to upgrade? A `CHANGELOG.md` or equivalent...

## Feature request ### Overview I have a slider which has N discrete values. Each value has a label which I intend to align with its position on the slider....

Type: Enhancement
Resolution: Needs More Information
Package: react/slider

https://reasonml.github.io/en/try.html?rrjsx=true&reason=FIZwdANg9g5gFABgB4AIJKgJxcgHAgwhASgG4AoUSWOARgE40NtkAWIwsoA I get the following errors when trying to open the above page: ``` try.js:formatted:4761 TypeError: Cannot destructure property `startLine` of 'undefined' or 'null'. at iu (try.js:formatted:16830) at Object.render (try.js:formatted:17115)...

I wish I could come up with a more minimal case but I haven't been able to. I get the following when piping the bsb output from https://github.com/ryb73/spotify-to-youtube/tree/better-errors-error through BetterErrors:...

It looks like a new major version was released – are there release notes published anywhere?

I was trying to use `stream-to-array` with a stream that passed a non-error value to the `end` callback ([fast-csv](https://www.npmjs.com/package/fast-csv)). `stream-to-array` treated this as an error even though it wasn't one....

Hi, I'm getting the following error: ``` 25:3 error Unsafe "Mutable" to "Mutable" assignment. Source: "{ c: number; } | {}", destination: "{ c: number; } | { c?: undefined;...