Joel Sleppy
Joel Sleppy
It looks like this change https://github.com/django-webpack/django-webpack-loader/blame/master/webpack_loader/loader.py#L58 turned `chunk["name"]` into `chunk` so that it was passing a `dict` into `regex.match()`. This error is affecting me with `django-webpack-loader==1.6.0` and `[email protected]`. When I...
For my use case (only one layer of `Mount`s) this has been a sufficient workaround at least after a couple minutes of testing. I'll update if I run across any...
I have a handwritten async Keycloak client that I'm considering bundling up into a library for reuse. I would prefer to put that effort into adding async to this library...
Hi, I'd like to pick up this issue. I'll look at #74 as an example. As a next step, I would recommend using [tox](https://tox.readthedocs.io/en/latest/) to wrap up testing, type checking,...
I opened a PR to type annotate about half of the code base. I see somebody worked on this in the meantime, so there were pretty nasty merge conflicts and...