Yuki

Results 3 comments of Yuki

It's probably `Source Code Pro` font problem. I removed the old font and installed the new one, and the problem went away. ```console brew uninstall font-source-code-pro brew install font-source-code-pro ```...

Please attach a file to reproduce the problem.

It's hard to preserve keys order because of Golang constraint. Golang's map structure type is non-ordered.