Anton Zhilin
Anton Zhilin
In the last few years, libraries like `fmt` have mastered printing of floating-point numbers. They use shortest representation with round-trip guarantee. Meanwhile, yaml-cpp, after #649, started to uglify numbers in...
I've been upgrading from an older yaml-cpp version to 0.8.0. What I found different is that for empty strings, behavior has changed, they are now replaced with `"null"`. For example,...
Multiple users have reported ([ru support chat example](https://t.me/userver_ru/21316)) that their CI uses the following process: 1. One machine builds the service 2. Only the required artifacts are stored and packed...
As of now, upon receiving `SIGTERM`, userver returns 503 to all existing requests, breaks all connections and cancels all handler tasks immediately. It is advised to set up some cooperation...