Aditya Rajput
Aditya Rajput
Hey, is there any way that I can merge your context menus CSS with the [Cascade theme](https://github.com/andreasgrafen/cascade)?
Hey there! I stumbled across your post on r/asemic and loved the generated characters. I would like build a script using those characters and use them in an indie game...
I want to add content on the homepage below the menu and have it be discoverable by scrolling. Currently the page doesn't allow scrolling. What do I have to do...
In this issue, you'll add a new member to the `EventType` enum present in the file `bot/models/github/event_type.py` The name of the member will be `LABEL_UPDATED` The keyword for the member...
### This issue depends upon the issues #7 and #8 and thus can be only attempted after those issues are closed. In this issue, you'll add a new GitHub parser...
In this issue, you'll add a new model class `Label` and a new member `label` to the `GitHubEvent` class. # Step 1 ## Create new model class For this step,...
In this issue, you'll add a new model class `WikiPage` and a new member `wiki_pages` to the `GitHubEvent` class. # Step 1 ## Create new model class For this step,...
### This issue depends upon the issues #7 and #8 and thus can be only attempted after those issues are closed. In this issue, you'll add an `elif` clause to...
Labels are helpful tags which users can use to sort and manage issues/PRs for their GitHub repository. From the [documentation](https://docs.github.com/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work/managing-labels): > You can manage your work on GitHub by creating...
### This issue depends upon the issues #2 and #3 and thus can be only attempted after those issues are closed. In this issue, you'll add a new GitHub parser...