Holger Rapp

Results 142 comments of Holger Rapp

Indeed, `obj_info` files should just be ignored.

That is the likely reason. Would you provide a fix?

I think this regressed a bit. 3D depth camera data has always been finicky though.

I seem to have the same issue. All my cables are connected correctly (according to the README) and verified with a multi meter. Still the script hangs forever at `wait_for_tag`....

@Twizzledrizzle no, in fact I was incorrect about the statement that I had solid connections. I tested my cables with the multimeter and they seemed solid, but I later figured...

I am actually running into this with code similar to this: ``` pub fn list_directory(&self, ... callback: impl fn(files::Metadata)> ``` Is there a known workaround how I can mock this...

Ah, unfortunately that did not help me, since I really needed the callback based API in my use case. I went with pulling my API out into a trait and...

I would not mind doing that for easier mocking in future cases - the loss of ergonomics in this case is minimal and the gain of direct mocking substantial, so...

Thanks for you work! I definitely make use of this!

The host is an armv7l GNU/Linux, it is [specifically a Linux industrial computer for charging stations for electric vehicles](https://in-tech-smartcharging.com/products/charging-station-communication/charge-control-c), 1GB Ram and it most closely resembles a raspberry pi. ~~~...