小安
小安
@tanruixiang Thanks for your information. I had assumed they would send me an email update, but it seems that is not the case. I will check and request a new...
Hey @tanruixiang, I wanted to let you know that I've made some updates to the readme for the installing part. Additionally, I submitted the latest package to the Chrome Web...
@all 谷歌商店已经发布了 0.0.8 版本, 大家可以用这个版本了,相对比较稳当 https://chrome.google.com/webstore/detail/writely/eocenplmfgoaibmmohkhhocnlkpaecgn
Noted. will look into this and try to support ESM loader
0.0.6 supports the ESM transformer to be chained. Jest ESM is still under experiment. Please refer to https://jestjs.io/docs/ecmascript-modules. An [example](https://github.com/anc95/jest-chain-transform/tree/main/src/example/babel-jest-esm)
Hello, I suggest you can use (assume your jest.config.js is under project root directory) ```js [ path.join(__dirname, spec/frontend/webpack_polyfill.js) ] ``` which is more stable than `../../../spec/frontend/webpack_polyfill.js` And I will look...
@ajvincent Sorry for the late reply. For the first one, sure, we can add a `fs` config, so the user can pass their custom fs such as `memfs`. The second...
I see same issue here https://github.com/SBoudrias/Inquirer.js/issues/454, but not get merged. As for me, this feature is better to be implemented in InquireJs but not a plugin to make consistent experience.
Hello @MS44118, which version are you using now? the latest is the behavior you expected. show the directory real name.
@curry684 thx for your nice advice I guess sometimes using cascade may work better than tree selection. but it will be greatly appreciated if you can provide me some situation...