-
## Description
We need to improve the user experience on the `TaskDetails` page by allowing users to provide feedback on their current plan and manage plan steps more effectively. The following featu…
-
## Description
Enhance the `TodoDetails` page within the dashboard by introducing a new `Evaluation` component. This component will display data generated from `evaluateIssue.ts`, providing users wit…
-
Hi!
Love the app but I am having an issue with it. After logging in successfully, I get logged out automatically after a minute or two (seemingly random). When I try to get back it, sometimes it fail…
-
- 背景介绍:wireshark是一种广泛应用的协议包解析工具,trpc协议作为tRPC各语言框架的基础,有着良好的设计。简单来说,你可以认为trpc协议是由:固定字节帧头+pb协议包头+包体组成,包体即为业务数据(可以为pb/json各种序列化类型的数据)。
- 需求:你可以按下面两个阶段来完成,其中第二个阶段是可选的。
- 解析tRPC一应一答协议
- 【可选】解析tRPC流式协…
-
Hi, when I deploy my project in k8s, it throws the `Could not access root module file` error:
```
[32m[Nest] 1 - [39m10/16/2024, 9:06:49 PM [32m LOG[39m [38;5;3m[RouterExplorer] [39m[32mMapp…
-
### 复现步骤 / Steps to reproduce
1. 开启trpc.o3拦截
2. 使用被冻结QQ,进入人脸验证环节
3. 点击开始
### 预期行为 / Expected behaviour
正常进入人脸且识别成功
### 实际行为 / Actual behaviour
qq将一直停在准备中画面,随后loading消失,约三分钟后提示人脸资源拉取失败
### 你使用的…
-
Currently when we fetch things from trpc, during "isLoading" we would display "Loading...". Instead we can create a skeleton UI to use to display when things are loading. Refer to this example [here](…
-
## Description
Currently, to restart a Todo task from the todo details page, users must manually edit the associated GitHub issue by removing the `@jacob-ai-bot` tag, saving the changes, and then re-…
-
### Is there an existing issue for this?
- [x] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- [x] I have reviewed the documentation https://docs.sentry.io/…
-
It would be nice to have an example for array and object since I think it's a common use case.
Let's say I want to have a route the allows me to pass a list of ids:
/users?ids[]=user-1&ids[]=use…