Bob Hyman
Bob Hyman
It seems that pytest-flake8 is ignoring flake8's `excludes` option now. I'm looking into fixing this once and for all by having the plugin use flake8 native config. In the meantime,...
Some further research. It looks like pytest-flake8 *does* use [flake8] settings, e.g `ignores =`, but only if you do *not* define the corresponding `[tool:pytest] flake8-ignores =`. This makes sense. But...
OK, I have a V2 implementation of the plugin working (for n=1 project), and will soon be issuing a PR for it after I get some tests implemented.. In the...
I'm interesting in making this work, could do some development about it. Could you suggest a good example of a plugin to base this on? I see that you can...
I'm not seeing the benefit of all the work (to implement now and to maintain going forward). You've offered 2 scenarios where it might be nice to have async: invoking...
I can confirm this is still a problem. Starting at an empty paragraph, if I manually type \```mermaid, a valid flowchart and the closing \```, then move off the paragraph,...
Expanding on the above workaround for: ```kotlin import * as React from "react" ``` You may be able to minimize hand tweaking of generated definitions by hacking the source package...
Check the failing libraries for a wild-card import like `import * as _alias_ from _package_`, like `import * as React from "react"` and see my fuller description below: https://github.com/Kotlin/dukat/issues/482#issuecomment-1321433556; you...
Agree the programming world has adopted some strange conventions over time and if you could go back in time you could right some egregious wrongs.But the moving hand has writ,...
Current users and team members have already demonstrated unusual mental flexibility and, dare I say, tolerance for pain that won't be representative of the potential future user population. A survey...