Mikuu
Mikuu
Hi, I'm using Cucumberish for lots of cases, some of them are fragile and failed randomly. Not sure if there is any approach can make the failed specs rerun for...
Hi, Thanks for this nice component. I'm trying to run the examples, but got this: ```commandline error [email protected]: The engine "node" is incompatible with this module. Expected version ">=4
Add display-check to Social section, also update styling (add pr-2) to checkbox
大佬报个问题,当节点数据量比较大的时候,默认的画布(我看好像是20000x20000)显示不全,最顶上的被截断了,类似下面这样,节点数1093个: 当出现上面的情况时,在不点击缩小按钮的情况下,就无法拖动画布显示上面缺少的内容了; 如果点击缩小按钮可以让画布显示全部的数据,但缩小后背景颜色好像有些不对,上面和下面的部分缺少bgcolor,类似这样的,两部分(上部和中部)背景色不一致: 总结就是两个点: 1. 数据量大时,画布显示不全,无法拖动显示全部数据; 2. 数据量大时,缩小后回出现背景色不一致的地方; 不知道这两个问题好改不......
Hi, When we are using this lib we found the readPngFileSync has a memory leak issue, try below code: ```javascript import libpng from "node-libpng"; const logMemoryUsed = () => {...
### Enhancement Description When enable the web dashboard, k6 will not print the test result data to the terminal, it only serves the web page until user close it, e.g....