Caian Benedicto

Results 33 comments of Caian Benedicto

Here is the log output without `s3v4` being passed on either the configuration or the client call (does not fail): ``` 2019-11-17 08:05:38,200 botocore.hooks [DEBUG] Changing event name from creating-client-class.iot-data...

So instead of comparing the execution with and without s3v4, I decided to compare it with s3v4 signing an `upload_part`. The following code works. ```python import boto3 boto3.set_stream_logger('') s3 =...

The problem persists in `boto3 1.17.19`, `botocore 1.20.19`, `Python 3.8.5`. Swapping from: ``` s3 = boto3.client('s3', config=boto3.session.Config()) ``` To: ``` s3 = boto3.client('s3', config=boto3.session.Config(signature_version='s3v4')) ``` Still manifests the issue.

Besides core development packages, you also have to install `ffmpeg-dev` (comes with libavcodec and libswscale), `fftw-dev` (required by vips) and vips itself, which require you to add edge/testing repository to...

> I have a work around for this problem. Two files are being corrupted by the build process, they are.. > > ./firmware/freertos_apps/microros_esp32_extensions/build/esp-idf/main/CMakeFiles/__idf_main.dir/flags.make ./firmware/freertos_apps/microros_esp32_extensions/build/CMakeFiles/int32_publisher.elf.dir/flags.make > > Extra text is being...

But the issue is triggered when the data sent during the active scan has the same bytes as the manufacturer id in data previously sent during the announcing.

Exact same issue for: ``` Route: `/playlist?list=PLZsrxxME7K30aQywpsS0rdSORFDn4qmYm` ```

I'm also noticing layer shifting after changing the control board of my EasyThreed K7 for TinyBee, even with the features above turned off.

> I notice the TinyBee also has the flag… > > ```c++ > #define USES_SHARED_SPI // SPI is shared by SD card with TMC SPI drivers > ``` > >...