Maxwell

Results 46 comments of Maxwell
trafficstars

@justinpincar That's exactly what I want to say, and I'm now working on this

这个后面会绘制成图片么?像CNCF Landscape那样

This is a good idea. And I'd like to seperate Go sdk and Rust sdk for Database Mesh in two different repos: - golang-sdk - rustlang-sdk Including data structures and...

New repo created - https://github.com/database-mesh/rustlang-sdk - https://github.com/database-mesh/golang-sdk Next it will move the related codes to the repo respectively.

> This is a good idea. And I'd like to seperate Go sdk and Rust sdk for Database Mesh in two different repos: > > * golang-sdk > * rustlang-sdk...

It seems like `cfg!(any(target_arch = "x86", target_arch = "x86_64")) ` didn't exclude the target arch, I updated it with a general macro ` #[cfg(any(target_arch = "x86", target_arch = "x86_64"))]` and...

@zhang-arvin Is this issue still reproducible ? This issue will be closed if it is fixed.

This could be divided into three parts of operators, including `equal`, `in` and `between`.

Closed. Need further discussion.

AFAIK, there are crates used by different workspaces with different versions. This may add complexity in some troubleshooting scene.