Roustem Karimov

Results 4 issues of 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 before](http://i.agilebits.com/rk/clearCache_before_173D8050.png) clearCache after: ![clearCache after](http://i.agilebits.com/rk/clearCache_after_173D801D.png) mutableObjectFromJSONDataWithParseOptions before ![mutableObjectFromJSONDataWithParseOptions before](http://i.agilebits.com/rk/mutableObjectFromJSONDataWithParseOptions_before_173D8193.png) mutableObjectFromJSONDataWithParseOptions after ![mutableObjectFromJSONDataWithParseOptions after](http://i.agilebits.com/rk/mutableObjectFromJSONDataWithParseOptions_after_173D80D5.png)

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...