beiguancyc

Results 14 issues of beiguancyc

目前通过pod安装的是2.8版本,2.9无法安装。 安装在iOS14和iOS15相比,ios15比iOS14顶部少了一根分割线,不知是我个人页面排版导致还是ESTabBarController 适配导致。 期待修复

stale

cocoapod安装后,与oc混编,使用如下代码 `ESTabBarItem *es=[[ESTabBarItem alloc]init:[[ExampleBouncesContentView alloc]init] title:@"test" image:[UIImage imageNamed:@"check"] selectedImage:[UIImage imageNamed:@"check"] tag:1]; es.contentView.highlightIconColor=[UIColor colorWithHexString:@"9c1823"];` 提示找不到contentView属性 如果不通过cocoapod,直接将文件拷贝到项目目录,contentView加上@objc则不会有这个问题。 原代码 `open var contentView: ESTabBarItemContentView?` 修改为 `@objc open var contentView: ESTabBarItemContentView?` 希望您能百忙之中关注一下

您好,很喜欢您的这个作品。打扰您有几个问题想请教,不知您是否有空回答 1.我的问题是js端的,我用的是typescript,按照typescript的提示,使用如下代码 `dsBridge.register("login", (user:string,password:string)=>{ },true) ` 这段代码并不会异步执行,异步参数未起作用 2.关于registerAsyn方法在typescript下应该如何书写? 感谢您的作品

不好意思,英文太烂,只能用中文提issue了。 最近在测试3.0时,发现有个问题,想向您请教。 服务端是node "socket.io": "^4.0.1", 我的代码使用如下 ```cs socketClient = new SocketIO(host, new SocketIOOptions { Query = new Dictionary { { "token","token" } } }); socketClient.ClientWebSocketProvider = () => new ClientWebSocketManaged();...

btn.setTitle("fa-github".bs_awesomeIconRepresentation+" 查 找", forState: UIControlState.Normal) 图标是个问号

Because of rootless,it does’t run

### Feature / Enhancement Description Node18 has altered the resolution for localhost, now defaulting to IPV6. However, examining the internal code, I noticed that many parts are still using 127.0.0.1....

type:question

## Issue/提问须知 **在提交issue之前,我们应该先查询是否已经有相关的issue以及[常见问题](https://github.com/Tencent/tinker/wiki/Tinker-%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98)。提交issue时,我们需要写明issue的原因,以及编译或运行过程的日志(加载进程以及Patch进程)。issue需要以下面的格式:** ``` 异常类型:app运行时异常/编译异常 手机型号:如:Nexus 5(如是编译异常,则可以不填) 手机系统版本:如:Android 5.0 (如是编译异常,则可以不填) tinker版本:如:1.7.7 gradle版本:如:2.10 是否使用热更新SDK: 如 TinkerPatch SDK 或者 Bugly SDK 系统:如:Mac 堆栈/日志: 1. 如是编译异常,请在执行gradle命令时,加上--stacktrace; 2. 日志我们需要过滤"Tinker."关键字; 3. 对于合成失败的情况,请给出:patch进程的日志,这里需要将Android Moniter右上角设为No Filter。 ```...

不知道大佬会支持吗?

### New Issue Checklist - [x] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server/blob/master/SECURITY.md). - [x] I am not just asking a [question](https://github.com/parse-community/.github/blob/master/SUPPORT.md). - [x] I have searched through [existing issues](https://github.com/parse-community/parse-dashboard/issues?q=is%3Aissue). -...

type:feature
bounty:$20