simlay

Results 89 comments of simlay

> @simlay: Yeah, why are we not just using [`UITextInput` and the related protocols](https://developer.apple.com/documentation/uikit/uitextinput?language=objc)? It really seems like `UITextView`/`UITextField` is the wrong approach here, since they also _display_ the text...

Hi! Glad you're reading the tutorial! Yeah. It seems that recent macos/LLVM stuff has broken the bindgen part of this. I've noticed that adding the `LLVM_CONFIG_PATH` environment variable to the...

> Hi, I'm having the same issue. I don't understand this command line: > > `LLVM_CONFIG_PATH=$(shell brew --prefix llvm)/bin/llvm-config cargo bundle --example uikit --target x86_64-apple-ios.` There's some bug I've not...

> 3\. Now I'm running into another problem - the `build.rs` panics in line 20 when passed a Mac Catalyst target `x86_64-apple-ios-macabi` and `aarch64-apple-ios-macabi`. Is this an easy fix at...

So, after a little bit of trying out `cargo-llvm-cov`, which I really like, I think this may require a bit of refactoring of CI should you want to use `cargo-llvm-cov`....

I randomly found myself looking at this issue last week and decided to try out some new tools for my CI for work without relying on external websites like codecov.io...

The engineering team has discussed this a couple of times. I think there should be a long term goal (subject to change) for how to do connector development as well...

This task is a bit of work (not a bad thing). I think there's a couple main things about this that are nontrivial but we will want: * configuring the...