
- Thailand
- crazyrussian.pro
Block or Report
Block or report Akay7
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
Currency bot can offer various information about the rate of currencies
Python 1
-
RiceRocksKivy Public
You control a little spaceship that is opposed to the cosmic asteroids.Project on python and Kivy
Python 1
-
-
django-rest-auth Public
Forked from Tivix/django-rest-auth
This app makes it extremely easy to build Django powered SPA's (Single Page App) or Mobile apps exposing all registration and authentication related functionality as CBV's (Class Base View) and RES…
Python
-
django-allauth Public
Forked from pennersr/django-allauth
Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication.
Python
587 contributions in the last year
Activity overview
Contribution activity
January 2023
Created 1 commit in 1 repository
Created 1 repository
- Akay7/pytest-image-diff Python
Created a pull request in Apkawa/pytest-image-diff that received 2 comments
add support for Path to file and images as bytes
I got two issue:
image_diff(bytes, ...) - I got error NotImplementedError
image_diff(Path, ...) - I got error NotImplementedError
so there's my fix.