Ilya Grigorik
Ilya Grigorik
Hmm, do you have a hi-res HN button we could use? We can inline it directly... https://github.com/igrigorik/hackernews-button/blob/master/hnbutton/button.html#L28
@ianstormtaylor all of the relevant markup is in this file: https://github.com/igrigorik/hackernews-button/blob/master/hnbutton/button.html You may need to strip some of the templating stuff, but that should be easy to do.. You can...
Andre, are you by any chance setting the headers anywhere in your code? We are seeing the _exact_ same problem, and looking at our backtrace, it segfaults when we are...
Hmm, same setup. EC2, 64 bit (xlarge). CentOS 5.1. Latest & greatest version curl on the server, etc.
Todd, also I should mention that I'm seeing this problem in exact same setup as described above: within the success callback I'm creating a new curl easy instance and queuing...
Grabbed HEAD and applied your patch -- running now. The challenge is and will be in reproducing the actual bug. We use curl-multi interface to drive our downloaders, and sometimes...
Aha, I think we're on the right track. Got a different stack trace this time. Looks like it's SEGV'ing when it tries to invoke the on_failure callback: /pr/core/app/keystone/downloader.rb:136: [BUG] Segmentation...
Would love to see CLI support as well. Any progress or followup thoughts on this from maintainers?
@bordoni awesome, glad to hear it's on the roadmap! For context, we're investigating building an automated audit/benchmark environment to test WP themes and a CLI interface would be _hugely_ helpful...
@bordoni that's awesome! > So I will push the base for the WP-CLI integration to the release/0.5.0 (this weekend). Just to clarify, you already have some WP-CLI integration code, which...