Tim Elfelt
Tim Elfelt
> What did really help - it's custom manchester encoded pulses normalization script written in python which does something like this: > `-70 250 -90 135 -85 110 ... `...
I can merge your PR when you publish it
Hi there @GMoHughes - I'm happy to review your PR after you post it
@GMoHughes you should push your changes to a branch of your fork (click fork button above), then a PR button will come up https://help.github.com/articles/creating-a-pull-request/
Using the non minified libraries is preferred by most in development. It's up to your build process to minify/or use the minified content -- or you can force bower to...
For posterity: ``` $scope.start = function() { console.log(nzTour.current, !!nzTour.current); // false nzTour.start(tour); console.log(nzTour.current, !!nzTour.current); // true }; ```
/opt/calibre/calibredb or /opt/calibre/bin/calibredb
> This project is now deprecated, and no longer maintained. Check out https://www.one-tab.com/
Woohoo, refactor is done, nice work! Any timeline for ST3 compatibility?
turn on ffmpeg logging to see exactly what is happening. it is hard to find (or build) an ffmpeg binary for windows that doesn't fail. in my case it was...