Frank Long

Results 8 issues of Frank Long

### This issue is unique. - [X] I have used the [search tool](https://github.com/ONLYOFFICE/DesktopEditors/issues?q=) and did not find an issue describing my bug. ### Operating System Windows 10 / 8.1 /...

help wanted

## 发生了什么? Cannot read properties of undefined (reading 'pagination') ## 相关截图(必需) Microsoft Edge Version 114.0.1823.67 (Official build) (64-bit) ![image](https://github.com/YaoApp/yao/assets/5205838/c783fb32-a50e-4134-a8be-db0f5fea7c5d) ## 最小可复现例子(必需) - yao: 0.10.3 - yao start - 使用最新Edge打开, 出现错误...

### Please check that this issue hasn't been reported before. - [X] I searched previous [Bug Reports](https://github.com/davish/obsidian-full-calendar/issues?q=is%3Aissue+is%3Aopen+label%3Abug) and didn't find any similar reports. ### Expected Behavior Can add dingtalk caldav...

bug

![}Y~)R 2MX@$N`SE%19%ENZ5](https://user-images.githubusercontent.com/5205838/230785069-cdf730d3-e12f-4f79-a099-21b58d2fd048.jpg) 如上图所示: 版本:0.14.5 在虚拟机中安装Windows 10 + 钉钉 + 小狼毫,无配置变更,表现相同

# 1. DeviceStatus ```thrift service TDeviceStatus { bool isRunning(); } ``` # 2. TPingService ```thrift service TPingService { /** ping */ void ping(); } ``` # 3. Server ```cpp #include...

- define.thrift ```thrift namespace cpp Net.Ping struct PingData { 1: i32 src = 0; 2: i32 dst; 3: i32 payload; } ``` - ping.thrift ```thrift include "define.thrift" // namespace of...

背景:服务端使用的TMultiplexedProcessor,想测试是否可以迁移到srpc 目前使用srpc::ThriftClient测试,无法访问,请问下是否支持,该怎么使用呢?