-
**Describe the bug**
Some iOS users are experiencing a crash on iOS and iPadOS (all versions impacted). I can't provide full logs because I'm not able to reproduce on my side. The Crashlytics stacktr…
-
My initial design for [implementing ObjC protocols from Dart](https://github.com/dart-lang/native/issues/1040) will only support instance methods. This is the use case most Dart programmers will be fa…
-
An example here:
https://github.com/chamons/Embeddinator-4000/commit/9c963c26fa64a843443035696d88d33ddf4c2e9b
-
When getting struct value with memory footprint not multiple of 4 ( i.e. ccColor3B - 3 bytes) with valueForKey: via property's/method name (not via ivar name) - isa pointer can be changed (sic!).
Loo…
-
I clone the source code of opencv from git and build using cmake:
cmake -D CMAKE_BUILD_TYPE=Release -D CMAKE_INSTALL_PREFIX=/usr/local/Cellar -D BUILD_SHARED_LIBS=ON -D WITH_CUDA=OFF -D OPENCV_EXTR…
-
### Minimal reproducible example
Similar issue https://github.com/expo/expo/issues/28055
### What platform(s) does this occur on?
iOS
### Where did you reproduce the issue?
in a developm…
-
```
Currently, is being mapped to Object in generated Java API. But may need
to be mapped to NSObject. The example considered here was of the following:
NSMutableDictionary.setObjectForKey().
The…
-
This simple kernel will cause a hang leading to 100% GPU usage and eventually taking down the WindowServer. A similar Metal/C++ kernel runs just fine. The generated IR is also mostly identical.
Ano…
-
**Describe the bug**
For an `NSObject` subclass I cannot use `.dump` to create a snapshot to include children
**To Reproduce**
[dump-demo.zip](https://github.com/pointfreeco/swift-snapshot-testin…
-
I have a very simple model, it's a few booleans, Strings, and so on.
```
import AutoCoding
public class Bitlink : NSObject {
var longURLString = ""
var shortURLString = ""
var archived …