Matt Shirley

Results 89 comments of Matt Shirley

I actually think passing the aux list during quant is the way to go. A few thoughts: - Keeping index compatibility is important. - The list could be rather long,...

Thanks for the report. It looks like you should have some tags in the format `XX:B:XX`. I can't find anything like this in your screenshot, so maybe you can search...

The tests would also allow deployment to PyPI without sitting in front of my computer :)

See the section in the wiki on configuring message types: https://github.com/bemasher/rtlamr/wiki/Multi-Protocol-Decoding. You'll want to do something like `rtlamr -msgtype=scm+`.

```bash $ ffmpeg -rtsp_transport http -re -i rtsp://192.168.1.163:7447/5ce8a70ecf0416ebdcd3743e_0?apiKey= -threads 0 -vcodec libx264 -an -pix_fmt yuv420p -r 30 -f rawvideo -tune zerolatency -vf scale=1280:720 -b:v 299k -bufsize 299k -payload_type 99 -ssrc...

Nevermind. I installed the wrong branch from @shnhrrsn's PR. I'll give the "transmuxing" branch a shot and report back.

I think this is expected awk behavior, and I don't see an easy way to fix it other than rename fields containing `++`. `++` is the auto increment operator, and...

I think the first option is preferable.

``` curl -s ftp://platgene:[email protected]/Illu inaPlatinumGenomes_v7.0/merged_platinum/NA12878.vcf.gz | gzip -cdfq | grep -v " #" | vawk '{ print S$NA12878 }' | head chr1 116549 . C T . SuspiciousHomAlt MTD=bwa _freebayes...

That's with current master HEAD.