xxrl

Results 20 comments of xxrl

I'm using 1..100 as dataset, a few answer is incorrect even after initialization. :(

I see what's going on, buffer must keep updated when `update_source` is `false` in `process_element`. ```cpp if (update_source) { ith_element = buffer[i]; } else { buffer[i] = ith_element; } ```

did you pair your datanode with a namenode? some thing like this ``` namenode: image: bde2020/hadoop-namenode:2.0.0-hadoop2.7.4-java8 volumes: - namenode:/hadoop/dfs/name environment: - CLUSTER_NAME=test env_file: - ./hadoop-hive.env ports: - "50070:50070" datanode: image:...

https://github.com/yucccc/mall-api 试试这个, nodejs调用mongo

Is this problem still there? Can you provide more useful information like a screen record or log, or just try built in server (may caused by server latency) @Ziris85

https://user-images.githubusercontent.com/40893153/200231403-2446e25f-2cdb-4317-a5d4-fd00aef5f981.mp4 Previously we use line mode, but sciter emit a lot of events at one scrolling(fling), so the scroll speed will be too fast. Sciter set direction into x,y (-1,...

> @xxrlzzz can you remove log::info! which will be dumped to log file, or change to log::trace? My code snippet will not commit, and the file I modified seems only...

This scroll problem seems to a universal problem when using **track pad**, unfortunately I don't have a good device for windows develop, so I can't fix this problem for windows...

This patch is ready for reviewing.