Hoss Ajallooiean

Results 6 issues of Hoss Ajallooiean

### Description of Problem, Request, or Question ### Environment Details * Conan Package Tools Version: **0.23.0** * Operating System: **Linux** * Operation System Version: **Centos 7 as well as RHEL...

stage: triaging
stage: in-progress

I am trying to figure out zero copying with capn proto. i have the following schema file: ``` @0xe620bfc471ce012f; struct Output { data1 @0: Data; data2 @1: Data; } ```...

### What action do you want to perform i have a client that publishes data to a redis end point. the client works with the redis-server running but i am...

I have begun working with this crate and am looking to see if youd help with the issue below: I have this code: ``` #[pymethods] impl Client { #[new] fn...

Is it possible to customize an embedded kernel? e.g. install a package. if yes, should this be done statically before the embedding step or can it also be done dynamically?

I am working with pyembed to embed a python kernel and using default python config for the kernel. however, i can see that there is an issue when im trying...

need-info