Sam Sun

Results 12 issues of Sam Sun

`v5.0.14` 遮罩异常的现象随 x,y 位置变化而变化 0,0点的那组是正常的,其他位置显示不全 ![v5 0 14](https://user-images.githubusercontent.com/541212/70703213-9121a080-1d0a-11ea-88b6-6febd3822dca.png) *** `v5.2.31` 无论在哪个位置`初始化`时都正常 但是在拖动的时候会出现问题 ![v5 2 31](https://user-images.githubusercontent.com/541212/70703231-9a127200-1d0a-11ea-9d0f-9884d5931e30.png) 详情请见 demo [mask-bug.zip](https://github.com/egret-labs/egret-core/files/3955116/mask-bug.zip)

a.html $ready(function (){ var container = $("Main"); } b.html ``` javascript ``` 在ie浏览器下 container 为NULL 非ie浏览器下 正常

想问下 能在树莓派上用么 谢谢

Environment(环境) -------------- name | version ----------|---------- IDEA version | IU-223.8214.52 EmmyLua version | 1.3.8-IDEA223 OS | Windows 10 What are the steps to reproduce this issue?(重现步骤?) ------------------------------------------------ 1. ![image](https://user-images.githubusercontent.com/541212/215660431-297c250d-e407-4a8f-9069-38a25979ac21.png) 2....

bug

Environment(环境) -------------- name | version ----------|---------- IDEA version | IU-223.8214.52 EmmyLua version | 1.3.8-IDEA223 OS | Windows 10 What are the steps to reproduce this issue?(重现步骤?) ------------------------------------------------ 1. 新建一个lua文件 2....

bug

Environment(环境) -------------- name | version ----------|---------- IDEA version | IU-223.8214.52 EmmyLua version | 1.3.8-IDEA223 OS | Windows 10 What are the steps to reproduce this issue?(重现步骤?) ------------------------------------------------ 1. 新建一个lua文件 2....

bug

### Qinglong version 2.16.5 ### Steps to reproduce content内容会包含换行(无论是脚本传递的content还是在内部 ```python hitokoto = push_config.get("HITOKOTO") text = one() if hitokoto else "" content += "\n\n" + text ``` ),导致在`lines = body.split("\n")`的时候就已经出现问题 ###...

`2.9.1` ```yaml adapters: - http - ws debug: true enableVerify: false singleMode: true cacheSize: 4096 adapterSettings: http: host: 0.0.0.0 port: 8888 cors: ["*"] ws: host: 0.0.0.0 port: 9999 ``` 在断开之前发送消息也正常....

v2.1.0 ```dart import 'dart:io'; import 'package:excel/excel.dart'; void main() async { var bytes = File('${Directory.current.path}/before.xlsx').readAsBytesSync(); var excel = Excel.decodeBytes(bytes); var tableName = excel.getDefaultSheet(); var table = excel.tables[tableName]; table!.row(0)[3]!.value = 'abc'; var...

bug