Alan Clarke

Results 14 issues of Alan Clarke

### 版本信息 ```sh @modern-js/[email protected] -> ./node_modules/.pnpm/registry.npmmirror.com+@[email protected]_femxfsv7ntf2nz4bpj36nj6mcm/node_modules/@modern-js/app-tools └─┬ @modern-js/[email protected] -> ./node_modules/.pnpm/registry.npmmirror.com+@[email protected]_47l77qdyy2tfsqtk7ztcktvx5m/node_modules/@modern-js/plugin-electron └── @modern-js/[email protected] -> ./node_modules/.pnpm/registry.npmmirror.com+@[email protected]_femxfsv7ntf2nz4bpj36nj6mcm/node_modules/@modern-js/app-tools ``` ### 问题详情 pnpm 升级到 v7 后,git commit 会报错,降级到 v6 后错误消失 ```  ERR_PNPM_FETCH_404  GET https://registry.npmjs.org/--no-install: Not...

bug

I need a very detailed README. Can anyone help me ~

enhancement

### 版本信息 ```sh [email protected] /Users/xalanq/project/hello-modern ├── @modern-js/[email protected] -> ./node_modules/.pnpm/registry.npmmirror.com+@[email protected][email protected]/node_modules/@modern-js/app-tools └─┬ @modern-js/[email protected] -> ./node_modules/.pnpm/registry.npmmirror.com+@[email protected]_3c93fc00e070fe2871c1a74333c2ad1d/node_modules/@modern-js/plugin-electron └── @modern-js/[email protected] -> ./node_modules/.pnpm/registry.npmmirror.com+@[email protected][email protected]/node_modules/@modern-js/app-tools ``` ### 问题详情 新创建的项目就已经无法打包了 ``` $ npx @modern-js/create hello-modern $ pnpm install $...

bug

#### What type of PR is this? feat: add mips64, mips64le support #### Check the PR title. - [x] This PR title match the format: \(optional scope): \ - [x]...

Run ``` cargo run --example monitor_capture ``` The output images contain the mouse cursor. Is there any way to hide the mouse cursor?

**Describe the bug** Getting a deleted key should return error in a update transaction **To Reproduce** ```go func TestDeleteAfterGet(t *testing.T) { dataPath := "/tmp/nutsdb" defer func() { _ = os.RemoveAll(dataPath)...

**Describe the bug** Automatically create bucket when putting a key if the bucket is not exist or not found in update transaction **To Reproduce** ```go func TestDeleteAfterGet(t *testing.T) { dataPath...