taoxinyi

Results 6 issues of taoxinyi

WARNING: can't import layer can: No module named 'fcntl' WARNING: Unless called manually, this could indicate deprecated use. Should be changed to bytes(self) WARNING: more Unless called manually, this could...

Is there a way to import and export elements compatible with jpbc in JAVA? It seems these two libraries serialize elements differently.

The ansi input in the cmd in Win10 is: ![image](https://user-images.githubusercontent.com/22277258/34091457-b1264c7a-e3f8-11e7-8c39-7b9c7feae538.png) However the output html file is: ![image](https://user-images.githubusercontent.com/22277258/34091476-cef64926-e3f8-11e7-9cec-55e70d759819.png) So what's wrong?

needs-info

In the document it says ``` --timeout Socket/request timeout ``` However, in https://github.com/wg/wrk/blob/0896020a2a28b84b1150e9b60933b746fe1dc761/src/wrk.c#L345 it appears it only increments timeout when it receives an HTTP response instead of also adding it...

protobuf.js version: I used protobuf.min.js. But protobuf.load is only available in callback function. Otherwise 'Uncaught ReferenceError: protobuf is not defined at xxxx' will show. For example, the following is not...