AlexHolly
AlexHolly
snes http://pastebin.com/dWjyD0NT
Yes the id's are from thegamesdb.net Is there something wrong?
Removing these lines helps. https://github.com/APIDevTools/swagger-parser/blob/c77ae7dfa9d0b7fa0f118f32f705effdf9542592/lib/index.js#L64-L66 https://github.com/APIDevTools/swagger-parser/blob/c77ae7dfa9d0b7fa0f118f32f705effdf9542592/lib/index.js#L83-L85 Also need to add some checks for info `schema.info && ` https://github.com/APIDevTools/swagger-parser/blob/c77ae7dfa9d0b7fa0f118f32f705effdf9542592/lib/index.js#L71 https://github.com/APIDevTools/swagger-parser/blob/c77ae7dfa9d0b7fa0f118f32f705effdf9542592/lib/index.js#L90
@garyo Maybe like this? https://github.com/nodeca/js-yaml/blob/3db03f295865cf58ec9f4257894b55a6ad52e9ed/lib/js-yaml/dumper.js#L739 ``` let anyObject = false for(let i of state.dump) { if(_toString.call(i) === '[object Object]') { anyObject = true break } } if (block && (state.dump.length...
Missing Platforms - MacOS - Looks like wrong debug/release naming? - Android (Possible)issues: 1. No jarsigner available 2. No debug/release.apk available only some `libgodot.android.opt.debug.x86.so` file https://github.com/GodotBuilder/godot-builds/releases/tag/2.1_20170121 uploaded mine from dropox...
So Android is working now but there are a few things to cleanup 1. This needs to be fixed https://github.com/godotengine/godot/issues/5903 2. We need the android templates from this source(currently from...
I also noticed the behavior described in #368 it also happens when I plug it in right after starting the container. I will try to provide a log tomorrow.
**Steps:** 1. Connect IP Camera 2. Start Docker Container 3. Disconnect IP Camera 4. Connect IP Camera **Log:** ``` // Recognizing that stream is not available anymore is also not...
It looks like both connections are not available anymore. On 8090 I was getting this error message for a second an then it was not reachable anymore: ```SyntaxError: JSON.parse: end...