Stavros Ntentos
Stavros Ntentos
_Disclaimer; I will use my personal scope. Feel free to ignore me 😃_ @randy3k @stoivo 1. "I am not opposed" to having a `git add/get config`. That's manageable. 2. I...
> In the meantime, you can access this repo in the comparator by setting it directly through the querystring: [octochangelog.com/compare?repo=pylint-dev%2Fpylint-pytest](https://www.octochangelog.com/compare?repo=pylint-dev%2Fpylint-pytest) Yeah, that's what I did 😅
... Not for my case 😅  But sure - if "somehow" Github refuses to find my repo/fork otherwise, then 🤷
btw v2.1.0 does not work. It is installable, yes, but the "default folding" of top-level Excluded directories does not work. I've checked already the Project config, and the plugin's settings...
Still doesn't 😅
Oh yeah - something like `def handle_unexpected_main_fallthrough(cmd): # pragma: no-cover` ... ofc that will still need the `return handle_unexpected_main_fallthrough(cmd)`, I guess. But better than nothing, or throwing some "known ignored...
Apologies to "bump" an old thread. Is there some official or "official-like" response on the matter for its status? Any workarounds apart from duplicating files?
> There has been multiple answers about this from myself and other VMware colleagues. > > Can you either give some context about the application in question with regard performance...
Well.. you are still on `0.x`, so it is "okay". No one likes that, but, I'd much rather have a clean interface (and a loud warning), rather than anything else
You can also use a scheme like this: https://github.com/robotframework/Selenium2Library/blob/master/src/Selenium2Library/__init__.py to ease the transition. Basically, installing the package will install 2 packages: `smc_python`, and `smc` that points to `smc_python`