Results 28 issues of 鸿则

The regular match contains a slash, but an extra slash is spliced below. https://github.com/swaggo/echo-swagger/blob/56020475d07fb7bc62e0efe48e8bb97ac88b758b/swagger.go#L131-L164 So if you access the path `/swagger/`, you will get `/swagger//index.html`

The `sources` field is `stdin` not pointed to the source file. ```json {"version":3,"sourceRoot":"","sources":["stdin"],"names":[],"mappings":"AACA;EACE;;AACA;EACE","file":"styles.css"} ```

### Reproduction Open the link and run `npm run build` in terminal, the build outputs a lot of warnings. ``` [plugin:vite:resolve] [plugin vite:resolve] Module "node:crypto" has been externalized for browser...

feat:typescript
bug:unverified

Thanks for such a great json database! In using in my project, sometimes many type errors may be throwed in one function, but I can't using `instanceOf` to assert the...

#### 1. `typeRoots` only detect subfolders ``` "typeRoots": [ "node_modules/@types", "node_modules/mxgraph-type-definitions" ] ``` for instance: `mxClient` is declared in `node_modules/mxgraph-type-definitions/mxClient.d.ts`, but typescript can not detect this, packages in `@types/*` not...

目前采用的二进制数据文件大小约为`357KB`, 这个体积对于通过网络加载的浏览器来说还是比较耗时的,通过参考其他相关资源和资料, 目前的数据还是可以进一步精简的,目前临时的方案为,保留必要的特征数据, 删除可以通过计算推导的数据。数据结构暂定如下。 ### 月份数据 | 变量 | 解释 | 意义 | 长度(bit) | 备注 | |-----|------|-----|-------------|-----| | losm | long or short months | 12个月的大小 | 12 |...

enhancement

Hi All! I've added a FinishedHandler to handle the task after it's finished. Closes #864

pr-feat
pr-alternative-available

**Is your feature request related to a problem? Please describe.** I'm currently working on a feature that notifies other services when a task has finished. Unfortunately, I found that asynq...

enhancement

Different from [mxgraph-type-definitions], this repository is design for [official mxgraph npm package]. ### Attention This repository is in testing now, major changes may occur at any time. [mxgraph-type-definitions]: https://github.com/hungtcs/mxgraph-type-definitions [official...