Vinícius Marques

Results 13 comments of Vinícius Marques

Hi! I also came here looking for a way to disable the activity tracking feature (item 2 from @vebmaster). I remember having enabled it sometime ago, but now realize I...

Hi @skel35, Thank you for the information! Indeed the option is there on the Timeline tab.

You can work around the "Google Drive can't scan this file for viruses." message if you know the download URL. Just add the parameter `confirm=t` to the URL and it...

@rome-legacy the `at` parameter you see when inspecting the form HTML might not be necessary. What worked for me was to add the `confirm=t` to the URL directly. Get the...

Would love to see the completion shown automatically with tmux. It really improves the experience.

Hey @williamhamilton, I did find a workaround for the time being. Check out [this code](https://github.com/vinismarques/rpaframework-msgraph/blob/94e52afc35f698c0ff0703ebe36d7ed890bde1e0/src/RPA/MSGraph.py#L665). It is a library for Robot Framework, but you should be able to easily copy...

I was troubleshooting a memory leak and came to the same conclusion as @berkanteber. Just using ytdlp's context manager is enough to leak memory in every iteration.

The latest version ([2024.03.10](https://github.com/yt-dlp/yt-dlp/releases/tag/2024.03.10)) fixed the memory leak for me, I no longer see memory increase.

> I've just released version 1.13.0 with two new zmodule options that make it easier to do what is being proposed here: the `--if-command` option, and the `mkdir` tool which...