Lex Tang
Lex Tang
It's limit to `"matches": [ "*://*/*.json" ]`. Try open a json file end with ".json" extension. https://github.com/lexrus/HighlightJSON/blob/main/HighlightJSON%20Extension/Resources/manifest.json#L19 Apparently it should look after the content type header of application/json for any...
生成图标的功能在 Yosemite 系统上应该不能用了,你试着禁掉它吧。 ICON_TAG 改成 NO。
不能,需要符号化才行,所以会走进这一行: https://github.com/lexrus/KissDefault/blob/master/KissDefault/KissDefault.swift#L176 但这样取到的字符串也有不确定性,我还没想到什么好办法。 等我在 README 把这个风险写一下。
@tanis2000 I prefer https://github.com/rayh/xcoder now. It's much more powerful.
@buk @rjyo see https://github.com/lexrus/betabuilder/commit/f1bc4f9520c242b75b5f6796319f9c1910efbbac You may hardcode web.rb until the next release. It's located in: `~/.rvm/gems/ruby-1.9.3-p194/gems/betabuilder-0.7.4.1/lib/beta_builder/deployment_strategies/web.rb`
Make sense. +1 for checkObjectForKey
Hi, @dewind Thank you for your reply. Yes, if the serial_queue is suspended previously then there will be a EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP...) exception. Maybe I should turn back to NSOperation so...
``` JSGCDDispatcher *downloadQueue = [JSGCDDispatcher dispatcherWithSerialQueueID:issuesDownloadQueueID]; for (uint i = 0; i < 20; i++) { [downloadQueue dispatchOnSerialQueue:^{ NSURLRequest *request = [NSURLRequest requestWithURL:[NSURL URLWithString:@"http://yahoo.com"]]; [NSURLConnection sendSynchronousRequest:request returningResponse:nil error:nil]; NSLog(@"downloaded"); }];...
I wonder how does Dropbox workaround this issue...
Is there a plan for this issue? Can't wait to see it.