Matt Armand

Results 32 comments of Matt Armand

@junegunn I just ran into this issue dealing with the [Black](https://github.com/psf/black) plugin. Are there plans to tag a new release of `vim-plug` soon to get this out, or are you...

I'll preface this by saying this is a bit of an odd case, and if `vim-plug` doesn't want to support this case, that's understandable to me (but it would be...

Thanks @junegunn, I agree that's a much better solution. I'll open a PR soon over there suggesting that change in their docs (I had another addition I wanted to make...

This is a pretty high-impact regression for anyone using external URLs for `SwaggerResource`s. It also seems relatively low effort to fix, especially considering it was [previously fixed](https://github.com/springfox/springfox/issues/2235#issuecomment-659081498) and just regressed...

@dilipkrish it's been over 14 months since this regression was reported, and nearly a year now since this fix was proposed. Any update on when we can expect this fix...

Fwiw the discrepancy on the RTD site seems to be due to the fact that the version on the README was out of date for version `1.1.2` (See [here](https://github.com/celery/django-celery-results/tree/1.1.2#celery-result-backends-using-the-django-ormcache-framework)). Looks...

It's been just a touch over a month since @asherf said to expect a release soon in https://github.com/mpdavis/python-jose/issues/221#issuecomment-829728753 and https://github.com/mpdavis/python-jose/pull/207#issuecomment-830675542, curious how that new release is coming and if any...

Is there any documentation of a technical design or the groundwork that would need to be accomplished for this? I'm very interested in this feature and would consider contributing some...

FYI, the only `compose` commands I've found in the docs that support `--remove-orphans` are `up` and `down`. Docs: https://docs.docker.com/engine/reference/commandline/compose_down/ https://docs.docker.com/engine/reference/commandline/compose_up/ I've run into this with `docker compose run.....` as well,...

`run` doesn't support the `--remove-orphans` flag, which is probably why the env var isn't working. But it DOES report the orphans message, which says "run this command with..." and is...