Mark Rowe

Results 30 comments of Mark Rowe

Thanks, I was able to reproduce it by renaming one of the classes in Realm Swift's unit tests to include an umlaut. I think the underlying issue here is that...

@ihor, can you share more details about what version of Realm you're using in your app and which version of the Realm Browser you're using? Can you share steps that...

I had a thought this morning that this could be caused by Realm Browser going into App Nap. That could potentially result in significant delays in the Browser seeing modifications...

Given the HLIL that the Pseudo-C layer is working with and the approach it takes to displaying it, the rendering issue isn't quite as simple as an additional `*`. The...

Note that you can see the potential targets of a specific message send by clicking on the selector and looking at its cross references. After https://github.com/Vector35/binaryninja-api/pull/6814, the Objective-C workflow now...

You'll want to grab a dev build of 7872 or newer. While the test build has a higher build number, it does not contain all of the changes from a...

Thanks for filing this! I had noticed myself that this wasn't working but was still in the "am _I_ doing something wrong" phase so hadn't gotten around to writing up...

Both Chrome and Safari return a valid AAGUID when a platform authenticator is used even if no attestation is requested. Chrome has been doing this for many years now (https://issues.chromium.org/issues/40599384)...

Deferring would sidestep the issue, but doesn't feel right to me. I'm not sure what it means to allow a user to undo these automatic actions performed by the shared...

For now I'm going to downgrade the warning log to a debug log since it's not actionable and it doesn't indicate something that must be fixed. I've filed a follow-up...