ig-sinicyn
ig-sinicyn
Okay, I've managed to workaround the second issue but [the fix](https://github.com/quaxalber/bluetooth_2_usb/compare/main...ig-sinicyn:bluetooth_2_usb:feature/reconnect-on-start) is really ugly. I'm not a python dev and it works for me so I'd call it a day:)
Hi @quaxalber! :) I'm really glad the feedback was well-received. The bridge works with no issues, no reboots or hiccups so far. The only thing I've noticed, the state of...
> Feel free to PR your fix so this one may be closed. I'll try but I canot promise when. Had a pretty busy week
@AndreyAkinshin I've investigated this some time ago. I'd prefer to have this as an attribute applied to the benchmark class, not to the specific method.
@AndreyAkinshin about return values Afair both default toolchain and in-process toolchains do store return value using `consumer.Consume()` and `BenchmarkAction.result` respectively. All we had to do is to pass these stored...
@AndreyAkinshin I completely do agree with all of those - the feature, even if implemented should not spoil benchmark results. At the same time the current implementation does allow to...