-
Hi,
I found an issue where building a sphinx documentation breaks when one of our package's dependencies lazy loads a package.
In our particular case we depend on `qcodes` that lazy loads the …
-
Hello,
It would good to publish the full `astroid` reference in the documentation, not only the classes, but the `AstroidBuilder` and other important building blocks.
In the mean time, I've ge…
-
**Describe the bug**
When I start a pytest session the astroid package enters an infinite loop when it is imported.
**To Reproduce**
I prepared a [pipenv file](https://gist.github.com/kain88-de/…
-
### Steps to reproduce
this code
```python
from PyQt4 import QtGui
...
aComboBox = QtGui.QComboBox(self)
aList = [6,7,8,9,10,11,12,13,14,15,16,18,20,22,24,26,28]
for i in aList:
aComboBo…
-
IMHO astroid should remember the last window size when closing and starting again.
For example, I always use astroid in full-screen and it's annoying to maximize it every time I start it.
Option…
-
What's the problem with the text color of the buttons? In the bootstrap, the primary button's text color is white, not black. Why are the colors redefined in the astroid? How to make it white?
Primar…
-
Originally reported by: **Anonymous**
---
when doing a pip install of pylint I am getting the following error. This started after 2pm on Monday Nov 30th. We were using the latest on pylint, but no…
-
Hi,
the correct `-mt` version of boost_thread is chosen on mac, but not for `boost_log`. Also re-arranging the boost components did not trigger a reconfiguration, but this changes if I clean out bu…
-
Originally reported by: **BitBucket: [ceridwenv](http://bitbucket.org/ceridwenv), GitHub: @ceridwen?**
---
Currently, especially in the tests, there a bunch of different helper functions and a bunch…
-
dataclasses-json does not seem to pass PyLint tests if using created methods.
In this example the method used is from_dict.
To get around it, brain tips must be added.
Example Implementation …