wengooooo

Results 11 issues of wengooooo

度量学习官方例子 运行到26000次的时候,在测试集的时候就卡住不动了,也不报错 ![QQ图片20201205121546](https://user-images.githubusercontent.com/63537268/101233449-ef058000-36f3-11eb-816f-853da27025df.png) 强制停止的时候发现卡在这里了 ![QQ图片20201205121553](https://user-images.githubusercontent.com/63537268/101233607-fe84c900-36f3-11eb-9121-8c3510c2144e.png)

I get an error when I load a Canon image Error Message: lsolesen\pel\PelMakerNotesMalformedException Size of Canon Camera Settings does not match the number of entries. [test image](https://raw.githubusercontent.com/wengooooo/deep-learning-with-python-notebooks/master/20200711004015.jpg)

Reproduction code ``` x1 := time.Now().Add(10 * time.Second) x2 := time.Now().Add(15 * time.Second) x3 := time.Now().Add(20 * time.Second) graph := chart.Chart{ Series: []chart.Series{ chart.TimeSeries{ XValues: []time.Time{x1, x2, x3}, YValues: []float64{1.0,...

### Description The Akamai fingerprint of cycletls doesnt match the fingerprint of the browser im attempting to imitate. tls.peet.ws calls akamai_fingerprint and akamai_fingerpring_hash are both different from the actual browser...

🐞 Bug
Selected for Development

Is it possible to add retry middleware, scrapy also comes with retry middleware.

enhancement
accepted

How Handle request exceptions?

Add a new option, when the status code returns 200, can call the callback method, because some sites even if the status code returns 200, but the content is wrong,...

### Description When I use mitmproxy as a local proxy, Post method does not work ``` client := cycletls.Init() response, err := client.Do("https://www.httpbin.org/post", cycletls.Options{ Body: `{ "a": "a", "b": "b",...

question

未来是否有计划支持graphql的请求 类似这个包:https://github.com/machinebox/graphql

### Bug Description Why is it a bug that the subcategories of this node is not an object but an array? ``` { "node": "n8n-nodes-base.git", "nodeVersion": "1.0", "codexVersion": "1.0", "categories":...

in linear
Needs Feedback