kk

Results 128 comments of kk

I also encountered this problem. see https://github.com/FriendCode/gittle/issues/72 UnicodeDecodeError When filename is"article/python2编码问题.md" or has unicode char ``` dulwich/index.py(423) build_index_from_tree() -> full_path = os.path.join(prefix, entry.path) (Pdb) pp prefix u'E:/work/py/kkblog/article_repo/\u54c8\u54c8\\guyskk\\webhooks_test' (Pdb) pp entry.path...

Hi Idoyle, thank you for all the work! I think depends on numpy is not a problem because most people already installed it, but break public interface is a bit...

在Python3.6下运行有个DeprecationWarning: ``` python3.6/site-packages/pygments/util.py:26: DeprecationWarning: Flags not at the start of the expression '.*?

> FYI, `init_command="SET SESSION time_zone=UTC"` works. Use `init_command="SET SESSION time_zone='+00:00'"` to avoid pymysql.err.InternalError: (1298, "Unknown or incorrect time zone: 'UTC'")

I confirm @michaeljaszczuk solution https://github.com/jazzband/django-oauth-toolkit/issues/634#issuecomment-994821666 works as expected.

@JohannesBuchner I'm glad to see that! 👍

感谢反馈,根据截图原文链接,订阅源应该是 https://rsshub.app/weibo/user/1743951792 因为微博对视频做了限制,只能在微博网站上播放,目前没法绕过。如有发现有绕过方法,欢迎反馈给我,我去学习一下~ 另送你一枚兑换码,输入你的GitHub ID即可兑换。

感谢反馈!目前文章内容更新后无法自动从未读变为已读,因为如果按更新时间排序的话,很多文章资讯会更新,然后排序就会一直变。甚至有一些订阅源,输出的更新时间是当前时间,导致每次抓取时间都会更新。 我设想过做一个Watch功能,把文章标为Watch状态后,文章内容更新后就会高亮出来(或单独列出),这样就不会错过内容更新。

是的,目前图片代理只能解决反盗链导致的图片加载问题,外网代理还没有实现。