zwq000

Results 5 issues of zwq000

代码入口没有引入 L 代表的 leaflet 包,导致使用 vite 打包 'vite build' 之后产生异常, undefine L. 现代前端项目通过 webpack 打包, 如果通过 vite build 打包前端文件,无法解析到 对 leaflet 的依赖关系. 改进方法 leaflet.extramarkers.js 文件 import * as L from...

bug

exec pdfcpu command error info **pdfcpu: validateColorSpaceArray: undefined color space: DeviceCMYK**

investigate

use a exist sqlite database, index sql like ```sql CREATE INDEX "IX_Users_GroupGID" ON "Users" ("GroupGID") ``` DbMetas() func throw a error Unknown col "GroupGID", because at dialect_sqlite3.go func GetIndexes() get...

```c# public Task StartAsync(CancellationToken cancellationToken = default) { return Retriable.RetryAsync(() => this.StartAsyncInternal(cancellationToken), cancellationToken, new Backoff(maxTries: 100, deltaBackoff: TimeSpan.FromSeconds(5)), new AnyExceptionPolicy(), false); } ``` retry time 18 = -24.20:31:22.6480000 Backoff is...