Results 11 issues of Cytown

``` public void onDraw(Canvas canvas) { if (viewWidth > 0 && viewHeight > 0) { JoinBitmaps.join(canvas, viewWidth, bmps, 0.15f); } } ``` Here you recreate and draw the combined images...

The example of Return Value Provider Functions in README.md will cause failure when run: > Mock.On("passthrough", **mock.AnythingOfType("context.Context")**, mock.AnythingOfType("string")).Return(func(ctx context.Context, s string) string { > return s > }) This was...

doc update needed

Tested with: 4.3-4, 4.3-5, 4.3-6, 4.3-7, 4.3-8, 4.3-9, works: 4.3-4, 4.3-5, 4.3-6, other version include newest version will failed in pipeline kubernates deploy phase: ``` [Pipeline] kubernetesDeploy Starting Kubernetes deployment...

I mount the go path from go:alpine, and when run go, it said `go: not found`, and when run `ldd go`, it returns: ``` /lib64/ld-linux-x86-64.so.2 (0x7f37c9351000) libpthread.so.0 => /lib64/ld-linux-x86-64.so.2 (0x7f37c9351000)...

我测试了一下,引用收到的消息是这样的: ``` "「A:test」\n- - - - - - - - - - - - - - -\nhi" ``` 这样的话,确实可以按照这个模式解析出来引用和主题,但是问题在于,回复的时候如果构造这样的ReplyText,在客户端显示的时候不被识别为引用。 请问如何处理。 此外,群消息收到后无法直接获取发送人的nickname,是否只能自己去遍历群名片找到相应发送人的nick才行?

I think pio+vscode was much better than Arduino IDE, so please add the pio support.

我的是25,按理说应该是电池完全不使用的,但现在只要一晚上,电池就变成75%了,超过一天就变成0了。 而且今天启动,因为是0,结果启动一半就没电关机了,一看,因为优化电池,结果电池这样都不充电。。。进系统n次都直接掉电关机。 只能关机等了半个钟头充进去20%多的电才能开机。 update: 上面的问题解决了,关机长按电源30秒解决。不过休眠电量依然消耗的问题还是存在,之前以为是电池的问题,结果换了个新电池,还是持续耗电。。。 大家没有这种问题么?

还是EFI-0.7.1-2021-0707的版本,前一段时间升级到了bigsur。 从5月5日开始经常会死机。通常是播放youtube的时候死机。 看看日志,发现去年就有类似问题,不过不频繁而已。 一会儿试试新的3.0.6会不会好一点。 [panic-2021-12-28-034715.txt](https://github.com/daliansky/XiaoXinPro-13-hackintosh/files/8692616/panic-2021-12-28-034715.txt) [panic-2022-05-14-062849.txt](https://github.com/daliansky/XiaoXinPro-13-hackintosh/files/8692608/panic-2022-05-14-062849.txt) [panic-2022-05-14-084912.txt](https://github.com/daliansky/XiaoXinPro-13-hackintosh/files/8692609/panic-2022-05-14-084912.txt)

if dial to a tls ftp server, but lack of tls settings, the dial will never timeout and skuck. this fix that issue.

### Version 1.26.0 ### What happened? First time I tried field name "id" in both table, it's very common in realworld, but it said "id" is ambiguous, so I change...

bug