auzhva
auzhva
Hi, Currently [types package](https://github.com/gogo/protobuf/tree/master/types) does not include Google's [Date type](https://github.com/googleapis/googleapis/blob/master/google/type/date.proto#L37) Which makes it not possible to use with gogoslick compiler. Would it be possible to include that type please?
**Is your feature request related to a problem? Please describe.** I'm trying to setup internal copy of [pkgsite](https://github.com/golang/pkgsite) for private modules. It requires go proxy to be set up to...
Gazelle extension generates cyclic dependencies in the following conditions: Folder structure: ``` file1.proto file2.proto BUILD.bazel ``` `file1.proto` and `file2.proto` belongs to a same package, and one imports another one. In...
Since bazel 6.0, bazel added [bzlmod](https://bazel.build/external/overview?hl=en#bzlmod) dependency management and tracking system. Currently open telemetry is built by Bazel but is not published to the [Bazel Central Regestry](https://registry.bazel.build), which complicates importing...
### Description of the Issue If you're connected to VPN, and close the laptop, making it go sleep, after it wakes up, connection to VPN will be broken. Still "utun"...
### Description of the Issue Every time it starts on Mac OS, OpenConnect GUI requests for an admin password. It should do it one time, and keep authorisation after it....
### Description of the bug: `.bazelproject` files alow to export/import run configurations, using `import_run_configurations` feature - https://ij.bazel.build/docs/project-views.html#import_run_configurations This allows to share run configurations across the teams. But when one team...
I want to add few actions that would call AI provider to perform some action that I will define. I can easily implement that code in programming language, but what...
As @nightlyone mentioned, zero-offset may be suboptimal in hypothetical scenario of multiple clients coming into server at a same time. While this might be very unlikely scenario, the fix is...
## Problem Statement In our project, we prefer to enable strict protobuf validations, with `--fatal_warnings` on for our targets. Currently, we're not able to do so if any of the...