Zixuan Tan
Zixuan Tan
``` [2022-07-05 11:04:05] [ERROR] System.NullReferenceException: 未将对象引用设置到对象的实例。 在 ProjectEye.Core.Service.StatisticService.Add(StatisticType type, Double value) 在 ProjectEye.Core.Service.StatisticService.StatisticUseEyeData() 在 ProjectEye.Core.Service.MainService.date_timer_Tick(Object sender, EventArgs e) 在 System.Windows.Threading.DispatcherTimer.FireTick(Object unused) 在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) 在 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object...
Hi, thanks for your effort in this excellent library. Recently, I'm mining many OSS repositories using GitPython, it's a handy tool and helps me a lot. And I encountered a...
Just like the title
The bytes_per_sync_ option controls how often data is synced to disk. When the number of bytes written but not yet synced exceeds this threshold, a sync() call is issued. We...