Dave Rusek

Results 23 comments of Dave Rusek

I'm not actively maintaining this project anymore but if you're using it I'd be happy to add you to the organization and you can figure out how you and the...

Hey, I don't really work on this project anymore. I'd be happy to accept a patch.

This is currently a pretty big blocker for me. I would love to help make some progress here. I haven't spent much time with C++ in the last decade, if...

Steps I took to unblock myself: - [Download](https://github.com/protocolbuffers/protobuf/releases/tag/v3.7.1) Protobuf 3.7.1 if you don't already have it - `./configure --prefix=$prefix && make install` song and dance. This will generate local ARM...

> One problem I already see is that the dependency chain with protoc does not have aarch64 binaries until 3.17.3 so we either need to do the full upgrade of...

It looks like that diff is probably unnecessary, you can accomplish the same header and library include portions with command line options https://github.com/rsocket/rsocket-rpc-java/blob/master/ci/travis.sh#L3

This is s thread of discovery, feel free to follow along on my journey... This may be a simple CI problem. I believe we may be able to add a...

I'm pretty sure intellij can import eclipse formatting rules