Trynity Mirell

Results 2 issues of Trynity Mirell

Right now, `slice_len` does not actually work for a slice of integers/bytes, despite what the example has: https://github.com/bxcodec/faker/blob/master/example_with_tags_slicelength_test.go If you add a slice of integers to the test: https://github.com/bxcodec/faker/blob/master/faker_test.go#L650 It...

`ZeroWidthJoiner` was removed after `v0.0.9`: https://github.com/mattn/go-runewidth/blob/v0.0.9/runewidth.go#L14 The next version was `v0.0.10`, but this introduced a breaking API change. While being `v0` means you can introduce breaking API changes, would it...