Andrea Milazzo

Results 6 comments of Andrea Milazzo

@revolunet it's not fix the problem for me :( ```Run cycjimmy/semantic-release-action@v2 with: branch: staging extra_plugins: @semantic-release/changelog @semantic-release/git @semantic-release/exec semantic_version: 17 env: GITHUB_TOKEN: *** GH_TOKEN: *** GITHUB_TOKEN_NPM: *** added 2 packages,...

@rsercano The Log level was already set to INFO

I have the same problem. my code: ``` async def send_correcly_media(event, files): media = [] thumbs = [] attributes = [] nomedia = [] for f in files: if f.endswith('.mp4'):...

the bug seems to me here: https://github.com/LonamiWebs/Telethon/blob/v1/telethon/client/uploads.py#L377 the _send_album don't support thumb, so the thumb is not sended

I was able to compile micropython using the code from: https://github.com/micropython/micropython/pull/11869 (andrewleech:esp32c6) I rebase it to: https://github.com/micropython/micropython/pull/13775 (DvdGiessen:esp32_idf52) and fix ADC calibration and a problem with UART name. The code...