Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

vsmutok

vsmutok created a review on a pull request on mate-academy/py-scrape-quotes
Great!

View on GitHub

vsmutok created a review on a pull request on mate-academy/py-car-wash-station
Looks Good!

View on GitHub

vsmutok created a review on a pull request on mate-academy/py-car-wash-station
Tests Failed!

View on GitHub

vsmutok created a review on a pull request on mate-academy/py-elves-and-dwarves
Great!

View on GitHub

vsmutok created a review on a pull request on mate-academy/py-software-engineers
Looks Good!

View on GitHub

vsmutok created a review on a pull request on mate-academy/py-cinema-visit
Tests Failed!

View on GitHub

vsmutok created a review on a pull request on mate-academy/py-dockerize-cinema
Great!

View on GitHub

vsmutok created a review comment on a pull request on mate-academy/py-elves-and-dwarves
```suggestion return sum(player.get_rating() for player in players) ``` no need to create list here

View on GitHub

vsmutok created a review on a pull request on mate-academy/py-elves-and-dwarves

View on GitHub

vsmutok created a review comment on a pull request on mate-academy/py-taxi-service-home-page
This is a bad solution. You should retrieve the data count in the database using Django ORM. Here is an example: `Driver.objects.count()`.

View on GitHub

vsmutok created a review on a pull request on mate-academy/py-taxi-service-home-page

View on GitHub

vsmutok created a review comment on a pull request on mate-academy/py-feed-animals
Try not to use a loop in this task; instead, you can use `sum` and a generator.

View on GitHub

vsmutok created a review comment on a pull request on mate-academy/py-feed-animals
wrong return type annotation

View on GitHub

vsmutok created a review on a pull request on mate-academy/py-feed-animals

View on GitHub

vsmutok created a review comment on a pull request on mate-academy/py-mutable-immutable
In this task, you have overcomplicated everything; you just need to arrange everything manually. Here's an example: ```python a = 123 b = [] c = "Hi!" d = [1, 2] sorted_variables = { "...

View on GitHub

vsmutok created a review on a pull request on mate-academy/py-mutable-immutable

View on GitHub

vsmutok created a review comment on a pull request on mate-academy/py-software-engineers
please remove this `print`

View on GitHub

vsmutok created a review comment on a pull request on mate-academy/py-software-engineers
`__init__` method redundant here

View on GitHub

vsmutok created a review on a pull request on mate-academy/py-software-engineers

View on GitHub

vsmutok created a review comment on a pull request on mate-academy/py-taxi-service-authentication
Why you remove this file? please revert it

View on GitHub

vsmutok created a review on a pull request on mate-academy/py-taxi-service-authentication

View on GitHub

vsmutok created a review on a pull request on mate-academy/py-taxi-service-search-and-tests
Looks Good!

View on GitHub

vsmutok created a review on a pull request on mate-academy/py-fastapi-homework-4-task
Looks Good!

View on GitHub

vsmutok created a review on a pull request on mate-academy/py-solid-book-service-refactoring
Great!

View on GitHub

vsmutok created a review comment on a pull request on mate-academy/py-token-authentication
These authentication and permission should be default and placed in settings to avoid code duplication

View on GitHub

vsmutok created a review on a pull request on mate-academy/py-token-authentication

View on GitHub

vsmutok created a review on a pull request on mate-academy/py-feed-animals
Looks Good!

View on GitHub

vsmutok created a review comment on a pull request on mate-academy/py-taxi-service-search-and-tests
Create a separate template for search form and include it where you need to avoid code duplication

View on GitHub

vsmutok created a review on a pull request on mate-academy/py-taxi-service-search-and-tests

View on GitHub

vsmutok created a review comment on a pull request on mate-academy/py-herbivores-and-carnivores
```suggestion Animal.alive.remove(animal) ```

View on GitHub

Load more