Mindaugas Vinkelis

Results 46 comments of Mindaugas Vinkelis
trafficstars

Help me to understand this change... the way I understand, `stdint.h` file from C standart library (C99), while `cstdint>` file is from C++ standart library (C+11). My first thought is...

I did some testing using Docker. There's the script that I made. ```dockerfile FROM ubuntu:latest RUN apt update RUN apt install git cmake libgmock-dev -y WORKDIR /testing RUN git clone...

I did prepared 5.2.4 in development branch. I plan to release it tomorrow.

I hope new release fixes all the problems.

I'm not familiar with Conan, maybe you could do it? :) I know that there exist Conan package for bitsery, but I'm not sure who was that nice person that...

It might be this issue: You need to explicitly shutdown `metrics` and `tracing` before tokio runtime is shutdown. Basically what happens is that once you register them, they are assigned...