Yoshifumi Kawai

Results 343 comments of Yoshifumi Kawai

Thank you, `TailBlazer` is great tool! So I've created `EtwStream` https://github.com/neuecc/EtwStream as logging Event Tracing for Windows. It is similar to `Tx` but it features more in Realtime. If supports...

All BigQuery's function under `BqFunc`. You can write `.Select(e => new { count = BqFunc.Count(), e.actor_login, e.repo_name })` or `.Select(e => new { count = Count(), e.actor_login, e.repo_name })`

totalBytesBilled and billingTier in the response metadata?

I implemented this in [another serializer](https://github.com/Cysharp/MemoryPack), I believe the same thing can be done. I think it should be implemented with Incremental Generator. I would also like to use [SyntaxValueProvider.ForAttributeWithMetadataName](https://learn.microsoft.com/en-us/dotnet/api/microsoft.codeanalysis.syntaxvalueprovider.forattributewithmetadataname)...

I see, but is this only affecting the build machine (or local)? If it doesn't seem to affect the packages to be distributed or the git UPM, it may be...

Hmmm...I see...it's a little too early to disappear completely. How about a build of two packages like this? [MessagePack.Unity.2.4.35.unitypackage] [MessagePack.Unity.2.4.35.netstandard21.unitypackage]

@AArnott Recently I was organizing packages for Unity at several libraries and changed my mind. I think we can DROP support for 2020 in future updates (still LTS, but OK)....

Yes, I am very interested and would like to implement it. Especially from larger customers about the speed at startup I am hearing. This is likely to be improved by...

Thanks, but since we have Unity users now, the code must be compatible with both.