Sen Jiang

Results 12 issues of Sen Jiang

Sometimes I have 10+ tabs open and if I enable this package it will steal the limited space for tabs. It will be great if there's an option to make...

current behavior: ``` >>> fixedint.Int32(-2) // 3 Int32(-1) ``` desired behavior: ``` >>> fixedint.TruncDivInt32(-2) // 3 TruncDivInt32(0) ```