Cyberhan123
Cyberhan123
It's useful to write some plugin for protoc. protobuff and grpc or other thrid part proto not support well in gf. The offical plugin list we can check blow: https://github.com/protocolbuffers/protobuf/blob/main/docs/options.md...
未修改任何代码 模板 : egg-react-webpack-boilerplate/packages/egg-react-webpack-spa-boilerplate node : 15.9.0 平台 :windows 10 运行命令:yarn dev 页面显示为空白
看了很多示例代码,确实收获不少,但是发现代码维护并不活跃,不敢投入实际开发,就想问一下这个项目还在维护吗?有新的计划吗?
- 开始时间: 2021/12/16 - RFC PR: - tegg Issue: ## 背景 参照: [提供更加简单化请求方法的修饰器](https://github.com/eggjs/tegg/issues/18)的讨论 ## 思路 ### 所有Controller 类型会通过namespace进行区分 - 为了方便区分`Controller`,`RestController`,`HttpController`,`RpcControlle`需要单独划分命名空间以方便归类。 将HttpController和简化后的Controller将会被划分到 http namespace, RestController 会被划分到rest namespace,`RpcControlle`会被划分到 rpc namespace。 - 以下将通过`import`的形式具体描述:...
现在的HTTPMethod 虽然足够满足业务需求,但是不够简练,是否能提供 常用的 Get,Post等方法的修饰器 ```ts @Controller('/') export class HomeController { @Get('/') async home() { return 'Hello tegg!'; } } ``` 顺带补充,能否提供修改全局route的前缀 ,类似于在配置文件提供 ```ts export default config={ tegg:{ root:"/hello" } }...
### Version 5.3.3 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce 镜像需要安装字体 ```bash RUN apt-get -y update \ && apt-get -y install ttf-wqy-zenhei fonts-wqy-microhei ``` 下面是复现demo ```js...
And In preview.js ```js module.exports = require("./dist/cjs/preset/preview"); ``` So It throw an error ReferenceError: require is not defined And This code at [ const getProjectAnnotations = async () =>](https://github.com/eirslett/storybook-builder-vite/blob/01bfbe6767e7ce8abab3b3916dcd11d6b82cc573/packages/storybook-builder-vite/codegen-modern-iframe-script.ts#L43) How...
I am a newbie in C++ and ggml. I want to try to make a ggml version of the [vallex](https://github.com/Plachtaa/VALL-E-X/) model. Currently, I have not found the documentation of ggml....