Ed Summers

Results 204 comments of Ed Summers

It looks like jquery is being live loaded by a bit of JavaScript that writes to the DOM? ``` if(typeof jQuery=='undefined'){document.write('');document.write('')} ``` I'm not certain, but I don't think it's...

I was thinking this GitHub repository would still be useful to use for people who have implementation questions about the specification. Having a current version of the spec in here...

If it works better for all concerned to have the repo live at @libraryofcongress that would be fine too. I would just like to see development happening on Github as...

Great, so I guess that's where discussion should happen? Can the LC repository be made into the master repo?

I think I'm seeing the same behavior where repeated calls to `stream.stop()` are no longer working. I think it was working in the past, perhaps with an older version of...

I think it would be super handy if autodiscovery was part of python-oembed itself.

Although I guess it ought to be possible to use the provider registry to prevent unnecessary HTML fetches? https://github.com/iamcal/oembed/tree/master/providers

Maybe somebody has already done it, but I created a little wrapper around python-oembed that uses the oembed provider registry to build a consumer with all the providers. https://github.com/edsu/oembedders#readme

Is it common for "I've reported this internally" to be a reason for closing an issue? It seems like you'd want to keep the issue open until it is resolved?

Is there any reason why this fix hasn't been committed back? I had the same problem: java1.7, ant1.8.2.