-
Joomla 4.0.3 and Template One with Astroid 2.5.4
The Featured Article view ignore the columns (2) when Leading Article is set to 1 ( see pictiúre attched)
**Ok I found the issue, its a bug in the fi…
-
Steps to reproduce
I'm reproducing this using pylint, as that's how I encountered the issue, and I found that the issue originates in astroid.
Create the following test script: (test.py)
try:
…
-
Trying to install the current astroid on macOS Catalina 10.15.5 19F96 x86_64
'ninja install' failed after one warning & one note, but no obvious errors.
```
$ brew install astroid
Updating Hom…
-
Not sure if this is already possible with astroid, but this is an interesting script with mutt: http://git.upsilon.cc/?p=utils/org-mutt.git;a=blob_plain;f=mutt-open;hb=HEAD that enables the user to op…
-
I'm not using astroid directly, but discovered this issue [downstream](https://github.com/readthedocs/sphinx-autoapi/issues/264) using sphinx-autoapi.
It seems I've run into an edge case with `partia…
-
### Bug description
When parsing the following [`utils.py`](https://github.com/4nds/pylint-quotes/blob/c9aae00800289e7bf89a13ba81950334aff5668f/example/foo/utils.py):
```python
"""Utilities for…
4nds updated
9 months ago
-
Bug
Grid widget --> Template --> Two and Jollyany
Bug Description:
When you set the layout of the images in the image options to "image overlay," the images are placed directly on the header. O…
-
Parsing multi-line statements result in an incorrect value of 'tolineno'. However, the ast module of Python does return the correct value.
Example of such multi-line statement:
```python
"".joi…
-
Hello, and thank you for your work on teyit.
In the following case:
```diff
- self.assertIs(inferred.value, False)
+ self.assertFalse(inferred.value)
```
If inferred.value is equ…
-
### Bug description
```python
# pylint: disable=missing-docstring
class Ints(set[int]):
def __init__(self):
self |= {0}
self.member = True
def method(self) -> None:
p…