Xingwang Liao

Results 11 issues of Xingwang Liao

I want to inline svg files with mini-svg-data-uri Like what the `@rollup/plugin-image` do: https://github.com/rollup/plugins/blob/05fc8b67163aeb9d7875300ce34aaff40c993465/packages/image/src/index.js#L54-L57 It will be better to support customlize the image inline function.

### pnpm version: ```sh $ pnpm --version 7.1.6 ``` ### Code to reproduce the issue: none ### Expected behavior: `pnpm -r install` work as expect ### Actual behavior: In `.npmrc`...

type: bug

https://github.com/LeDDGroup/typescript-transform-paths/blob/83349e4e1b84efaa28ee3efbc09c8e15369f4836/types/index.d.ts#L36 I think this should `ts.CustomTransformerFactory`

Currently, the `Context` type in v8go hold the `v8::Context` ptr of v8, but Golang already has a type `context.Context` Because of this, we must write more code to impl timeout....

enhancement

``` v8go.cc:1167:20: error: variable length array of non-POD element type 'Local' ``` go env: ``` GO111MODULE="" GOARCH="amd64" GOBIN="" GOCACHE="/Users/xxx/Library/Caches/go-build" GOENV="/Users/xxx/Library/Application Support/go/env" GOEXE="" GOFLAGS="" GOHOSTARCH="amd64" GOHOSTOS="darwin" GOINSECURE="" GOMODCACHE="/Users/xxx/Workspace/go/pkg/mod" GONOPROXY="" GONOSUMDB="" GOOS="darwin"...

https://github.com/vuejs/vue-jest/blob/d8568cbab862969d00f032fd95d2a588c05e7e30/packages/vue2-jest/lib/process.js#L23-L25 `@vue/vue2-jest` create `babel-jest` transformer with out any options. But sometimes we need to set some options for `babel-jest`: https://jestjs.io/docs/configuration#transform-objectstring-pathtotransformer--pathtotransformer-object ``` {'\\.js$': ['babel-jest', {rootMode: 'upward'}]} ``` * https://github.com/facebook/jest/issues/8006#issuecomment-625927890 * https://babeljs.io/docs/en/options#rootmode

对照 https://github.com/SonarSource/sonarqube/blob/9.6.0.59041/sonar-core/src/main/resources/org/sonar/l10n/core.properties 修改了一些不正确的翻译,调整了翻译格式

Original function requires `browserslistConfig` to be undefined when we only want to set options. It's a bit ugly. This change allows to set only `options`.

The api is like: ``` createError(statusCode, message) ```

When serialize a interface, it error with ```type not registered for interface``` See: https://play.golang.org/p/uR-Xumj8O9J