Marc Plano-Lesay
Marc Plano-Lesay
Is there any behaviour decided on what to do with existing files? Is there any path stored in the database?
Okay, thanks. Moving files involve updating the database entries, hence my question.
@skymania actualy, that's the whole point of this issue.
The server I'm using is written in C++ (with the official gRPC implementation from [here](https://github.com/grpc/grpc)). grpcurl seems to successfully use the reflection: ``` $ grpcurl -plaintext localhost:4567 list grpc.reflection.v1alpha.ServerReflection (My...
I'll see if I can test this later this week - no promises though, I haven't worked on this in quite a while.
For what it's worth, I just update Chrome on my machine (from 99 to 100.0.4896.75), it didn't help - I still have the same issue.
Sorry for the noise, I just opened a similar issue where it actually belongs: https://github.com/open-homeautomation/miflora/issues/121
I started taking a look at this (filed #13 in the process), but there's a problematic issue: LLVM for Windows is released only as a installable package, not a simple...
The APK size isn't the only issue - this dependency on OkHttp 2 also pulls a really old version of Okio (1.x vs 2.x), which in turns causes issues with...
@ejona86 Done in #8004 - it's essentially similar I suspect, as OkHttp3 4.x depends on Okio 2.x (I stumbled on this by trying to depend on OkHttp3, not Okio directly).