Chris

Results 5 comments of Chris

@MythicLionMan I'm also planning on implementing this - I'll take a look at what you have so far and see if I can find any improvements when I get time...

or something like this: ``` ./fpv-video-out | ffmpeg -vcodec copy | vlc --sout '#standard{access=http,mux=ts,dst=localhost:8080}' ```

Apologies if I wasn't clear, I meant on files in the `/Scripts/` directory

Actually, now I'm looking at [lib/recaptcha/configuration.rb](https://github.com/ambethia/recaptcha/blob/master/lib/recaptcha/configuration.rb), and it looks like this is the default URL. Perhaps there is some other issue preventing some users in china from seeing the recaptcha...

I have a similar issue, possibly related, concerning the use of `allOf:` and the `required` property (but not `readOnly` or `writeOnly`. Example: ```yaml requestBody: required: true content: application/json: schema: type:...