_kmz
_kmz
hmmm... I happened to start using it at work. And I'm considering starting a new project providing some more features based on yours... So I want to know if you...
@tolsac @riquedev `get_extra_action` is only in rest_framework >= 3.8 and work with decorator `@action`. Install an earlier version may temporarily fix this issue.
@tolsac @riquedev Sorry I was wrong. I guess riquedev's issue is because he treated an `APIView` obj as a `ViewSet`. ``` class ContactsViewSet(ListBulkCreateUpdateDestroyAPIView): ``` The ways that they are added...
Same here on Archlinux. And I tried `./app/bin/markdown-preview-linux --path ./app/server.js` in plugin dir and it raised segmentation fault. ``` ~/.vim/plugged/markdown-preview.nvim ‹master*› $ ./app/bin/markdown-preview-linux --path ./app/server.js [1] 2418941 segmentation fault ./app/bin/markdown-preview-linux...
@MamtaGarg Not yet.
这个可能是twisted和py3.7兼容的问题吧,我没有遇到过,后续研究一下 你换3.6试试?
https://github.com/Karmenzind/fp-server/blob/master/src/config/__init__.py#L62 可以在这里改一下同时运行爬虫的个数。 不清楚你的服务器配置什么样的,这是我电脑运行时的占用情况,CPU在0%-3%徘徊,内存基本不到1%。  
你的部署方式是手动还是Docker?
那就尴尬了,Docker虽然轻,但也是比较耗资源的…… 你如果还感兴趣的话,试试手动部署吧。这个项目我会持续维护的,后面想办法控制一下资源占用。
win应该是系统调用函数不同,无法直接运行。我平时不用win,时间也不多,暂时不解决这个。你可以考虑在wsl里运行。