Results 19 comments of fortiz

Hi, same problem here running on Ubuntu 20.04

> Your problem might be CORS(Cross-origin resource sharing). You should try adding Access-Control-Allow-Origin: * to the headers of the http servers that provide the media and the subtitle tracks. I...

Still unlucky, I try this: ```python import pychromecast as cast c = cast.get_chromecast(friendly_name="Cast") c.wait() mc = c.media_controller mc.play_media( "http://mi_ip:port/path_to_my_folder/mr.mkv", "video/x-matroska", title="hola", subtitles="http://mi_ip:port/path_to_my_folder/mr.vtt", subtitles_lang='es-CL', subtitles_mime="text/vtt" ) mc.update_status(blocking=True) mc.enable_subtitle(1) ``` To ensure...

> @fortizc would you mind opening an issue in caster with the stack trace from the error in get_internal_ip? Ready! > Anyway get_internal_ip only return the ip of the interface...

Hi, I want to know what is the current state of chimera detection tool and try to help to improve its implementation. This process is still monothread? what do you...

Thanks @colinbrislawn for the answer, the file chimera.cc yet refers to UCHIME and this link http://dx.doi.org/10.1093/bioinformatics/btr381 you can check this [here](https://github.com/torognes/vsearch/blob/master/src/chimera.cc#L64) maybe this needs to be updated

Hi @frederic-mahe thanks for your answer, I try to implement threads in the uchime mainly in the "de novo" mode. When I have some improvements I will send a PR...

On Gnome 42 (Debian Sid) not even work between the lock/unlock screen

> I would like to have the out buffers rather grow to a MAXSIZE then having to prealloc always a big chunk on stack.... what do you think? Ok, but...

> @rardcode @mlntr @PeterTucker @FPA-JohnHutchinson and others - can you confirm if the newer version (1.67) works OK for you? Not for me at least, now I get double notifications....