jathu
jathu
In this PR we create a rule that allows prototool to be invoked by a Bazel run command. Much of the inspiration came from [buildifier](https://github.com/bazelbuild/buildtools/tree/master/buildifier). Although we can currently invoke...
### What version of rules_go are you using? v0.29.0 ### What version of Bazel are you using? 4.2.1 ### Does this issue reproduce with the latest releases of all the...
Hello. I'm looking for someone to help me maintain this library. I haven't done iOS development in ~3 years and have not kept up-to date with all the Swift and...
### What version of gazelle are you using? v0.24.0 ### What version of rules_go are you using? v0.30.0 ### What version of Bazel are you using? 4.2.2 ### Does this...
Hey there, the library works perfectly on iOS8+. However on iOS 7, I keep getting this error: ``` 2015-10-08 11:27:50.762 APPNAME[3104:60b] -[AFBlurSegue setUseDefaultModalPresentationStyle:]: unrecognized selector sent to instance 0x17dc01b0 2015-10-08...
Allow exporting to CoreML backends on Linux. Running the model on Linux is not an expectation. More context: https://github.com/pytorch/executorch/issues/9019 cc @larryliu0820 @lucylq @mergennachin @byjlw
While working on https://github.com/pytorch/executorch/pull/9583/files, I noticed that `unittest-arm` in `.github/workflows/pull.yml`, configured `EXECUTORCH_BUILD_ARM_BAREMETAL` to be on via an environment variable. As far as I can tell, this does not automatically propagate...