Vini Salazar

Results 79 comments of Vini Salazar

I agree with the arguments presented by @eldobbins that the example that @mcdperera provided is better than the current one. > * `print(subset)` returns ``. I don't mind that. It...

That is a fair point. While I tend to agree that presenting basic syntax and then introducing external libraries and functions seems like a more 'natural' order, I believe that...

Hi! I just ran the `make lesson-check-all` command and got the following output: ``` ./CONTRIBUTING.md: Line(s) too long: 3, 114, 126 ./README.md: Line(s) too long: 2, 4, 5, 7, 8,...

Hi @ldko ! Thank you for the fast reply. Good observation. I'll have a look at the template repos to see if I can contribute something there. Best, V

carpentries/lesson-example#330 addresses the `CONTRIBUTING.md` and `README.md` files.

Hi @maxim-belkin, I tried running your script and got the following results (attached below): **Original repo size:** 1665560 bytes (1.7 MB) **After optimizing:** 1452196 bytes (1.5 MB) I have rendered...

I was wondering why I was getting these errors from SVGO. Turns out the `--enable` and `--disable` flags [were removed in version 2.0.0](https://github.com/svg/svgo/releases#v2.0.0). In the current version v2.2.2, they must...

Hi, I would also like to work on this. Is there a position from the maintainers regarding the Google Document? If there is green light, it would be nice to...

Hi, I started work on this with #549 and I've also added a few comments to the Google Docs. Best, Vini

Hi, I was about to work on this but then noticed that the `.head()` and `.tail()` methods come up in the "Inspecting Data" challenge in Episode 07. There is also...