happy_with icon indicating copy to clipboard operation
happy_with copied to clipboard

Elixir 1.16 compatibility

Open 23Skidoo opened this issue 7 months ago • 0 comments

Bump dependencies, fix a couple of warnings.

This warning in particular:

warning: negative steps are not supported in Enum.slice/2, pass 0..-2//1 instead

breaks compilation on 1.16 with warnings as errors enabled.

23Skidoo avatar Jan 05 '24 13:01 23Skidoo