Bryce Guinta
Bryce Guinta
Some other notes: I tried to make pylint work on some really big repositories like pandas and numpy but pylint never completed, even over night
Try again after installing `qtwebkit-devel`
webkit-server is fairly similar to capybara-webkit. [This link](https://github.com/thoughtbot/capybara-webkit/wiki/Installing-Qt-and-compiling-capybara-webkit#fedora-23-24) may help you.
http://pythonwheels.com/ Packages made from wheels would probably not be allowed in the AUR since they may contain binaries (shared objects). Wheels would probably only be allowed once the package makes...
I changed the icon to C-v u26a1 in quotes and now it works for me. Not sure how interoperable it is or what this codebase was developed on in `neural/lua/neural/config.lua`
@Optiligence From what packages I imported, the error is working as intended. What package does this false positive occur for you? They may be improperly setting `__path__` to a non-list...
My bad @Optiligence. I see now this applies to namespace packages
The relevant line of code occurs here: https://github.com/PyCQA/astroid/blob/master/astroid/interpreter/objectmodel.py#L147 `astroid` should use the `_NamespacePackage` class node instead of a list` class node when the module is a namespace package.
I encountered this as well for flet app mode. Works fine in flet web mode. -- flet fails to render all markdown in the Markdown object if there is a...
Works fine when using `pylint main.py --extension-pkg-allow-list orjson` It looks like orjson is a compiled package but also has an `__init__.py` which might be tripping up pylint