Lucas Vieira dos Santos

Results 6 comments of Lucas Vieira dos Santos

I was going to add it, but the nose overlaps with the head stroke. So it looks weird without the white fill: ![CleanShot 2024-01-09 at 10 43 13@2x](https://github.com/adityatelange/hugo-PaperMod/assets/34292412/d583c72b-e942-493b-a67d-efb99ab40b53)

I've never contributed here before. Would be willing to pick it up.

I wonder if we need the `not in_snapshot_dir` check. Because, in `discover_snapshots` we already pass the location including the `SNAPSHOT_DIRNAME` through `self.dirname`: ```python for filepath in walk_snapshot_dir(self.dirname(test_location=test_location)): ``` So every...

> Add the SnapshotExtension. Have it generate a snapshot. Add a fake entry to the snapshot. Run the test suite. I also tested this using the default __snapshots__ dir and...

The only change I made in the code was removing the check if file is inside SNAPSHOT_DIRNAME (which is a constant with the default dirname). I concluded this check is...