NullYing
NullYing
总结一下用原生小程序会遇到的问题 1. regeneratorRuntime在旧版开发工具是要手动引入的,新版有增强模式就支持了(开启后直接使用) ``` 手动引入方法 在sentry-mina.js前面加一行 const regeneratorRuntime = require('./utils/regenerator-runtime/runtime.js') 对应的文件在这里下载 https://github.com/facebook/regenerator/blob/master/packages/regenerator-runtime/runtime.js 删除掉runtime.js中这部分 try { regeneratorRuntime = runtime; } catch (accidentalStrictMode) { // This module should not be running in...
今天更新了一下,感受到的更新: 1. regenerator-runtime依赖不需要了 2. 代码保护也可以开启了
use Xcode rebuild this code, it's available with apple silicon
I add Chinese and hoping upgrade this app to support apple silicon, I had tried rebuild it in apple m1, it's work
Try upgrade: celery==4.4.5
open ignore_result options
```python lua_script = """ function main(splash, args) assert(splash:go{splash.args.url,http_method=splash.args.http_method,body=splash.args.body}) assert(splash:wait(0.5)) splash:on_request(function(request) request:set_proxy{ host = "http://%s", port = %s } end) return splash:html() end """ % (proxy_ip, proxy_port) yield SplashRequest(shop_url, callback=self.parse_content, headers={'Referer:':...
is this still active?
Read this PR: https://github.com/gsuitedevs/PyDrive/pull/198 and it work now ```python # -*- coding: utf-8 -*- import httplib2 from pydrive.auth import GoogleAuth from pydrive.drive import GoogleDrive gauth = GoogleAuth() proxy_info = httplib2.ProxyInfo(proxy_type=httplib2.socks.PROXY_TYPE_HTTP_NO_TUNNEL,...
@googlebot I signed it!