YLH

Results 14 issues of YLH

About EventListener.

### 编辑模式 * `wysiwyg` 所见即所得模式 ### 描述问题 1、 在代码块后面插入内容困难,无法换行 2、选中多行进行编号操作,只会编号第一行 3、表格单元格内粘贴多行内容会错乱 ### 期待的结果 1、代码块后面能方便的插入空行 2、选择多行进行编号,能正确执行 3、单元格内粘贴多行内容应该只放入该单元格中,不应该新增多行(tr) ### 截屏或录像 问题2: ![2021-05-21 10 29 53](https://user-images.githubusercontent.com/437330/119073334-afbbb900-ba1f-11eb-9756-466fed1f1ad3.gif) 问题3: ![2021-05-21 10 28 03](https://user-images.githubusercontent.com/437330/119073358-bb0ee480-ba1f-11eb-894c-ff9226dfc43d.gif) ### 版本信息...

I use sinks-file on windows system, when web app runing, log write to file, now I want to delete the log file at runtime, windows report: File is in use...

enhancement

新加的lightblock插件能用于vue环境吗?

**Is your feature request related to a problem? Please describe.** 目前的表格,在添加列、删除列或者进行列宽调整时,整体的宽度会跟着变化。 **Describe the solution you'd like** 对表格的添加列、删除列或者进行列宽调整是非常高频的操作,目前的表格会导致一直要调整总体的宽度来保持文档的美观度,一般来说也是希望所有表格的宽度是一样宽的,因此希望能保持总体宽度不变化。 **Describe alternatives you've considered** A clear and concise description of any alternative solutions...

**Describe the bug** 在safari下,只要内容稍微一多,则会出现输入文字延迟,光标定位延迟情况,特别是在表格较多的情况下。 **To Reproduce** 随便插入一些图片,表格、文字就出现卡顿情况,见视频 **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots** https://user-images.githubusercontent.com/437330/172093605-b1d7dbe9-bc5a-4e04-a71d-a98f4a776bc5.mov - MacBook Pro (13-inch, 2016, Two Thunderbolt 3...

**Describe the bug** [A clear and concise description of what the bug is.] **To Reproduce** ```go disk_stat, _ := disk.Usage(disk_partition.Mountpoint) println(disk_stat.String()) ``` is output: ```son {"path":"C:","fstype":"","total":136041693184,"free":11213991936,"used":124827701248,"usedPercent":91.7569447472013,"inodesTotal":0,"inodesUsed":0,"inodesFree":0,"inodesUsedPercent":0} ``` **Expected behavior** return...

os:windows
package:disk

Create a libunftp [storage back-end](https://docs.rs/libunftp/latest/libunftp/storage/index.html) implementation that stores files in Minio / S3

help wanted

Hawk.cs: the code in CalculateMac method, when i remove ToLower() ,and work well var normalized = "hawk.1." + type + "\n" + ts + "\n" + nonce + "\n" +...

var clientHandler = new HawkClientMessageHandler(new HttpClientHandler(), credential, "some-app-data"); var client = new HttpClient(clientHandler); ``` var request = new HttpRequestMessage(HttpMethod.Get, "http://localhost:8091/api/HelloWorld"); request.Headers.Host = "localhost"; var response = client.SendAsync(request).Result; string message =...