PythonCoderAS

Results 97 issues of PythonCoderAS

- os: - `lsd --version`: lsd 0.21.0 - `echo $TERM`: xterm-256color - `echo $LS_COLORS`: ``` zsh: correct '$LS_COLORS' to '$LSCOLORS' [nyae]? y Gxfxcxdxbxegedabagacad ``` ## Expected behavior When piping to...

kind/bug

While reading the documentation, I found that isort shows some common examples if called without any arguments. However, as a new user, I called isort via `isort --help`. It would...

I feel that it'll make it easier to get started with isort if I can immediately access the quickstart without having to scan the sidebar for the link.

I have a table with a `fields.CharField` that is a primary key and set to a `max_length` of 6. I decided to change it to 16 and migrate the table,...

When I tried to upgrade the migrations made by `aerich migrate`, I got the error `tortoise.exceptions.OperationalError: near "INDEX": syntax error`. I suspect the line `ALTER TABLE "option" ADD INDEX "idx_option_name_abe08f"...

When I add a default to a column that did not have a default, aerich will not add the default. It will write `ALTER TABLE "" ALTER COLUMN "" SET;`,...

If a migration containing a "DROP INDEX" command with a unique index is executed on PostgreSQL, an error is raised, claiming ``` asyncpg.exceptions.DependentObjectsStillExistError: cannot drop index uid_imagetempla_guild_i_25a69e because constraint uid_imagetempla_guild_i_25a69e...

When I try to run a simple test to log in to this API, I get an `AttributeError`: ```py _____________________________________________________________________________________________________________ test_login ______________________________________________________________________________________________________________ username = '', password = '' @pytest.mark.asyncio @pytest.mark.vcr()...

Some dependencies trigger a npm audit and should be updated as soon as possible.

Is it possible to setup the workflow in such a way that it can also label old PRs with the same logic?