core
core copied to clipboard
Elm's core libraries
https://github.com/elm/core/blob/01a21650a3d9da1f0aeadd71998d37e442a64c34/src/Array.elm#L102 When using 32-bit Windows, the hexadecimal literal `0xFFFFFFFF` breaks the compilation of `elm/core` library. Replacing it with its decimal representation, i.e. `4294967295` allows to compile successfully. The same happens...
Sorting operations like `sort`, `sortBy` & `sortWith` in `List` can't be found in the `module Array`. I miss them the most when working with `Arrays`, so I think these would...
Forked repositories may not grant write permissions by default There are two good approaches to handling workflows in forks: 1. Make the workflow check to see if it is in...
This would close #1047
Corrected ``` comparision → comparison specifices → specifies initalize → initialize interchangably → interchangeably ```