Results 8 issues of super

ANSI colors were added to colorit for applications which wish to support the colors being used by the terminal already. I think that we should documented this feature since it...

documentation
medium priority

When I first created this package, I didn't care much about code standards, but looking back on it now, the abundance of comments and PascalCase are not good practices and...

# `:CocInfo` ``` ## versions vim version: VIM - Vi IMproved 8.2 8021185 node version: v14.5.0 coc.nvim version: 0.0.78-0ff42027ff coc.nvim directory: /home/username/.vim/plugged/coc.nvim term: dumb platform: linux ## Output channel: Python...

Some users and I have mentioned that the invite link on the [website](https://pythondiscord.com/) is a bit hard to get to. Since the site is made to go along with the...

area: frontend
language: python
priority: 2 - normal
level: 1 - intermediate

## Description Implement a `.youtube` or `.yt` command to get the top 5 results from YouTube with that search query. ## Reasoning Users can share videos with each other and...

type: feature
status: approved
status: WIP
area: backend
category: utilities

How can I *also* use a custom theme?

# Problem [`modelclass`](https://github.com/polygon-io/client-python/blob/master/polygon/modelclass.py) is an uncessary abstraction for `dataclass`, and it makes the codebase harder to navigate. All of the relevant behavior between modelclass and dataclass is the same. The...

enhancement