BurningLutz
BurningLutz
@rlue I encountered the same problem that Chinese characters are shown as full-width undersocres inside tmux in Alacritty of macos-kb branch, but if I set LANG manually to something like...
This doesn't happen to me. Probably not a vim-jsx issue? P.S. I use [neovim](https://neovim.io) as editor and [vim-javascript](https://github.com/pangloss/vim-javascript) + vim-jsx for syntax highlight.
For the renaming, why not just borrow from Haskell, that is [foldl](https://hackage.haskell.org/package/base-4.21.0.0/docs/Prelude.html#v:foldl) for safe reduce and [foldr](https://hackage.haskell.org/package/base-4.21.0.0/docs/Prelude.html#v:foldr) for safe reduceBack.
> [@BurningLutz](https://github.com/BurningLutz) those names are following a Haskell convention which doesn't match the one in F#. In F# the convention is, for the left, the function without any suffix and...
> I mean it won't compile, which makes it a total function. Currently there's no way it will throw an exception at runtime. Ok, I think I got it. You...
> How is it a breaking change? In Haskell, introducing a new instance (or a static member in F#) is considered a potential breaking change. Because users could have already...
> I think at this point in the discussion we all 3 participants so far agree in that. The only blocking question is the name of the new total function....