Mateusz Stączek
Mateusz Stączek
Hi, I've prepared sample mp4 file breaking unsilence v1.0.7 - [link to google drive](https://drive.google.com/drive/folders/1mZF9P58PfDn29z6jb5VVVoNrENygFEU7?usp=sharing). Since there's been an update to 1.0.8, I'll install this update and check if the bug...
Wow, I did not expect it to be such a challenge! Thank you for the explanation and sample heatmaps. They really help to convince that a custom canonizer is necessary...
Integration with precommit does work, although a seemingly unnecessary `.libcst.codemod.yaml` is required: ``` generated_code_marker: '@generated' modules: - 'libcst.codemod.commands' - 'autotyping' repo_root: '.' ``` The following precommit hook does work for...