Yongle-Fu

Results 38 comments of Yongle-Fu

process.nextTick change to setTimeout ?

wait this feature merged 😁

Thank you so much! I found the reason for the issue. I fork the `shorebird_flutter` to Gitlab repository without pushing the new tags. It appears that `flutter_tools` parses the `gitTagVersion`...

when i run `shorebird release android --flutter-version 3.19.6` while output ``` Failed to build: The current Flutter SDK version is 3.14.0-9.0.pre.2302. Because my_app depends on flutter_markdown >=0.6.20 which requires Flutter...

just build c.proto only is fine

```rust let stark_proto_files = ["proto3/a.proto", "proto3/b.proto", "proto3/c.proto"]; let stark_include_dirs = ["proto3/stark"]; compile_protos( &stark_proto_files, &stark_include_dirs, ); ``` build failed. ```rust let stark_proto_files = ["proto3/c.proto"]; let stark_include_dirs = ["proto3/stark"]; compile_protos( &stark_proto_files, &stark_include_dirs,...