Tyson Clugg

Results 48 comments of Tyson Clugg

I'm personally holding out against using black until docstring manipulations and other AST changing features are disabled by default, as per the rationale made clear by @bryevdv in https://github.com/bokeh/bokeh/issues/9636#issuecomment-826996879. Features...

I feel I should contribute here as https://github.com/Atomidata/django-audit-log/pull/16 is where I proposed a fix for this very issue. The pull request was never merged...

Hi Brian, I'm not sure that the PersonAuditLogEntry.action_user field should be a foreign key to Person, it kind of makes sense that it should relate to the PersonAuditLogEntry model instead....

-1 The point of an `sdist` is not to install stuff -- although you _can_ because being able to build or install a package is a _side-effect_ of having all...

-1 Once again, why put generated files in your `sdist`? That's what `bdist_wheel` is for.

@ruslantalpa Just checking, did you use the `--with-privileges` argument? I understand you're talking about ownership which is different to privileges, but I thought it prudent to check.

This is very much the same as Django ticket [#25604 (Add --check flag to makemigrations; return 0 exit status for no new migrations)](https://code.djangoproject.com/ticket/25604) and my suggestion is to follow their...

I've just tried the pre-release Pylance extension version `v2022.7.41` and the issue remains. I hope you find the text in my example file useful to help resolve these issues. :slightly_smiling_face:...

Tested in [2022.8.41 (24 August 2022) PreRelease](https://github.com/microsoft/pylance-release/blob/main/CHANGELOG.md#2022841-24-august-2022-prerelease) and confirmed fixed. Thanks!