Todd Burnside
Results
2
issues of
Todd Burnside
Hi, We have created a facade for `ag-grid-react` using ScalablyTyped. The basic functionality is working fine, but the grid allows for things like custom cell renderers and cell editors to...
question
Running the following takes more than a minute to complete for me: ```scala type Crazy = Int Refined (Greater[5] Or Equal[5]) object Crazy extends RefinedTypeOps.Numeric[Crazy, Int] val crazy = Crazy.unsafeFrom(5)...