anyone0034

Results 14 issues of anyone0034

## System Information Can libvirt X86 platform run arm system?

### 问题描述 用Firefox ESR版本的浏览器,打不开X6,但是G6可以。 ### 重现链接 https://codesandbox.io/s/xenodochial-moser-eec8xf?file=/src/App.js ### 重现步骤 1. chrome下可以打开,forefix ser打不开。 ### 预期行为 希望有正确的结果显示。 ### 平台 - 操作系统: [ubuntu] - 网页浏览器: [Firefox SER 52.3.0 64位] - X6 版本: [1.33.1]...

resolution: needs demos 需要复现

### What happened? This error is an error returned by the `open-im-sdk` to the client, the connection was successful, and the sending data reported an error. When I refresh the...

kind/bug

### Describe the bug 为什么我在引用defineDataLoader之后,热加载的时间就会增加。如果不引用,平时1s完成热加载,引入之后,就变成7、8s ### Expected behavior 热加载的时间,能在正常的范围内。 ### Actual behavior import { defineDataLoader, Await, useData, history } from 'ice'; export const dataLoader = defineDataLoader(async () => { return...

bug
need repro

### 相关平台 字节跳动小程序 **小程序基础库: 3.16.0** **使用框架: React** ### 复现步骤 这个问题很奇怪,我之前也遇到过,但是通过删除node_modules,重新执行yarn,或者重启小程序开发者工具,就好了。这次怎么操作,都不行,我自己新建项目也是报这个错误,使用官方提供的example,也是报同样的错误:https://github.com/sonofmagic/weapp-pandacss/tree/main/examples/taro-app-linaria ### 期望结果 使用linaria能正常运行 ### 实际结果 无法使用linaria会报错Using the "styled" tag in runtime is not supported. Make sure you have set up...

V-3
F-react
T-tt

### What would you like to share? I can't find the delete button or API interface. ### Additional information _No response_

good first issue
feature
other

## 这是我定义的api文件 DefineListReq{ Page int `form:"page,default=1"` // 选填,页码 Size int `form:"size,default=10" validate:"uint|num|min:1" message:"num:页码必须是数字|min:每页显示条数,必须大于或等于1"` // 选填,每页显示条数 DefineKey string `form:"define_key" filter:"trim"` // 选填,define_key } ## 生成的swagger文件 "/api/handle/event/define/list": { "get": { "summary": "分类列表",...

引入评论模块,报错: ModuleBuildError: Module build failed (from ./node_modules/@tarojs/webpack5-runner/node_modules/mini-css-extract-plugin/dist/loader.js): HookWebpackError: Module build failed (from ./node_modules/sass-loader/dist/cjs.js): SassError: Undefined mixin. ╷ 405 │ @include oneline-ellipsis(); │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ node_modules\@nutui\nutui-biz\dist\packages\comment\comment.scss 405:9 root stylesheet -- inner...

> docker compose up [+] Building 0.4s (9/11) docker:default => [0sec internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 169B 0.0s => [0sec internal] load .dockerignore 0.0s...

good first issue