adsee

Results 8 issues of adsee

Very helpful package! Thank you. I'm using `ImmortalDB` with React to save some page state to local. I would like to init a component's state by loading locally stored state,...

Very helpful boilerplate. Any plan to release a AC3 version boilerplate?

一直有做个ppt的cms的想法,苦于不知道怎么实现。在周刊看到了这个repo。惊了!! 感觉就是这个repo加上云存储。 实际试用了一下,有一些不成熟的想法: - 新添加的想法会出现在最右边,需要手动滑过去;理想的话添加之后自动滑到最右默认编辑状态 - 变量这个真的眼前一亮,感觉是ppt的theme加强版,改了之后全局都会变。或许可以预先设置一些变量作为theme,能保存最好。 - 大纲面板每个项目左边的十字形图标有点容易误解为添加按钮。。。也许可以换成表示层级的,比如数字等 - 缩略图模式也能表示层级就好了(有必要吗?) - 缩略图的页码 - 没有试过不清楚,能在触摸屏上滑动播放吗? - 我是感觉换页效果很炫酷,但面对上了年纪的顾客(或者老板)的时候,可能会被觉得花里胡哨。。添加classic换页模式可能比较好 - 样式似乎有点少。最主要不能改字体 差不多就是这些了。 ("pearmini" 是小梨子的意思吗。。?) 总之pearmini加油。 最近正好在学习umi, 我也加油。

advice

In `django-allauth`, setting `ACCOUNT_LOGIN_ON_EMAIL_CONFIRMATION=True` will automatically login user after the email is verified. But posting key to "/dj-rest-auth/registration/verify-email/" only returns `{"detail":"ok"}`. The source code below explains why: ```python # allauth...

all-auth

[This](https://github.com/iMerica/dj-rest-auth/blob/007e46e15d85b7e90d05396ad825ca524c2692c8/dj_rest_auth/views.py#L85) is the source code of `LoginView`'s `get_response`. Expiration is calculated and returned if set. And [this](https://github.com/iMerica/dj-rest-auth/blob/007e46e15d85b7e90d05396ad825ca524c2692c8/dj_rest_auth/registration/views.py#L53) is the source code of `RegisterView`'s `get_response_data`. Expiration is not considered. Why is...

question

I'm having this error when executing `collectstatic` with cloud build: ```... Deleting 'flags/sh.gif' Copying '/usr/local/lib/python3.8/site-packages/django_countries/static/flags/sh.gif' Deleting 'flags/mv.gif' Copying '/usr/local/lib/python3.8/site-packages/django_countries/static/flags/mv.gif' Deleting 'flags/lu.gif' Traceback (most recent call last): File "manage.py", line 10,...

Is there a way to create a enumerated type like in [this page](https://www.postgresql.org/docs/9.1/datatype-enum.html)? Or add a `check` to restrict the column value?

question

I have a reset button for the form; and I would like to disable the button is the form is already reset to initial values. There is a `isPristine` property...

enhancement
pull request wanted
good first issue