Nikolai Grigoriev
Nikolai Grigoriev
Building off the latest version on Mac using the following command: `packer build --only=virtualbox-iso windows_2019_docker.json` The build seems to stop and not advancing even after several hours. ``` virtualbox-iso: 2019-05-09T10:44:55...
**Versions of relevant software used** grpc-web 0.14.1 **What happened** Possible unsafe use of Math.random() pseudorandom number generator. This project uses Math.random() like this: ``` headerTrailerCombos((withHeaders, withTrailers) => { -- 226...
**Version** 0.12.0 **What happened** URL with the query string at the end got the protobuf package/service/method appended at the end wss://localhost:7778/ws?access_token=XXXXXXX/hello.HelloService/SayHello **Expected** URL would be constructed correctly, e.g: wss://localhost:7778/ws/hello.HelloService/SayHello?access_token=XXXXXXX **How...
- [X] This is not a feature request (existing functionality does not work, **not** missing functionality). I will request features on [forum](https://www.reddit.com/r/tutanota/) or via support. - [X] I've searched and...
Hello, I would like to recommend a feature: executing an SQL script form post-install hook. This script can be used to initialize things that are not exposed via gravity.sh -...
https://docs.pact.io/faq#what-is-pact-good-for does mentions Protobuf and talks about the questionable need for contract testing when a firm contract exists (protobuf definition) and the compatibility is ensured by the framework. I am...
I had to use this great tool to deal with consequences of some stupid design decisions from the past, which resulted in many duplicate files stored. So many that for...
I was under assumption that "remove-file-header" goal would restore my files to their original state, as they were before using update-file-header. I currently observe (plugin version 1.20) the following issues:...
From what I see in the code (and what I observed today in our applications), GraphiteReporterConfig calls the constructor of Graphite class that forces it to stick to Graphite server...
**Describe the bug** gRPC streams are somewhat different from traditional unary API calls. Often there may be long idle periods. gRPC and Envoy have sophisticated logic for managing gRPC timeout...