HppZ

Results 66 comments of HppZ

https://github.com/Microsoft/Windows-universal-samples 里XamlAnimatedGif这个项目里有例子

> Here is a minimal reproducible solution. https://github.com/MH-ZShearer/SourceGeneratorTest > > The same exact code in a .NET 7.0 application works, but this .NET Framework 4.8 fails to compile with: >...

1, migrate packages.config file 2, migrate csproj file using [CsprojToVs2017](https://github.com/hvanbakel/CsprojToVs2017 ) 3, done!

> I've just tried that morning, and HMR **does not work** in **default_popup** with vite 4 (4.5.3) or with vite 5 (5.0.11 & 5.2.12), error is: `Uncaught (in promise) SyntaxError:...

I think 'co_yield co_await xxx' in generator should work.

[doc](https://github.com/David-Haim/concurrencpp?tab=readme-ov-file#generators) > Generators are meant to be used synchronously - they can only use the co_yield keyword and must not use the co_await keyword.

what if I don't know how many results there are, such as http streaming responses.