Konstantin Alekseev

Results 31 comments of Konstantin Alekseev

@OmenApps [inspect.getsource](https://docs.python.org/3/library/inspect.html#inspect.getsource) can't find source code of one of your models: ``` File "/usr/local/lib/python3.9/site-packages/extra_checks/ast/source_provider.py", line 45, in source return textwrap.dedent(inspect.getsource(self._obj)) ``` check what is inside of `self._obj` and if its...

> Any chance of adding support for this? Hardly as standard checks but custom checks are planned (you will be able to write your own checks using this app infra)....

> timezone.now() is evaluated once, use timezone.now this case is checked by fields.W161 https://docs.djangoproject.com/en/3.1/ref/checks/#model-fields > But, there are auto_now_add=True and auto_now=True for DateTimeField auto keywords and `default=timezone.now` yield different results,...

@carltongibson @tomchristie can we add this to 3.12 milestone? I'm ready to contribute updates to the patch as requested.

It's not stale, still waiting review from maintainers.

Not stale, I will rebase as soon as someone is ready to review. Probably can be superseded by https://github.com/encode/django-rest-framework/issues/7173#issuecomment-1122490298

> I can't reproduce this issue here: https://codesandbox.io/s/blissful-snyder-i5o6s?file=/src/App.js Hm, I reproduce the problem with that codesnadbox too, videos: - ios 15.0 https://user-images.githubusercontent.com/367259/137637303-63621b62-7665-45fa-83ca-a57d13af3d5b.mp4 - safari 15.0 (15612.1.29.41.4, 15612) https://user-images.githubusercontent.com/367259/137637347-32672ece-992f-418c-a6d0-64dd7e963508.mp4

styled-components version of that sandbox https://codesandbox.io/s/loving-lamarr-eyvpw?file=/src/index.js works as expected for me

> Encountered with the same issue in Safari in 15.0 but all works fine in Safari 15.4 @andreyantipov I think you meant Safari **14.4** I've tried Safari 15.1 beta 3...

@Andarist > Note that this codesandbox is using the non-speedy mode - which is working just OK with Emotion too (according to your tests). So this is not an apple...