roMummy

Results 13 comments of roMummy

Maybe the author forgot to update. You can use: ``` pod 'InterposeKit', :git => '[email protected]:steipete/InterposeKit.git' ```

The problem with this is that the file path is wrong and you can put it somewhere else. such as: ``` do { let dst = NSTemporaryDirectory() + "/sample_tblview.pdf" try...

You can add lineview to normalView. But it's not very convenient. Like this: ``` lazy var segmentedControl = BetterSegmentedControl().then { $0.backgroundColor = .white var mArr = [BetterSegmentedControlSegment]() // left let...

> 我们发现一个场景,手机存储满了之后,初始化YYCache失败会自动清理所有数据,代码: > > https://github.com/ibireme/YYCache/blob/0aac6e84f10b2996ef2ce906db0be1ea6ec24e83/YYCache/YYKVStorage.m#L718 对于我来说,在多个线程同时初始化yycache会导致数据库被锁定 进而执行清空操作

I use clashx to proxy my network, how do I verify that I am connected to the GitHub Copilot server

I use proxyman to monitor the network connection of mac, and I found that there is no network request during the period from when I press 'sign in' to 'timeout'...

My node version is > ➜ ~ node -v > v19.8.1

On my computer this code does not execute ``` func listener( _: NSXPCListener, shouldAcceptNewConnection newConnection: NSXPCConnection ) -> Bool { newConnection.exportedInterface = NSXPCInterface( with: XPCServiceProtocol.self ) let exportedObject = XPCService()...

This code is fine, I mean the client cannot connect to the server. I set a breakpoint in `XPCService.swift` under the `client`, and it will be executed when `NSXPCConnection` is...