Dmitry Osipenko
Dmitry Osipenko
Oh, wait! Seems you haven't got it to work yet. Could you please clarify what do you mean by the `memory address as only value`?
Ah, I see now. Could you please try this change: ```patch diff --git a/block/partitions/tegra.c b/block/partitions/tegra.c index a2ccd644e377..e754159d91e8 100644 --- a/block/partitions/tegra.c +++ b/block/partitions/tegra.c @@ -21,6 +21,7 @@ #include #include #include +#include...
Awesome! Wow, Nexus 9 has 33 partitions? Crazy :)
> Are you sure it has zero elements after extend? a.extend(b) just moves elements from b to a I applied this: ```diff diff --git a/bin/driver-proxy/src/driver/server_tracked_provider.rs b/bin/driver-proxy/src/driver/server_tracked_provider.rs index c793cd8..36992c0 100644 ---...
> No, that's something else, rust ownership system is compile-time only. Don't you have "disconnecting from base stations" message somewhere in between?.. Or maybe SteamVR thread safety guarantees are changed,...
There is no "disconnecting from base stations". StationControl connects and waits for commands.
To make it more clear, "disconnecting from base stations" happens only on the SteamVR exit.