Gary Peck
Gary Peck
Looks like https://github.com/TheBoegl/gradle-launch4j might be able to create a self-executing file on Windows. If someone with access to a Windows machine wants to try that out, we'll gladly accept a...
We don't use bazel internally, so this is unlikely to get done unless someone contributes it and can commit to help us maintain it for future releases. We'll gladly accept...
I don't think it should be very hard. Do you want to try to do it and create a PR? I think the only required change would be to add...
There is an undocumented `kotlin_package_mapping` option to `protoc-gen-pbandk` that allows defining a custom mapping from proto package names to kotlin package names. E.g.: ``` option("kotlin_package_mapping=google.api->pbandk.google.api;google.rpc->pbandk.google.rpc") ``` Would that satisfy your...
See my comment on the other issue you opened: https://github.com/streem/pbandk/issues/233#issuecomment-1278355568. The process should be the same.
> So we've spent a good 20 minutes here in a review meeting trying to fully understand what's going on here :-D > > The fact we 4 people got...
I have run into this issue as well. I have Syncthing configured to only run when on my home WiFi network and plugged in to power. But I still want...
I wonder if this could be implemented by compiling fava to WASM and running it from the browser? See for example https://simonwillison.net/2022/May/4/datasette-lite/. If something like Datasette can be made to...
We're seeing the same issue with Sceneform 1.8.0. So far it's always been a SIGSEGV on the emulator (Pixel, Android 9.0, x86) and we've also gotten reports of a SIGBUS...
In general, using an unprivileged user is best practice for Docker containers. But I don't know if that would make the `docker-protobuf` container more difficult to use since it's main...