George

Results 10 issues of George

I have an enum struct as this : ```rust #[derive(Debug, Deserialize)] #[serde(untagged)] pub enum Message { Price { min: BigDecimal, max: BigDecimal, } } ``` And I have implemented a...

I am currently bootstrap a project using arrow/cpp, I want to use arrow without install it into system lib path. So I use the git command to make the arrow...

When I have updated the arrow::plasma project to support some features in our business. I got this error in make process. ![image](https://user-images.githubusercontent.com/17953717/175256522-2ba72fcc-a5a7-4a64-b4ac-107086c5f999.png) And the generating command from .fbs files is:...

## Description of the problem in my software, I am try use the File in gramine SGX env, the File could not flush into file. But the same binary in...

I have replaced the class dump by https://github.com/nygard/class-dump and get an error /restore-symbol/class-dump/Source/CDLCBuildVersion.m:18:14: error: use of undeclared identifier 'PLATFORM_IOSMAC' maybe this issue could be fine https://github.com/nygard/class-dump/pull/92

When I want to build the arrow using the command ``` plasma: mkdir -p dist mkdir -p cpp/build cd cpp/build && \ cmake -DCMAKE_INSTALL_PREFIX=$(ARROW_HOME) \ -DCMAKE_INSTALL_LIBDIR=lib \ -DARROW_BUILD_TESTS=ON \ -DARROW_CXXFLAGS="-ldl"...

Recent days, I have develop a new dataset filesystem used in my company scope. But in the python environment my colleague use the dataset api and inject the filesystem which...

Hi, I am a new fans of decentrilized storage. These days, I am working for BeeGFS cache system. In my opinion, I belive that the decentrilized storage will be a...

``` github.com/pingcap/go-ycsb/db/tikv imports github.com/tikv/client-go/v2/tikv imports go.etcd.io/etcd/clientv3 tested by go.etcd.io/etcd/clientv3.test imports go.etcd.io/etcd/integration imports go.etcd.io/etcd/proxy/grpcproxy imports google.golang.org/grpc/naming: module google.golang.org/grpc@latest found (v1.42.0), but does not contain package google.golang.org/grpc/naming ``` How to fix it...

Version(s) of tendermint-rs: ### Description I found a phenomenon in current consensus processing, that when a node fall behind with its neighbor nodes, it will panic right now which make...

enhancement