simlay

Results 89 comments of simlay

@bbqsrc That's some cool `xcrun simctl` mangling you did. You might wanna try out [dinghy](https://github.com/sonos/dinghy/). I added iOS simulator support like about a year ago. They run the tests for...

https://github.com/infinyon/fluvio-client-java/ is an example of this. Eventually, I'd like to add the hard parts to the runbook.

Your question is a little off topic from this repo but I don't know of much better place. The Swift `@available` attribute and the objective-c `API_AVAILABLE` aren't quite the same...

Hmm. The docks from clang: https://clang.llvm.org/docs/LanguageExtensions.html#objective-c-available > Before LLVM 5.0, when calling a function that exists only in the OS that’s newer than the target OS (as determined by the...

> Also, if you're loosing interest in the project(s) and need a hand with the maintainer role, I'll gladly help out. I've been watching this repo for a couple years...

> Now that Swift has a stable ABI, I wonder if it's worth investigating directly bridging between Rust and Swift instead of relying on an Objective-C middle layer. Seems like...

I ran into something like this the other day. In my case, it was because there was a directory in the `resources` directory inside the `.app` directory and had nothing...

> [Why shouldn't these be ItemIds?](https://github.com/rust-lang/rust-bindgen/pull/1784#discussion_r425663249) I've tried a few things to use `Vec`s as the category identifiers rather than a `Vec` ``` let category_id : ItemId = Item::from_ty_or_ref(c.cur_type(), c,...

> What's the stack for that? It might be that you're overflowing the stack. Yeah, after a adding some debug statements, it looks like that call ends up overflowing the...