Andrzej Delegacz
Results
1
issues of
Andrzej Delegacz
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...