ptr-br

Results 12 comments of ptr-br

Hey @alexgorban, thank you for the quick and informative reply! For the above example: context name: 5847910688643719375_180_000_200_000 timestamp micros: 1548722497947691 From my experience, only a little more then half the...

Actually, I'm not able to [re-open my own issues if a repo collaborator closed it](https://stackoverflow.com/questions/21333654/how-to-re-open-an-issue-in-github).

@alexgorban is there any progress on the issue?

@alexgorban, any updates so far?

hey @zzzxxxttt, I'm experiencing the same problem... Have you solved the issue yet or found some workaround?

I'm also very curious about the topic. Please tell me if you find out how the G&B channels are connected to the actor id.

Hey, how exactly does the compilation of the nets/ops work? Thanks!

@junyer, I created a toy example [here](https://github.com/ptr-br/pybind_cpp_w_python_example/tree/main). My main problem is creating/selecting an interpreter for `cc_binary` like `py_binary` does...

I'm actually already pinning it [here](https://github.com/ptr-br/pybind_cpp_w_python_example/blob/d206ead7bd9842a5fc95b20bf3e3b37fd2c0742c/MODULE.bazel#L19-L24). When I change the version from my system one (3.10) to some other version (e.g. 3.11) I get the following error running `bazel run...

I played around with the version and actually switching works. E.g. python version that is used in `my_cc_binary` is python3.9 instead of my default 3.10 system python when specifing: ```...