wymli

Results 4 comments of wymli

@malkhamis delete the original gocode and `go get github.com/stamblerre/gocode` ,the stamblerre version gocode can really autocomplete in modules ,but it is now in maintenance mode ,and in my atom,it is...

main.py get_song_info函数 113行 修改contents = json.loads(r.text)为 ```py song_info = {} contents = {} try: contents = json.loads(r.text) except: contents['errorCode'] = 0 ``` 错误原因可能是requests请求超时导致返回了空的response,无法被json解析

Do we have some updates on this issue? For jobset/v0.8.2, the failed pods will still be deleted immediately, which is hard to debug.

> Try this > > theme="auto" > files={{ > '/user.sql': `CREATE TABLE users ( > id INTEGER PRIMARY KEY AUTOINCREMENT, > name TEXT NOT NULL, > age INTEGER NOT NULL...