Yury Yarashevich

Results 16 issues of Yury Yarashevich

This PR provide API to configure thread pool limits use by `BoxStore`. I was observed situation in `Android` application where (due to some other issues in app) application is crashed...

Сделать какое-то унифицированное оформление приложений.

enhancement

**Summary of changes** Changes introduced in this pull request: - Languages that rely on `malloc`/`free` to manage their memory heavily depend on the performance of the allocator library. So, having...

https://youtrack.jetbrains.com/issue/KT-38453 To avoid allocations when observable property is used with `Int`, `Long` and `Double` primitive specialized types added, which mimic their generic variant. `Int`, `Long`, `Double` subset of primitive types...

Standard Library

## PR Type Refactor ## PR Checklist - [x] Tests for the changes have been added / updated. - [x] Documentation comments have been added / updated. - [x] A...

## PR Type Test/Question/Other ## PR Checklist - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. -...

B-semver-norelease
A-actors

An existing [sonar rust](https://github.com/elegoff/sonar-rust) plugin [does not accept](https://github.com/elegoff/sonar-rust/issues/67) junit reports without `message` attribute filled. So until bug is fixed on sonar rust side, maybe it is possible to fill message...

help wanted

There are some scenarios when it might be desirable to make cookies outlive response object. Currently there is no (or I failed to find out) easy way to have a...

## About the changes I was debugging some strange feature polling errors in log which occurred to be JSON deserialization error, but it was not clear until I logged error...

This PR moves calling usrsctp API into dedicated single thread to reduce chances of multi-threading issues. When `usrsctp` is itself updated to the version which has support of disabling internal...