knilink
knilink
[email protected] [email protected] Step to reproduce: I simply loop the following part ```js walker = repo.createRevWalk(); walker.push(firstCommitOnMaster.sha()); walker.sorting(nodegit.Revwalk.SORT.Time); walker.fileHistoryWalk(historyFile, 500) .then(()=>walker.free()); // I added this line but still didn't help ```...
* Operating System: MacOS 10.15.7 * Node Version: 14.15.0 * NPM Version: 6.14.0 * webpack Version: 5.11.1 * karma-webpack Version: 5.0.0 ### Expected Behavior https://github.com/ryanclark/karma-webpack/blob/e2423b47ec59059bc1808c670affa64d0f5aa8b7/lib/karma-webpack/controller.js#L34 - GIVEN `newOptions.splitChunks.cacheGroups = {myChunk:...
Could be something similar to `stylus-converter -p my-custom-parser.js` This allow users handle the `single line comments` issue more properly. Also users can chose different stylus versions (such as the dev...
input ```styl .foo width: 1px height: -@width ``` expected: ```scss .foo { width: 1px; height: -1px; } ``` actual: ``` TypeError: Cannot read property 'map' of undefined ```
intput: ```styl .foo height:1px .bar height:2px ``` expected: ```scss .foo { height: 1px; .bar { height: 2px; } } ``` actual: ```scss .foo { height: 1px;.bar { height: 2px; }...
建议
antd和react-jsonschema-form(rjsf)的重度用户路过。 其实不必完全重写吧(虽然rjsf本身还有很多问题,重写也是迟早的事),可以先做一套基于antd的定制widgets/fiels/templates然后runtime就用rjsf渲染就可以了啊。 不知道repo主出于什么目的建这个项目(当然,能摆脱boostrap也是件大好事)。虽然antd自带的表单不怎么好用,但rjsf一段时间用下来发现其并不能成为一个通用的解决方案,只适简单表单的合快速成型。首先个人觉得其本身理论上不可能完全支持jsonschema,然后现实中各种带条件的表单,再加上jsonschema validation结果对一般用户也不友好("xxx is not a type of string"哪个小白看得懂),导致用起来也是痛点满满。
### What happened? Not exactly a bug. I came across a behavior in helm-fuzzy-matching-default-sort-fn-1 that IMO might worth some rethinking in terms of user experience. version `helm-20230914.903` Sometimes I make...
This happened when: - User switch to time view without picking a date - viewMode was "time" and user selected time without picking a date. I'm not sure whether this...
location: https://github.com/kmees/karma-sinon-chai/blob/c0663bcf150a4f28b0225f91d878a33d2ce8992d/index.js#L13-L22 reprocude: ```js _isDuplicate([{ pattern: '/Users/node/node_modules/chai/chai.js' }], '/Users/node/node_modules/chai/chai.js'); ``` expect: `true` actual: `false`