Gio
Gio
Hey @fedeci, I have since moved on from this project and will not be opening a PR for this.
In particular, I'm not familiar with the `.org` file extension. Is there anything I should be aware of when wanting to submit patches to this kind of file?
Hey @lazarljubenovic, I know this answer is coming in a year later but hopefully it still helps. At least anyone else reading this later will have an explanation. Another way...
My Solution was the following: ```elm page : Model -> Html Msg page model = case model.route of Models.PlayersRoute -> playersViewPage model.players Models.PlayerRoute playerId -> playerEditPage model playerId Models.NotFoundRoute ->...
Hey @wiktor-obrebski, thanks for the detailed issue. I'll have a proper read through when I get a chance this week. Hopefully tomorrow. But in the mean time ... > This...
I definitely want to make sure this library is usable for more than just myself! Going to play around with these types today. I am curious to see what the...
Interesting that you can actually work on `never` types just as though they were `unknown`. I didn't think that would be possible. Example: ```typescript const myList: Result[] = [ ok(123),...
**UPDATE**: I created a new branch `feat/combine-filter-unknown` that includes your work. See this commit: https://github.com/supermacro/neverthrow/commit/91132c0cc93208855a88d7ee1873c790d756b1f1 Let's work off of this branch (if you have changes you want to add, send...
Hey @wiktor-obrebski , sorry for the delay. I've just started a new job so I haven't had much time to groom issues here. I'll have a look this week.
$200 USD bounty for whoever solves this issue. I am open to solving it under a MAJOR semver change, since we'd be depending on more recent functionality (and version) of...