Konstantin Goncharik

Results 15 issues of Konstantin Goncharik

Init INCLUDE_INTTYPES_H, INCLUDE_STDINT_H, INCLUDE_SYS_TYPES_H, CMake variables as 0 It is need to prevent generate broken code in config_types.h So next code was genarated before (e.g. for Android SDK) ``` #define...

Due to using `top` property in css animation browsers leads to recalculate styles and layout To avoid this recalculation we should use only `transform` or `opacity` properties For current animation...

Now you need a Conan (https://conan.io) for build Conan downloads all deps for you All unnecessary files was deleted Added basic .gitignore file Tested on linux and windows 10 (with...

Add ability to get/set [batchSize](https://www.mongodb.com/docs/manual/reference/method/cursor.batchSize/) for mongo::Cursor

### Description BIO_NOCLOSE leads to memory leaks while Cert processing ### Steps to reproduce 1) build with `asan` 2) run mumle 3) connect to server 4) quit 5) look inside...

bug
triage

### Checks - [x] My commits follow the [commit guidelines](https://github.com/mumble-voip/mumble/blob/master/COMMIT_GUIDELINES.md)

Due to CMake 4.0 drop deprications to 3.5 I choose 3.10 because it have some other of deprications

Add CheckNotMissing() and CheckArrayOrNull() to fix object-to-array parsing Fixes #939 ------------------------ Note: by creating a PR or an issue you automatically agree to the CLA. See [CONTRIBUTING.md](https://github.com/userver-framework/userver/blob/develop/CONTRIBUTING.md). Feel free to...

### Add a description For next schema definition: ```yaml Point: type: array items: type: number ``` Chaotic expected to parse `"point": [92.871944, 56.008889]` (or other valid arrays) **Bug**: parser incorrectly...

Closes #911 ------------------------ Note: by creating a PR or an issue you automatically agree to the CLA. See [CONTRIBUTING.md](https://github.com/userver-framework/userver/blob/develop/CONTRIBUTING.md). Feel free to remove this note, the agreement holds.