Wankko Ree

Results 25 issues of Wankko Ree

现在记录的鼠标移动距离更确切的讲似乎是**光标**在屏幕上移动的距离,那么是否可以增加一个设置当前鼠标dpi的选项,来达到计算**鼠标**(物理层面)的移动距离呢?

encode后输出图片正常(无法确定是否成功添加盲水印) decode后输出水印异常(水印图片全黑) 图片是`6000*4000`,缩小至`600*400`后没有问题。 没测试master分支

应该是`/data/api/data`?不然不方便迁移 / 升级。

### 1. What version of `Go` and system type/arch are you using? `go version go1.20.5 windows/amd64` ### 2. What version of `GoFrame` are you using? `v2.4.4` ### 3. Can this...

bug
help wanted

### 1. What version of `Go` and system type/arch are you using? `go version go1.20.5 windows/amd64` ### 2. What version of `GoFrame` are you using? `v2.5.0` ### 3. Can this...

enhancement
help wanted
planned

### Search Terms `pnpm` `ERR_PNPM_PREPARE_PACKAGE` `prepack` `TS2742` `macroReplNoErrorsAndStdoutContains` `macroReplStderrContains` `@cspotcode/ava-lib` ### Expected Behavior install `github:TypeStrong/ts-node#main` as a dependency successfully. ### Actual Behavior install `github:TypeStrong/ts-node#main` as a dependency failed. ```ts ...1816_0fa4b34047b2a870b11744b3f7556d5f...

### Problem I declare enum in typings like it: ```ts // src/typings/main/index.d.ts declare const enum Test { hello = 'world', } ``` and `tsconfig.json` like it: ```json { "compilerOptions": {...

bug
pr welcome

### 1Panel 版本 v1.9.6 ### 请描述您的需求或者改进建议 通过`docker system df`可以查看`Build Cache`。 ![image](https://github.com/1Panel-dev/1Panel/assets/21287731/ddf36599-07a7-4035-8e85-f7d98d7130eb) 通过`docker builder prune`可以清理。 ![image](https://github.com/1Panel-dev/1Panel/assets/21287731/ade653bd-38fa-412c-b0d5-b64f0cad7571) ![image](https://github.com/1Panel-dev/1Panel/assets/21287731/d6fe5266-fe34-47ef-8822-f39cb0dee1f4) ### 请描述你建议的实现方案 在**容器**-**镜像**页面添加**清理构建缓存**按钮,或者作为**工具箱**-**缓存清理**的新特性。 ### 附加信息 _No response_

类型:需求

follow the docs: [https://litote.org/kmongo/typed-queries/#update](https://litote.org/kmongo/typed-queries/#update), i write these code: ```kotlin data class Parent ( val child Child, ) { data class Child ( val name String, ) } col.updateOne(..., Parent::child /...

bug

see [mozilla/source-map - README.md - SourceMapConsumer.prototype.sourceContentFor(source[, returnNullOnMissing])](https://github.com/mozilla/source-map/blob/master/README.md#sourcemapconsumerprototypesourcecontentforsource-returnnullonmissing) the `sourceContentFor` function has a optional param names `returnNullOnMissing`, so it is possible that source map only contains part of sources, just like...