markthree

Results 93 comments of markthree

@mumuchongya Although this is not a recommended practice, you can set up in `package.json` ↓ ```json "resolutions": { "ofetch": "npm:[email protected]" }, "overrides": { "ofetch": "npm:[email protected]" } ``` After that, re-run...

If someone doesn't have high stability requirements, they can use this module → [markthree/nuxt-fix-ofetch](https://github.com/markthree/nuxt-fix-ofetch)

> When there is no `Deno.serve`, > > ```ts > // await Deno.serve((_req) => { > // logger.warning(Date.now()); > // return new Response('Hello, World!'); > // }).finished; > ``` >...

@yi-huan Yes, I was also looking at the source code to get the usage, maybe by deno std version 1.0.0 there may be more detailed documentation on this issue。 Currently...

@yi-huan you can use [easy_std/src/process/gracefulShutdown](https://github.com/markthree/easy_std/blob/main/src/process.ts#L60) for example ↓ ```ts import * as log from "https://deno.land/[email protected]/log/mod.ts"; import { gracefulShutdown } from "https://deno.land/x/[email protected]/src/process.ts"; const fileHandler = new log.handlers.FileHandler("WARNING", { filename: "./log.txt", formatter:...

有协议描述 👉 [LICENSE](https://github.com/THUDM/ChatGLM-6B/blob/main/LICENSE),可结合 [GPL、MIT、Apache...一文讲清楚开源协议间的区别](https://zhuanlan.zhihu.com/p/457278398) 来看。

@sistematico @hooray @grandsong @phamhongphuc @nimonian I rewrote this plugin。Using a simpler scheme, hmr is more accurate。Due to different principles, there is no such problem。you can try 👉 [vite-plugin-vue-meta-layouts](https://github.com/dishait/vite-plugin-vue-meta-layouts)

@CaicoLeung 靓仔你好,没有下架,链接写错而已,已更正 👉 [https://github.com/markthree/useScrollBarStyle](https://github.com/markthree/useScrollBarStyle)

目前 [udeno](https://github.com/dishait/udeno) 被使用在我的类型工具库 :point_right: [m-type-tools](https://github.com/dishait/m-type-tools) 中,你会惊奇的发现它支持 [npm](https://www.npmjs.com/),也支持 [Third Party Modules | Deno](https://deno.land/x)

社区上有 [dnt](https://github.com/denoland/dnt) 让 [Third Party Modules | Deno](https://deno.land/x) 转换为 [npm](https://www.npmjs.com/) 包。 而 [udeno](https://github.com/dishait/udeno) 是反过来,将 [npm](https://www.npmjs.com/) 包转换为 [Third Party Modules | Deno](https://deno.land/x) 包。