Results 9 comments of e_yi

I'm not using pybel at all, but importing pybel fixes my problem of `Unable to find OpenBabel plugins. Try setting the BABEL_LIBDIR environment variable`. Kind of weird. ``` from openbabel...

I recently encountered the same issue. I remember that these errors occurred in the files located in the `example` (and possibly the `test`?) folders of `liburing`. The simplest solution is...

update一下 > [2019-09-29 12:26:08] [Info] Connect www.google.com:443 via tw4.wmsxwd.xyz:10091 [2019-09-29 12:26:08] [Error] System.NullReferenceException: 未将对象引用设置到对象的实例。 在 Shadowsocks.Util.Utils.QueryDns(String host, String dns_servers, Boolean IPv6_first) 在 Shadowsocks.Controller.Handler.Connect() 在 Shadowsocks.Controller.ProxyAuthHandler.Connect() 在 Shadowsocks.Controller.ProxyAuthHandler.RspHttpHandshakeReceive() 在 Shadowsocks.Controller.ProxyAuthHandler.HandshakeReceive() 现在发现就是google.com无法连接,google.com.hk、youtube等都行......

> 设置里面把本地端口改一下试试,默认是1080,改成别的可能就好了 @lisheng15 你指的是本地代理的端口吗?应该是没有关系的,我也试了一下。

Hi, any updates on this issue? I've recently implented MiDi ( which basically is Digress plus positions) with dgl while working on my personal project. If you need any assistance...

@jermainewang Since the GraphBolt has come out, any updates on this issue? I believe having something like `graph.gdata` which accommodates `dgl.batch` and `dgl.unbatch` is useful, especially in heterographs.

> For homogeneous graphs, using broadcast/readout ops to handle graph-level data doesn't seem to be a big hassle. Yes, and, please correct me if I'm wrong, the `dgl.function` APIs are...

For anyone facing the same issue, a simple temporary workaround is to return `float('inf')` in your `BatchSampler.__len__ method`.