Dave Johansen
Dave Johansen
When running multiple instance with `node-dev`, they all get this path in Chrome's inspect tab, so it's hard to tell which is which: ``` /Users/dlj/projects/my_app/node_modules/node-dev/lib/wrap.js file:///Users/dlj/projects/my_app/node_modules/node-dev/lib/wrap.js ``` Ideally, they would...
Would it be possible to use `^` instead of `~` for the versions so it's less likely that multiple versions of dependencies needing to be installed?
Have you considered making this available as a polyfill in an npm package for easier consumption?
Fixes #7
Change dependency to be `>=` so mocha 6 can be used
Fixes #925
**Media pipeline:** Using a modification of the sample that handles errors with callbacks (as [recommended previously](https://github.com/awslabs/amazon-kinesis-video-streams-producer-c/issues/368#issuecomment-1711898568)) **Logging** From running normally (without custom callbacks): ``` ./kvsVideoOnlyRealtimeStreamingSample dljtest h265 60 ``` [logs_0.txt](https://github.com/awslabs/amazon-kinesis-video-streams-producer-c/files/12614291/logs_0.txt)...
**Media pipeline:** - What is the media source (GStreamer, custom, etc). What is the upstream encoder/pipeline? Samples **Logging** I added this to the sample so you can see everything by...
### Description Docker locks up when running and has to be restarted ### Reproduce Happens after running for a while. Seems to happen more often when building images a lot...