-
Add Automation scripts in Automation bucket. Ranges from text generators, video downloaders, web scrapers, email senders, automating whatsapp, timers, clocks, alarms, automating website actions, captu…
-
For example, I might have pyflakes (or pylint, or black, etc) already installed by [.pre-commit-config.yaml](https://pypi.org/project/pre-commit/) but not in my virtualenv. python-lsp-server could det…
-
ARIA 1.1 deprecated [`aria-grabbed`](https://www.w3.org/TR/wai-aria-1.1/#aria-grabbed) and [`aria-dropeffect`](https://www.w3.org/TR/wai-aria-1.1/#aria-dropeffect). While no feature yet exists to rep…
-
H=np.array([[-1.0+0.5j, 2+3j],
[0.3-4j, 5+27j]])
H=ma.masked_where(np.abs(H)>10, H)
print H
[[(-1+0.5j) (2+3j)]
[(0.3-4j) --]]
print np.log(H)
…
empet updated
1 month ago
-
**Describe the bug**
When collecting type-alias attributes, pytkdocs in some cases incorrectly collects a path under the `typing` module. This seems to happen when the type alias is an alias to a typ…
suned updated
2 weeks ago
-
### Summary
The ctx attributes `channel`, `user` and `message`, `guild`, and possible more, are typed as methods, not attributes
### Reproduction Steps
- install pycord
- i'm on version `2.…
-
# Dataclasses - Support use of Annotated including `field` as metainfo
`dataclasses` are great and I make extensive use of them but there is something which I always find non-matching. Example:
…
-
Originally reported by: **Claudiu Popa (BitBucket: [PCManticore](http://bitbucket.org/PCManticore), GitHub: @PCManticore)**
---
The culprit is this check https://bitbucket.org/logilab/pylint/src/e73…
-
# Requested Update
### Depends on
#708
### Description
The current help messages for generated command classes (see #642 & #708) are repetitive and don't provide useful information. They shou…
-
**Description of the issue**
Newer type checkers, such as pyright, pytype, pyre are faster, able to infer types implicitly, and catch more errors. Pyright in particular is also incremental, so doesn'…