Jon Laing

Results 3 comments of Jon Laing

I got literally the exact same thing... not much to go on unfortunately...

I opened an issue on another plugin thinking the bug was there, but now reading this I'm starting to think it's here. This is the specific combination that seems to...

Re: `fold`, I'm just using `default` which will return the value or a fallback: ```Reason let default = (d, o) => switch o { | None => d | Some(a)...