rainmanhhh

Results 25 issues of rainmanhhh

install by yarn and only dist directory exists

我本地实际用的包管理器是pnpm,但是自动检测认为是yarn,提示是npm ``` === 欢迎使用 create-tsrpc-app 版本 1.1.8 === 创建 TSRPC 应用: trpc ? 请选择要创建的项目类型: Vue 3 + 后端 ? 请选择传输协议: HTTP 短连接 √ 1/9 检测 NPM 环境: Command: yarn, Registry:...

feature request

```kt class Foo @Schema(required = false, defaultValue = "") var bar: String = "" } ```

for example, with browserslist-useragent-regexp, what pattern should I use to test browser agent?

return type of render() should be VNode instead of void

TypeScript

### Version 3.9.4 and 4.0.0.Beta3 ### Context when query data with vertx-db2-client, non ascii characters(for example, chinese characters) not encoded correctly ### Steps to reproduce ```kotlin ... val rs =...

bug

I want to migrate old services from springboot(mvc) to jooby

question

查询时缓存,编辑时使缓存失效,如何实现呢

ide中输入APageheader可以自动补全,但实际运行时页面不显示该组件,控制台有警告 ``` runtime-core.esm-bundler.js:38 [Vue warn]: Failed to resolve component: APageheader If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement. ```