walirt

Results 10 comments of walirt

@auvipy https://github.com/celery/django-celery-beat/blob/1a6b515541a96c61071a36bd202ec0b00369e184/django_celery_beat/clockedschedule.py#L16 just replace the `maybe_make_aware` function on line 16 of the `clockedSchedule.py` file with the `make_aware` function in the utils package, can solve this problem, like this ```python from...

> 我也遇到了这个问题。想不明白这样做的原因。为什么非要转UTC呢? 像我上面一样打个patch就可以了

Yes, I found the bug, too

> @moker-monkey 用最新版本看看,不行,可能就是的你环境有问题 也是用最新版本 vue-cli 起的项目 ` Unrecognized input. Possibly missing '(' in mixin call. `

已解决 降低less版本就可以了 https://github.com/ant-design/ant-design/issues/28427#issuecomment-748368897

JS的正则语法

change from ``` 'is_null': lambda f: f is None, 'is_not_null': lambda f: f is not None, ``` to ``` 'null': lambda f, a: f.is_(None) if a else f.isnot(None) ``` use...

> @walirt Will you implement it? I have no use for such a feature personally. This is a common function of the data table, we generally do not return all...

I think they want to relieve the pressure on rpc 😂