eatlocal icon indicating copy to clipboard operation
eatlocal copied to clipboard

This package helps users solve PyBites code challenges on their local machine.

Results 9 eatlocal issues
Sort by recently updated
recently updated
newest added

I just thought about an init mode. This could be used to ask the user for username and password so they don't have to create env vars before using eatlocal....

I would like to add a go-to command that takes the use to either the root of the repo if no argument is given or to the bite subfolder in...

Not sure if I'm doing something wrong, but when I submit a bite then refactor it, go to the bite on the pybites site and choose "try again" and then...

Issue: On a new machine (Ubuntu linux), I tried submitting bite 136. eatlocal gets stuck trying to submit. I have to abort with \. While attempting to manually add and...

I see this in the README: > eatlocal is now compatible with Python 3.8. This matches the expected python version for the platform. The platform uses 3.10 now so shall...

I made a demo video today for our v2 series and it puzzled me a bit that I got a solution pulled in instead of a template file. This was...

enhancement

Eatlocal indicates "Congrats, you passed this Bite!" after submit, the points seem to be rewarded but the bite status checkmark is missing/not there. Status can be updated by using run...

Hi I noticed some truncation of the filename after the download locally. For example, `password.py` became `assword.py` . In my opinion, the bug resides in the strip method in this...