Dmitry Zakharov
Dmitry Zakharov
I randomly checked the generated Typia code and noticed that strict parsing might become up ~5 times slower if you add an optional field. And I assume this is the...
Since there were discussions about adding badges for JIT/AOT/runtime library types. I think it would be nice to add a badge to indicate whether the library prevents NaN as the...
``` module El = { @react.component let make = (~foo=React.null) => { foo } } let a = Js.log(a) ```
After the PR https://github.com/rescript-lang/rescript-compiler/pull/6945 function expressions were changed to arrow functions to improve readability and bundle-size. But it also broke `this` and `arguments` binding to the function context, which could...
- String.capitalize - String.isEmpty - Dict.size - Dict.isEmpty - Array.isEmpty - Map.isEmpty - Set.isEmpty Let me know if I need to cherry-pick some changes.