Nigel Megitt

Results 317 comments of Nigel Megitt

Using `codecs.open` with `errors='ignore'` doesn't fix the issue - it still sometimes arises. Need to do more digging into the content that triggers it and trace back to the source...

Needs to be re-reviewed in the context of Python3, where the issue may no longer arise.

Sounds promising @spoeschel , does this mean you can generate a test case? That would be great because even if we fix it for Python2, we will also need to...

@spoeschel I made a comment in #484 a long long time ago suggesting this was worth re-testing in Python3. I don't know if Python3 would work for you, but I've...

Thank you @spoeschel !

I think this is a strong argument for tying up the release/2.1.2 work, releasing it as our final Python2 release and moving all future work into release/3.0.

This is important to me but not essential immediately for R2. Bumping to R3.

Thanks for spotting this @spoeschel - the configuration documented at http://ebu.github.io/ebu-tt-live-toolkit/html/configurator.html#the-configuration-file-structure should be used and should work.

This is still happening even though the build appears to succeed.

Is this as simple as that there's no travis.yml file in the gh-pages branch, so Travis doesn't know what to do? It seems that we could use the instructions at...