Delrius Euphoria
Delrius Euphoria
Any work arounds yet?
Just dont bother, do it manually. I did it manually.
@kannansowayan What did you try? I dont have the code I used, but I used python for this, something simple. ``` with open('main','rb') as file: ``` and so on. Its...
I used `uncompyle6`. And then proceeded.
So is this repo getting maintained? Great work this is, alot of details in the code and the _support_ from dev has been just amazing.
**Progress Update:** 2 new designs for event card have been made
**Progress Update:** In the final stages of finishing the requirement doc
**Progress Update:** The code is completed and merged, only the UI is pending
A possible way is something like: ```py import requests def validate_github_profile(value): """validate github profile""" pattern = r"^github.com\/[a-zA-Z0-9]+(?:-[a-zA-Z0-9]+)*\/?$" if re.search(pattern, value) is None: raise ValidationError( _("%(value)s is not a valid GitHub...
**Progress Update:** Coding for action to import data is done, button linkage is remaining