hotdogc1017

Results 10 issues of hotdogc1017

请问后续有计划继续写下去吗,看了下提交记录并不是很频繁。 可以在社区找小伙伴一起维护,说实话我很乐意哈哈哈

welcome pr

网站关于`find`命令的部分内容和[man7.org中的find](https://man7.org/linux/man-pages/man1/find.1.html#top_of_page)描述有些出入。 网站原文: > 用来在指定目录下查找文件。任何位于参数之前的字符串都将被视为欲查找的目录名。 man7.org原文(OpenAI翻译后): > -H、-L 和 -P 选项控制符号链接的处理方式。**这些选项后的命令行参数被视为待检查的文件或目录名称,直到遇到以 `-` 开头的参数,或 `(`、`!` 参数为止**。该参数及其后的所有参数被视为描述搜索内容的表达式。 关于语法部分的内容,缺少了`The five real options`也就是`-H、-L、-P、-D 和-O`。在网站中列出的选项应该是**表达式中的选项**。 man7.org中完整的语法: ``` find [-H] [-L] [-P] [-D debugopts] [-Olevel] [起始点...] [表达式]...

### Is your feature request related to a problem? Please describe. _No response_ ### Describe the solution you'd like I plan to introduce a UI framework based on Tailwindcss in...

enhancement

### Describe the feature While looking at the contents of the file `eslint.config.mjs`, I found that a deprecated configuration was used: [max-statements-per-line](https://eslint.org/docs/latest/rules/max-statements-per-line). As mentioned in the documentation, this configuration has...

# 触发场景描述 按照文档中的[示例](https://easyexcel.opensource.alibaba.com/docs/current/quickstart/read#%E4%BB%A3%E7%A0%81),我以**方法2**的方式读取数据,但没有任何效果。以下是最小复现: ```java public static void main(String[] args) { @Data class Test { @ExcelProperty(index = 0) String partNo; @ExcelProperty(index = 1) String brand; } EasyExcel.read("/home/hotdog/桌面/缩减后.xlsx", new AbstractIgnoreExceptionReadListener() { @Override...

bug

### System info System: OS: Linux 6.8 Ubuntu 24.04 LTS 24.04 LTS (Noble Numbat) CPU: (8) x64 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz Memory: 13.21 GB / 23.16 GB...

pending triage

Resolves [#4286](https://github.com/vueuse/vueuse/issues/4286) ### Before submitting the PR, please make sure you do the following - [x] Read the [Contributing Guidelines](https://github.com/vueuse/vueuse/blob/main/CONTRIBUTING.md). - [x] Read the [Pull Request Guidelines](https://github.com/vueuse/vueuse/blob/main/packages/guidelines.md). - [x] Check...

enhancement
size:M

### Clear and concise description of the problem I encountered the same problem as [this issue](https://github.com/vueuse/vueuse/issues/3524) when trying `useDraggable`, but the final solution required specifying the container element. I hope...

enhancement