Brendan Molloy
Brendan Molloy
Ahh, seems I spoke to soon. Linking still failed. Will update when I experiment more.
@indygreg I can confirm that the setter is called and the value is set to false, but it doesn't have much of an impact on the actual build behaviour.
Have to tried rebooting your phone? In rare circumstances, the virtual memory can become so fragmented that we can't memory map the spell checker, and a reboot should help with...
@snomos is your iOS up to date?
I had a look at getting the Ruby Cucumber test runner to work with Rust again, but I didn't feel like learning Ruby and their documentation is insufficient to fix...
Cheers! 👍 Hopefully I'll be able to prove you wrong about TDD-related tooling with intimidatingly strongly typed languages, hehe.
Hey @acmcarther, it's been almost a year and [bbqsrc/cucumber-rust](https://github.com/bbqsrc/cucumber-rust) continues to be developed and maintained. I was wondering if it would be possible to adopt the `cucumber` crate from you...
It would be useful to add an API for a hook for handling it, even if the exception doesn't carry it. I've hit a number of cases where the JSON...
I can confirm this occurs due to this function in `OIDAuthorizationService.m`: ```objc - (BOOL)shouldHandleURL:(NSURL *)URL { NSURL *standardizedURL = [URL standardizedURL]; NSURL *standardizedRedirectURL = [_request.redirectURL standardizedURL]; return OIDIsEqualIncludingNil(standardizedURL.scheme, standardizedRedirectURL.scheme) &&...