Michael Bushey

Results 28 issues of Michael Bushey

> The plugin processes at 44.1kHz (specified in config file) for the neural net DSP. What would be involved to make it work at 24/96? I'm OK throwing a lot...

Hello, This looks perfect for what I need. My docker run: ``` docker run \ --name paperless-ftp \ -e ROOT_DIR=/ftp \ -e AUTH_TYPE=json \ -e AUTH_JSON_PATH=/credentials.json \ -e UNFTP_PASSIVE_PORTS=50000-50005 \...

I'm using the example metadata.rs. ``` $ mediainfo video.mkv | grep "Bit rate" | head -n3 Bit rate : 2 547 kb/s Bit rate : 394 kb/s Bit rate :...

**Is this a BUG or FEATURE REQUEST?:** **Did you review https://istio.io/help/ and existing issues to identify if this is already solved or being worked on?**: yes **Bug:** Y **What Version...

area/networking
area/enviroments
kind/need more info

Running in the neo4j namespace, and using `storageClassName: rook-ceph-block`: ``` $ kubectl -n neo4j get pv NAME STATUS VOLUME CAPACITY ACCESS MODES STORAGECLASS AGE datadir-neo4j-core-0 Bound pvc-0912d181-d8a7-11e8-926a-069c6b71a13e 25Gi RWO rook-ceph-block...

``` $ kubectl get all -n container-stg NAME READY STATUS RESTARTS AGE pod/container-847fbf5549-p7djz 2/2 Running 1 1h pod/container-847fbf5549-w2mpc 2/2 Running 1 1h pod/container-847fbf5549-zcmtp 2/2 Running 1 1h NAME TYPE CLUSTER-IP...

kind/enhancement

Hello, Running the first command, `yarn` fails: ``` ~/source/dmsrs$ yarn 1 ↵ master 00h00m00s 0/0: : ERROR: There are no scenarios; must have at least one. ``` Thanks!