Roustem Karimov
Roustem Karimov
.../JSONKit/JSONKit.m:2600:77: warning: bitmasking for introspection of Objective-C object pointers is strongly discouraged [-Wdeprecated-objc-pointer-introspection] BOOL workAroundMacOSXABIBreakingBug = (JK_EXPECT_F(((NSUInteger)object) & 0x1)) ? YES : NO; ~~~~~~~~~~~~~~~~~~~~ ^ .../JSONKit/JSONKit.m:199:53: note: expanded from macro...
Replacing 1024 memset calls with a single call. clearCache before:  clearCache after:  mutableObjectFromJSONDataWithParseOptions before  mutableObjectFromJSONDataWithParseOptions after 
I am getting an error that our domains are listed in the publicsuffix.org. We had them removed a few months ago: https://hstspreload.org/?domain=1password.com https://hstspreload.org/?domain=1password.ca https://hstspreload.org/?domain=1password.eu
``` error[E0308]: mismatched types --> /Users/administrator/.cargo/registry/src/github.com-1ecc6299db9ec823/sys-info-0.7.0/lib.rs:618:22 | 618 | pub fn boottime() -> Result { | -------- ^^^^^^^^^^^^^^^^^^^^^^ expected enum `std::result::Result`, found `()` | | | implicitly returns `()` as...