nobu121

Results 8 issues of nobu121

rpc模块下的CoolRpcService装饰器下的insertParam方法不生效 检查了下源码 insertParam函数并没有调用 以下是我的临时解决方案 在主服务新增中间件,将需要使用的ctx内容和 request参数一起传到 微服务 `middleware` ``` /** * 基础api转发 */ @Middleware() export class ApiMiddleware implements IMiddleware { @Inject() rpc: CoolRpc; resolve() { return async (ctx: Context, next:...

crud时默认会有createTime的排序,多数据库开发时,已存在多数据库表里可能没有createTime这个字段,查询就会出错,所以能不能在装饰器里加个开关,默认开启排序,也可以手动关闭呢

![WechatIMG7](https://user-images.githubusercontent.com/78128836/146360295-65daf5f9-4b6c-4135-8247-eba534acd8f2.jpeg) ![WechatIMG8](https://user-images.githubusercontent.com/78128836/146360304-78d97285-84a4-4d58-b028-396bae762db9.png) ![WechatIMG9](https://user-images.githubusercontent.com/78128836/146360308-13ba2242-2259-4088-9a46-566139ffd3f1.png) 指定非默认数据库的实体时报错

how can i use the ExistentConnection? ```node const conn = getConnection(); const adapter = await TypeORMAdapter.newAdapter({ connection: conn, }); ``` but i got `No metadata for "CasbinRule" was found.` please...

question

使用kubesphere3.4.1安装opeartor 3.0 通过 `kubectl apply -f https://github.com/radondb/radondb-mysql-kubernetes/releases/latest/download/mysql_v1alpha1_mysqlcluster_mysql8.yaml --namespace=mysql` 安装mysql集群 xenon一直处于ContainerNotReady状态 日志如下 ![image](https://github.com/radondb/radondb-mysql-kubernetes/assets/78128836/06348a0c-8e6b-46cf-ae7a-91d8ca4986ef) mysql日志 ![image](https://github.com/radondb/radondb-mysql-kubernetes/assets/78128836/f3c7d0f0-0153-4dc6-bd1c-d5e5c4caaefd) initMysql日志 ![image](https://github.com/radondb/radondb-mysql-kubernetes/assets/78128836/d6a72591-5006-42b5-89fd-828998013fd5) initSidecar日志 ![image](https://github.com/radondb/radondb-mysql-kubernetes/assets/78128836/25f2d94c-4f36-4254-957b-846ce79c9db3)

question

### 这个特性解决了什么问题? nativewind 是适用于RN的tailwindcss方案,可以节约书写样式的时间,提高开发效率。 ### 这个 API 长什么样? 希望官方能支持nativewind并出个教程文档

enhancement
P-3
T-rn

Hello, I've encountered a performance issue when using the page_transition package in my Flutter application. I wanted to bring this to your attention and provide some details about the problem....

调试手机是meizu21 android14 跳转微信授权成功后,不是返回原来的app,而是打开了一个新的app。导致回调没有收到。 在新的app中再次跳转微信授权,是能返回到新的app。 请教一下原因