Songhua Liu

Results 59 comments of Songhua Liu

@ardacoskunses I still have this problem after grading to the latest verion of asitop. M1 MacBook Pro, MacOS 11.6.5, Python3 (arm64) from miniconda > asitop only works on Apple Silicon...

Using the vernemq docker linux/amd64 image on M1 MacBook Pro, an error occured to me. the qemu stopped, core dump. Docker team says use ARM64 image. We need VerneMQ supported...

> Using the vernemq docker linux/amd64 image on M1 MacBook Pro, an error occured to me. the qemu stopped, core dump. Docker team says use ARM64 image. We need VerneMQ...

Same problem on M1 MacBook Pro. It's going to be year 2022 and Apple Silicon is still not supported.

> I have tested the latest verion of pyopenssl with Python 3.10.0 and 3.9.9 on M1 MacBook Pro, it turns out (probably) a problem of the Python Interpreter on M1....

I wrote some codes to do a test here , when caching specific lines from a big file ``` python # your code goes here import linecache import datetime print("######...

Run the codes in live online Python environment: https://ideone.com/xHxTEl ### My conclusion: Basically using linecache.clearcache() which is out of for-loop could be much faster but it would consume much more...

https://github.com/xros/jsonpyes/pull/26 This is a pull request for this functionality.

@kf89 Your JSON data is invalid. `jsonpyes` takes each piece of your data as a string from the very first beginning. I wrote these codes to help you understand the...

That looks like an error from you ES server. Be sure to set the timeout of the ES longer. Probably it took lots of time when instantiating your JSON data....