Evan Czaplicki
Evan Czaplicki
I believe that adding these to `Basics` would be a breaking change. In the unlikely event that code like `import Something exposing (cosh)` is out there, it would be cause...
Unclear if this should be caught in the compiler or worked around in the package code. Likely to be addressed in a batch of work on the `String` module that...
Seems like the examples are consistent with the underlying behavior of `
Fixing this would definitely require serious breaking changes, so it can only be done in a MAJOR release. I understand that the current behavior is confusing, but I also want...
Not sure what fixes are possible here. Perhaps having a documented maximum string size. I'll add to the issue you mention.
For future reference, the [`toLocaleUpperCase`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/toLocaleUpperCase) function talks about cases where this will break: > The `toLocaleUpperCase()` method returns the value of the string converted to upper case according to any...
cc @TheSeamau5
Is this still possible with 0.17.1?
Still true in 0.17.1?
Is this still true in 0.17.1? Can you check and let me know?