Alessandro

Results 11 comments of Alessandro

> 3. Create a shortcut on your desktop or wherever with the following target (note, there is a hardcoded path to my conda root): > `%windir%\system32\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy ByPass -NoExit -Command...

> Could this be related to auto sizing limitations due to virtualization? https://www.ag-grid.com/javascript-data-grid/column-sizing/#auto-size-columns Thank you, this fixed it for me. In case anyone having the same problem wants to know...

> How big is your video? scipy doesn't like audio that's bigger than 2 hours. I have the same error and my audio is 3h+ long, do you have any...

Another use case would be ignoring local environment/configuration files that differ from the specification of the repository. For example, I like to use the `uv` environment manager for python projects,...

@PhilipMetzger @tekumara Thank you, both these solution works!

As far as I'm aware it does not have an option to do it itself, however you can combine it with `tail -f`. From the [README](https://github.com/sharkdp/bat?tab=readme-ov-file#tail--f): > `bat` can be...

Hello @ismaelgv , While it's true that right now `rnr` focuses on renaming, and moving files across folders would imply parsing the substitution string to detect if there is a...

We are now at release 3.11.12, and I encountered the same error. To accomodate any patches for version 3.11 it would be better to change the requirements to: `requires-python =...

Just a quick note, I don't know if it's a convention or not but I've seen many program use `--threads 0` to use all available threads, which could be useful...

@ismaelgv Hello, thank you for checking out the issue! I apologize for not having specified the version and OS. On Linux with `rnr` version 0.5.0 I get your same results....