JW

Results 21 issues of JW

https://github.com/SamVerschueren/alfy-test/pull/9#issuecomment-990706720

the `total.lines` calculate in this way https://github.com/kucherenko/jscpd/blob/f94969ae505efc7885713327b28799b86b11e5cd/packages/tokenizer/src/token-map.ts#L48 if tokens will be filtered by `mode()`, maybe the `total.lines` will be less than not filtered? https://github.com/kucherenko/jscpd/blob/f94969ae505efc7885713327b28799b86b11e5cd/packages/tokenizer/src/tokenize.ts#L149

improvments

it's looks like failed on `pnpm`

improvement typo define

no-duplicate-selectors has already been disabled (CssSyntaxError) ```ts const lint = await stylelint .lint({ syntax, config: { rules: {} }, code: content }) .then(res => res); ``` ```console { errored: true,...

status: needs discussion

Hey, thanks for your awesome work. I want to use this lib to display `package.json` name as options instead of `filepath`. But, I can't found out how to convert default...

I follow the code in your example, it work fine when i `react-native run-android`。 But,when i build in release version。 error, `can't load resource` `react-native bundle --entry-file App.js --platform android...

增加了DCGAN的鉴别网络用于cifar分类在`models`。 * 训练时候去掉了均值方差,调整大小为`(64,64)` * 训练了150个epoch * 在`python3-pytorch-0.3.0`下训练 * 其他未做调整 发现准确率居然有96%!有点奇怪... 希望能够帮忙验证

起因是我使用natjs调用摄像头会闪退,以及页面无法跳转。而nat-explorer下载的没有问题。我创建的工程如下: ```bash weexpack create xxx // 安装配置使用最新的weex、babel-stage-0以及没有使用vue-router cd xxx npm install npm install natjs --save npm install less less-loader pug --save-dev weexpack platform add android weexpack plugin add xxx-camear xxx-image...

**Describe the bug** same file parse twice, different output **Input code** ``` //test.jsx const a = 1 ``` import { parseFileSync } from '@swc/core'; const ast = parseFileSync('./test.jsx', { jsx:...

C-bug