Results 133 issues of huadong zuo

Support sqlite3 async

package request

Are there any relevant examples? https://github.com/facebook/dataloader

content
type: tutorial

加入申请格式: 我是 - [ ] 开源项目作者 - [ ] nestjs 文档贡献者 - [ ] 捐赠者 项目地址或证明截图: 回复该 issues 后,请加微信 :ivicerz

地址: https://github.com/nestcn/docs.nestjs.cn/discussions

https://github.com/grpc/grpc-node/issues/1274 Grpc: Until cmake.js gets prebuilt binaries downloads as a feature, we won't consider switching to it.

enhancement
help wanted

almalinux is better than centos8. podman is better than docker.

Will it be updated?

support VP9 ?

从 word 粘贴的图片,自动完成本地化

Feature

用法示例 ## symbol引用 这是一种全新的使用方式,应该说这才是未来的主流,也是平台目前推荐的用法。相关介绍可以参考这篇文章 这种用法其实是做了一个svg的集合,与上面两种相比具有如下特点: 支持多色图标了,不再受单色限制。 通过一些技巧,支持像字体那样,通过font-size,color来调整样式。 兼容性较差,支持 ie9+,及现代浏览器。 浏览器渲染svg的性能一般,还不如png。 使用步骤如下: 第一步:拷贝项目下面生成的symbol代码: ``` //at.alicdn.com/t/font_8d5l8fzk5b87iudi.js ``` 第二步:加入通用css代码(引入一次就行): ``` .icon { width: 1em; height: 1em; vertical-align: -0.15em; fill: currentColor; overflow: hidden; }...