vidy
vidy
I added the Error protocol, got another two different errors ``` MyError: Error { } ``` ``` SwiftRustIntegrationTestRunner/Generated/HelloWorld-core-swift/HelloWorld-core-swift.swift:833:13 Result of call to closure returning 'Connector' is unused SwiftRustIntegrationTestRunner/Generated/HelloWorld-core-swift/HelloWorld-core-swift.swift:834:5 'self.init' isn't...
@chinedufn thank for the tips, I will explore it today.
@chinedufn ,I just studied the source code. I got a general idea of how it works. It seems the naive copy of FnOnce to Fn is not an optimal solution...
It seems the current implementation FnOnce, call a swift function in rust, but actually, I need to pass a swift function as callback to a rust function, the later seems...
@darkskygit thanks for quick response. 1. Horizontal scaling For the absence of horizontal scaling, `jwst-rpc` might be better to use on the client side. And the [y-redis](https://github.com/yjs/y-redis) can scale horizontally,...
@darkskygit It is sad to hear that. I am adding real-time collaboration functions for my pdf reader and editor based on octobase. Though it is still in the prototype stage,...
> thanks for your pr! please sign the CLAthanks for your pr! please sign the CLA Sorry, how to sign the CLA?
> > > thanks for your pr! please sign the CLAthanks for your pr! please sign the CLA > > > > > > Sorry, how to sign the CLA?...
Must add following to Workspace ffi. ``` extern "Rust" { type Workspace; #[swift_bridge(init)] fn new(id: String) -> Workspace; } ```
@mermerico , Xilem is not GUI yet, currently we have to wait, otherwise, we will do lots of duplicate works. I am evaluating the Iced GUI recently, I checked its...