swulog

Results 4 issues of swulog

After I modified my model class , all caches are gone, How to keep caches while I modified model class?

We need Swift 5 Support.

The minWidth of AutoSizeTextField is incorrectly constraining the hintText, causing it to be truncated or not fully visible.

DateFormat.yMEd("zh_CN").add_jm(); DateFormat.yMEd("zh_CN").add_Hm(); both return 24-hour format, but changed to "en_US" return right format. You can test like print(DateFormat.jm("en").format(DateTime.now())); print(DateFormat.Hm("en").format(DateTime.now())); work well print(DateFormat.jm("zh").format(DateTime.now())); print(DateFormat.Hm("zh").format(DateTime.now())); not working