Jan Kryl

Results 21 comments of Jan Kryl

Hi @xxks-kkk! Most likely this is the same problem as I had. The upgrade of spdk would most likely help. The PR#8 you mentioned cannot be used in its current...

I have some new interesting ideas around this. @jkozlowski if you are interested to review them please do. thanks! # spdk-sys crate ## Problem statement Creating a crate with bindings...

Hi Jakub, it would be great if we could give it a try. Here is the repository with spdk-sys: https://github.com/jkryl/spdk-sys . Note that it is still very fresh so expect...

@jkozlowski : it would be cool if we could chat on spdk's slack (spdk-team.slack.com) and discuss spdk-sys crate in greater detail there. cheers

I have created a "rust" channel on spdk's slack. Anyone is welcomed to join. Link to spdk's slack is at https://spdk.io/community/. @jkozlowski : I have sent an invite to your...

I had the same problem and needed the following workaround to make it work. When loading the proto file you need to specify include file with definition of FieldOptions. This...

@W1M0R : The trick I use is to put nodejs-slim before nodejs everywhere where nodejs is listed as a dependency. npm, node-gyp, .. are still provided during the build time,...

I have the same problem on Solaris. It is an error in Makefile. The following line in Makefile inserts space between old path and newly added component: ``` PATH +=:/usr/perl5/5.10.0/bin:/usr/perl5/5.12/bin...