Earthson Lu

Results 5 issues of Earthson Lu

``` MountVolume.SetUp failed for volume "pvc-eb1e2360-f321-4653-aeed-967d1bdcad46" : kubernetes.io/csi: mounter.SetupAt failed: rpc error: code = Unknown desc = Failed to find device for iqn.2000-01.com.synology:kube-csi-pvc-eb1e2360-f321-4653-aeed-967d1bdcad46-lun-1 ``` exist: `iqn.2000-01.com.synology:kube-csi-pvc-eb1e2360-f321-4653-aeed-967d1bdcad46` PV and PVC seems...

In the case of X509 client verification, we want to get the certificate of client to extract some extra info(email, name, ...) but ServerSession is not for public use. https://github.com/async-rs/async-tls/blob/master/src/server.rs#L20...

It would be grate to send binary or base64 encoded image through hyperdash, we could generate these image using matplotlib

只有部分服务器有这个问题 ``` from pytdx.hq import TdxHq_API api = TdxHq_API() with api.connect("123.126.133.21", 7709): print(api.to_df(api.get_security_bars(9, 0, "000965", 2360, 3))) ``` ![image](https://user-images.githubusercontent.com/1193039/33986015-40b388f8-e0f7-11e7-8926-058501d504a6.png)

```python self.to_kv = nn.Linear(dim, dim_head * 2, bias = False) # expected self.to_kv = nn.Linear(dim, inner_dim * 2, bias = False) ``` Is this a trick? or bug?