Todd Burnside

Results 7 comments of Todd Burnside

Great! Thanks for the quick response. I figured there had to be a way. :) Thanks for the awesome library. Once I get it working in my code, I'll create...

I created PR #838 for the `addFacade` example. I see how `.addFacade` makes it possible to access the facade methods of a JS defined component from Scala, but I can't...

Thanks for the response @japgolly . At the moment we are looking into an option that does not require the above. If that doesn't work out, I may try the...

Is there any update on this. We are unable to run our lint jobs for pull requests because of this issue. We don't autofix, anyway, so there is really no...

> The problem is that the contract of the sortFunction does not allow us to do compare two rows of the data, instead we can only sort all the data....

That was quick! I should have mentioned in the comment, `Equal[5] Or Greater[5]` is fine.

> On a side note: The built-in [`GreaterEqual[N]`](https://github.com/fthomas/refined/blob/b56c90efc087472ac776daab9666f9af98df48e8/modules/core/shared/src/main/scala-3.0%2B/eu/timepit/refined/numeric.scala#L50) should be preferred over `Greater[N] Or Equal[N]`. Agreed. I found this example/problem in a different library and I'm putting in a PR...