Clouds

Results 61 comments of Clouds

我不知道现在同步的机制是什么样的,不过建议能不能改成上传和下载两个按钮,然后显示一下目前服务器版本的上传时间和hostname(以后还可以考虑增加回滚机制),不然比如我在两台机器上离线状态下做了不同的修改怎么解决冲突?

Or we could use things like enum to mitigate ```rust enum CapabilityName { Small(ArrayString), Large(String), } ``` As you could see in example, much client have `istanbul` as capability which...

Seems in some modified Geth, I cannot find anywhere in spec restricts the capability name to ` Geth/*****/v1.10.0-stable(quorum-v22.1.0)/linux-amd64/go1.17.2

What's the state now?

It would crash on start on macOS (debug mode). I run `cargo install cargo-flutter`, and `git clone https://github.com/flutter-rs/flutter-app-template` then `cargo flutter run` ``` engine 2994f7e1e682039464cb25e31a78b86a3c59b695/macosx_x64-host_debug_unopt.zip Flutter 1.12.13+hotfix.5 • channel stable...

Sorry, but I cannot find a branch called `texture-registry` in flutter-rs/flutter-rs.

I've tried the branch and same fault occurs ```toml flutter-engine = { git = "https://github.com/dvc94ch/flutter-rs", branch = "texture-registry" } flutter-winit = { git = "https://github.com/dvc94ch/flutter-rs", branch = "texture-registry" } ```

@csnewman I've rebuilt the project using the latest master and with no luck (the same error).

Could you explain a bit, which crate should I edit? now code in flutter-app-template is ```rust let window = WindowBuilder::new().with_title("Flutter App Demo"); let flutter = FlutterWindow::new(window, Path::new(&assets_dir).to_owned()).unwrap(); let flutter =...

Could we use `GC.@preserve` here?