Delta Regeer
Delta Regeer
I'll accept a PR to fix this issue.
I'll accept a PR for this...
@ldaverio I've just spent a bunch of time upgrading to Webpack 5. Would you mind rebasing? Hugo-bin is used because it means people don't need to have Hugo installed separately...
@ldaverio I will readily admit that I had not seen the original PR get opened, and I was deluged with GitHub notifications, hence the duplication of effort of upgrading to...
This is a limitation in `pkgutil.iter_modules`, it doesn't return namespace packages (those without an `__init__.py`) unfortunately. For example: ``` . |____folder2 | |____test | | |____other.py | |____other.py |____folder1 |...
Do note that this issue will cause failures in other software too, which uses similar lookup methods. I believe that `importlib_resources`/`pkg_resources` is also bit by this if you try to...
That walks the file system tree manually, instead of relying on the importer to do its thing. I'm wondering if there is any side effects there that we'd have to...
This is an issue in WebOb. There is some work underway to fix that issue there.
Patches accepted. Project is not maintained.
@faassen If you'd like to provide changes from your fork back, I'd be willing to review and get them out.