zhayes
zhayes
``` Document upload var cans = document.getElementById('cans'); var ctx = cans.getContext("2d"); //console.log(ctx.drawImage) var img = document.getElementById('img'); img.onload = function () { ctx.drawImage(img, 10, 10, 100, 100); var dataURL = cans.toDataURL();...
第一行 import LzEditor from 'react-lz-editor'; 引入就直接报错 antd V3.2.3 

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it Language server error: Rust error downloading release: request or operation took longer...
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it  ### Environment Zed 0.119.21 Apple M1 14.0 (23A344) ### If applicable,...
### Describe the bug "wxt": "^0.20.8", node version: v22.11.0; macOS: 15.5 (24F74); ### Reproduction ### Steps to reproduce _No response_ ### System Info ```shell System: OS: macOS 15.5 CPU: (8)...
https://github.com/user-attachments/assets/c27053c2-90b3-4bf8-b227-fb8caf680638 ```tsx import { TextField, TextFieldErrorMessage, TextFieldLabel, TextFieldInput } from "@/components/ui/textfield"; import { Button } from "@/components/ui/button"; import { validate_password_format } from "@/utils/utils"; import { createSignal } from "solid-js"; export...
