František Bořánek

Results 8 issues of František Bořánek

Due to the lack of a license at the project, I do not know if it can be used in a commercial way. Any license would clarify this issue. So...

Confirm by changing [ ] to [x] below to ensure that it's a bug: - [x] I've gone though [Developer Guide](https://docs.aws.amazon.com/sdk-for-cpp/v1/developer-guide/welcome.html) and [API reference](http://sdk.amazonaws.com/cpp/api/LATEST/index.html) - [x] I've searched for [previous...

bug
pending-release

*Issue #, if available:* https://github.com/aws/aws-sdk-cpp/issues/1776 *Description of changes:* to able to wait to safe release shared_ptr for executor in a main thread *Check all that applies:* - [x] Did a...

needs-review

### Describe the bug backtrace: ``` (gdb) bt #0 aws_s3_client_make_meta_request (client=0x0, options=options@entry=0x7ffd59c43d90) at ./obj-x86_64-linux-gnu/_deps/sdk-src/crt/aws-crt-cpp/crt/aws-c-s3/source/s3_client.c:651 #1 0x0000562afad89120 in Aws::S3Crt::S3CrtClient::PutObjectAsync(Aws::S3Crt::Model::PutObjectRequest const&, std::function const&, std::shared_ptr const&) const (this=0x562afc970020, request=..., handler=..., context=std::shared_ptr (empty) =...

bug
p2

The latest gRPC library does unsubscribe resource if channel is not used and then re-subscribed. This not work properly when using `V3DiscoveryServer` with `SimpleCache`. The question is how it should...

### Description I have installed CA for private registry and it works well with docker. However if using buildx plugin I gets error: ``` tls: failed to verify certificate: x509:...

status/triage
area/build
version/4.25.2

# Step to reproduce 1) On Debian trixie install libabsl and its symbols 2) run `abi-dumper` ```console # abi-dumper /usr/lib/x86_64-linux-gnu/libabsl_bad_any_cast_impl.so -debug --search-debuginfo=/ WARNING: module version is not specified (-lver NUM)...

### Describe the issue The pkg config contains all dependencies, but it should contain only direct dependencies, not indirect onces. Pkgconfig recursively search for all dependencies and this causes resolving...