Cheng
Cheng
With kvm support. I found another issue which result in hyperctl ERROR: Error from daemon's response: hyperstart closed once specified cpu exceed 8 cores and performance test via wrk -t12...
Is it necessary to set CONFIG_NR_CPUS=8 ,will it be unlimited and how ? How to explain performance didn't imporve as cpu cores increased from 4 to 8 and memory from...
Thanks for replying, custom font usage has been solved, it has FS_REGULAR. We use doc.setFont("LFangSong", {FS_REGULAR}, 10) actually. Yes, I missed closePath, but filling pentagram seems requiring more guide. ```nim...
It fills the pentagram now. BTW, I don't quite understand setTextMatrix , 1.why converts to fromMM to PT? What's the default unit of nimPDF , point or mm? What's the...
When will arc/orc be supported?
@gnawux deployed hyperd on physical machine end up with: hyperctl run -t --cpu 4 --memory 8192 centos7_go ``` wrk -t12 -c400 -d30s http://192.168.123.5 Thread Stats Avg Stdev Max +/- Stdev...
/mnt/c/Nim/lib/pure/os.nim(3019, 19) Error: cannot 'importc' variable at compile time; nanosleep Tip: 15 messages have been suppressed, use --verbose to show them. Error: Build failed for package: nimterop ... Execution failed...
WSL2 ubuntu20.04/Nim 1.3.5 devel latest/git 2.25.1
It's such a subtle severe bug that at least two places have to be changed to make the example server not crashing when interacting with Karax websocket on page refreshing....
How to deal with this with proto files?