-
### What feature would you like?
see https://github.com/postlund/pyatv/issues/2325#issuecomment-2254801179
### Describe the solution you'd like
The "now-playing" endpoint needs to be exposed. if …
-
@jspahrsummers can you just tell me how this lines works https://github.com/jspahrsummers/libextobjc/blob/371b8da18f163a8f7f8925ad6d592d7b3b82ad05/extobjc/EXTRuntimeExtensions.m#L354
```
BOOL keep = …
-
I'm getting these errors when trying to build to an Apple TV 4K (2nd generation):
Could not build module 'UIKit'
API_AVAILABLE(ios(3.2)) __TVOS_PROHIBITED @interface UIDocumentInteractionControl…
-
A large part of the API has no way to release references to the classes created, this in my testing can result in some memory leaks.
A lower class than Object should probably be added, which provides…
-
```
if (![self.model yy_modelIsEqual:x]) {
self.model = x;
[self.collectionView reloadData];
}
```
![wx20180419-163542](https://user-images.githubusercontent.com/15972790/38980591…
-
```
2、根据操作的protectionType获取对应的IMP,然后判断该IMP在不在原有的impList中,在的话,说明该防护之前没有开启过,不在的话,说明该防护之前开启过。
if (!BMP_ImpExistInList(impList, imp)) {
NSLog(@"关闭保护");
//再执行一次交换操作
[self o…
-
I just upgrade gitx to 1.0 and found gitx will crash at startup.
Version 1.0 (1.0.2925 [arm])
```bash
❯ gitx .
2023-04-11 15:31:11.548 gitx[29480:791546] warning: failed to get scripting defin…
-
**Describe the bug**
Using `weak` on a `Sendable` class leads to a bad diagnostic.
**Steps To Reproduce**
```swift
final class A: NSObject, Sendable {
lazy var a: String = "test"
}
```
…
-
This code works in ObjC:
```objc
NSPopUpButton *p = [[NSPopUpButton alloc] init];
p.accessibilityIdentifier = @"hello";
NSString *result = p.accessibilityIdentifier;
```
But this…
-
Hi!
I'm seeing some crashes when starting a capture session - on various devices using iOS 15 and iOS 16.
```
NavigationView {
VStack {
CodeScannerView(
codeTypes: …