Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
vsmutok created a review comment on a pull request on mate-academy/py-taxi-service-authentication
add new empty line
vsmutok created a review comment on a pull request on mate-academy/py-taxi-service-authentication
add new empty line
vsmutok created a review on a pull request on mate-academy/py-taxi-service-authentication
vsmutok created a review comment on a pull request on mate-academy/py-car-wash-station
```suggestion benefit = 0 for car in car_collection: if car.clean_mark < self.clean_power: benefit += self.calculate_washing_price(car) ...
vsmutok created a review on a pull request on mate-academy/py-delivery-drone
Good Job!
vsmutok created a review on a pull request on mate-academy/py-movie-moviesession-cinemahall
Looks Good!
vsmutok created a review on a pull request on mate-academy/py-cinema-full-stack
Please attach screenshots demonstrating that the photos on the website are displayed correctly.
vsmutok created a review comment on a pull request on mate-academy/py-cinema-visit
```suggestion def sell_product(customer: Customer, product: str) -> None: ```
vsmutok created a review comment on a pull request on mate-academy/py-cinema-visit
```suggestion cleaning_staff: Cleaner) -> None: ```
vsmutok created a review on a pull request on mate-academy/py-asyncio-iot
Please note: attach the screenshot of your script results (the console) to the PR.
vsmutok created a review comment on a pull request on mate-academy/py-create-file-from-terminal
use ```python if __name__ == '__main__': ```
vsmutok created a review on a pull request on mate-academy/py-create-file-from-terminal
vsmutok created a review comment on a pull request on mate-academy/py-delivery-drone
```suggestion def __init__(self, name: str, weight: int, coords: list | None = None) -> None: self.name = name self.weight = weight self.coords = coords or [0, 0] ```
vsmutok created a review on a pull request on mate-academy/py-linter-formatter
Looks Good!
vsmutok created a review on a pull request on mate-academy/py-create-file-from-terminal
Tests Failed!
vsmutok created a review on a pull request on mate-academy/py-cinema-full-stack
NOTE: Attach screenshots of **ALL PAGES** from the correctly connected frontend. Better to make them with opened developer tool, where will be shown requests to the API.
vsmutok created a review comment on a pull request on mate-academy/py-car-wash-station
DRY Here you use a loop three times; try to do it just once.
vsmutok opened a pull request on mate-academy/py-game-models
Refactor tests to use dynamic related field retrieval
Replaced hardcoded "skill_set" with dynamic retrieval of the related field using `remote_field.related_name`. This ensures the tests remain functional even if the related name changes in the model ...vsmutok pushed 20 commits to master vsmutok/py-game-models
- Update README.md 035762b
- test on email field added 131164b
- Merge pull request #100 from mate-academy/add_email_test test on email field added da351d7
- Added flake8 plugins d9cb669
- added checklist.md 5c7658b
- added one point 4270cd1
- Merge pull request #122 from mate-academy/checklist added checklist.md 3f3ff56
- test added f8eafaa
- imports optimized b1dc267
- test fixed 2246e3c
- test and readme fixed bb4a514
- imports ee652a8
- old test 217bfe7
- Merge pull request #161 from mate-academy/test_on_delete_added test added 7631205
- Update README.md ec1efdd
- get_or_create added 3c95a09
- Merge pull request #497 from Serhii-Leonenko/add_get_or_create_to_README get_or_create added 700f010
- clarify description 8c428ba
- fixes 2ed0bda
- Merge pull request #1008 from LLkaia/update/clarify_desc 86d87d9