Don

Results 16 comments of Don

请教下,是否有遇到打包后的应用无法卸载? 网上找到的卸载方式。https://youtu.be/7NFaJtbv6fI

now 同时还有一个 desktop app,制作也是精良,[https://github.com/zeit/now-desktop](https://github.com/zeit/now-desktop)。

1. hook `downloadImageFinishedWithMessage` ```object-c tk_hookMethod(objc_getClass("MMMessageCacheMgr"), @selector(downloadImageFinishedWithMessage:type:isSuccess:), [self class], @selector(hook_downloadImageFinishedWithMessage:type:isSuccess:)); ``` 2. 接受到消息的时候自动去下载大图 ```object-c @interface MMCDNDownloadMgr : NSObject - (BOOL)downloadImageWithMessage:(id)arg1; - (id)imagePathWithMessage:(id)arg1; - (id)fileCDNDownloadParaWithMessage:(id)arg1 destinationPath:(id)arg2; - (void)OnCdnDownloadFinished:(id)arg1; @end - (CExtendInfoOfImg *)getCExtendInfoOfImgWithDic:(NSDictionary...

@MustangYM https://github.com/amarcadet/XMLReader

update to bulma 0.4.0

@scholtzm which system you use?

Too many global styles too! i don't want the actrve style in my table ``` css tr:active, .table-striped tr:active:nth-child(even) { color: #fff; background-color: #116cd6; } thead tr:active { color: #333;...

fetchival is base on window.fetch ``` javascript // Expose fetch so that other polyfills can be used // Bind fetch to window to avoid TypeError: Illegal invocation fetchival.fetch = typeof...