well.james

Results 163 comments of well.james

> > 最迟不超过2020年,原因是:vue 3.0 将于 2019年使用ts重写 🤭 > > 23年都要来了 😄,貌似我只是听之前群里说过。

i hava an idea use **machine learning/statistics** to cherry pick the most usefully API for the runtime libraries. and reduce most useless api. then should be can reduce the Blazor...

> @sgf It's a solved problem, as .NET supports trimming assemblies already, and that is not the issue. I'm not sure if you're joking, but machine learning has nothing to...

need allow custom struct as fxied type,see the Type: CustomAsStructBufferTypeDemo ```C# internal unsafe struct WIN32_FIND_DATA { internal uint dwFileAttributes; //...fileds } unsafe struct CustomAsStructBufferTypeDemo { public fixed WIN32_FIND_DATA[10] Buffer; //it's...

maybe (Publisher/Subscriber and Callee/Caller) support ?

> You can technically try this using the CRON method. That's how I've done it - works well. What do you think @kajbonfils ? if there was some API for...

.net 5, .net 6 will integrate a code generator, and it will be simple to implement static reflection. Dynamic reflection can be considered from the long time(Not now).

i found the problem. when use **connection=shared** insert will be very slow or when using var db= new LiteDatabase("Filename=TestDB.ldb;"); every time,very slow. but,2000 ops/s also not fast enough.

> yes,im using this way, but litedb not stable. and its take much disk space. the up data like ```C# [LiteDB.BsonId] public string Code; public int TaskId; {Code=$"1234567890abcd{100000000 - i}",...