You'll have to agree, you always stumble on some specific implementations/libraries in every Programming language which are used by a very small amount of people, mostly because they are released very recently, or they do a very specific job that is not required commonly. Also, Documentation usually sucks in these cases...
The trouble is, I find myself asking questions (on SO) about these cases, the most. It is usually tagged with some tags like rabbitmq (916) and pika (46) (i.e. any tags with less users capable of answering). And these questions are deserted for days and months with low views and no answers...(tumbleweed?)
At the same time, I try, using specific developer's mailing-list (often faster than SO in such cases) and also try to come up with a solution on my own by digging through documentation and source (fastest). If I get the solution myself, I do post it on SO as an answer or edit, if I posted a question regarding this before.
Learning this, every time I have such a problem, with a specific implementation/library that might not be popular, I am less encouraged to post it on SO, because I can probably figure it out faster myself... or get a reply from the dev's mailing-list earlier than an answer to my question on SO...
And there's always "oh, maybe I didn't ask the question right, maybe If I change the title from 'foo bar foo' to 'bar foo bar' people will answer it..."
So, I do not really have a question here, just a 'Is it possible to get such questions answered in time on SO?' or is it just hopeless, because I have seen in such cases
t_stackoverflow > t_other_ways
where,
t_stackoverflow = time taken in posting a properly framed question to SO and polling for replies
t_other_ways = get the solution in traditional way, like it used to be, before SO
I can understand, If some people consider this meta-question 'just a nag', but I think there is an underlying problem that can be addressed... and possibly solved...