calvin2021y

Results 184 comments of calvin2021y

after add ` -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include` , no more ` file not found` error. Zig should auto add search patch when `-isysroot` provided. cross build ios also get this error: ```sh /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/stdio.h:378:55:...

Thanks for the kind response, it will be great to upgrade for 0.10.0. (I guess we need upgrade soon or late.)

half year passed and only 2 month left to Dart 2.18 release, any update on this?

> @dcharkes has done some initial prototyping and we have been discussing different approaches. > > It currently looks possible that we decide against implementing isolate independent code as a...

Hi @bagder, thanks for the great work. I plan to use libcurl with event loop to replace libwebsockets. The new implement will support non-blocked frame recv ? I guess call...

对比腾讯 Hippy, 阿里开源项目维护的太差了。

this project need run ci pipeline tests for windows/macOS/linux before release.

I try avoid use websock over http2, but nginx is not able to disable http2 for one vhost, so you have to disable all vhosts http2 or you don't get...

@greensky00 any tips to fix this ?