xamix
xamix
Hello, I settled your lib which seem to works (I can transmit and receive in BLOCKING mode) I'm currently on Windows but project will need to work on Linux Desktop...
Hello, I want to know if it is possible to send report to different endpoint on Sentry. I have a C++ project which already have a Native instance which send...
**Description** When I capture an event, I add some specific `tags` in the event. But when I capture the event, all the "globally settled tags" via `sentry_set_tag` are dropped This...
Hi, I'm on an application on which I want to limit the queued event awaiting to be sent. Since a lot of issue/event are queued when the system goes wrong,...
### Description Hi, I have activated the JSON_DIAGNOSTICS=1 globally in my project and ASSERTION are now fired at runtime. I tested it on with 3.10.5 and then with latest release...
Hi, I use the following rules on a `map`: `(validate.rules).map.keys.string.min_len = 1,` And when the rule is not respected, the error message is ending by: value length must be at...
Hi, I'm compiling with the 1.0.0 PGV on Windows 10 64bits. - Visual Studio 17 2022 - The C/CXX compiler is MSVC 19.35.32215.0 A Warning is fired which is (tranlated):...
Hi, I'm running Valgrind on a project which use PGV. The project do not allow any memory leaking even when exiting the program. In your file [validate.h](https://github.com/bufbuild/protoc-gen-validate/blob/main/validate/validate.h) you create a...
Hi, I use proto3 and latest protoc 22.3 and latest pgv 1.0.0 I have a need to check the presence of numerics fields like **bool** or others. It is possible...
Hi, The generator fail to generate compilable code when some field use reserved C++ keyword as name. For example if you declare the following proto object: ``` message Security {...