yangyaofei

Results 26 comments of yangyaofei

use https://github.com/jangxx/netflix-1080p.git

@fatedier zerotier rubost and easy to use for a group of people to connect each others. I use it for ssh. but it is not stable, and slow due to...

ok, I think most users can't notice this. This (wrong nathole) will disappear in lots of circumstances. I think it more like a performance bug (but it's a feature). I...

I understand this philosophy but not fully agree. I think **smart** optimization may lead some unknown issues and hard to find and resolve. Maybe add a config like `enableSmartNatHole` to...

@tiangolo could you please explain this reviewer's behavior ? I make this PR , someone review it, and I reply and explain the code. Suddenly the reviewer leave this PR...

@BlazJurisic I want to know too, the reviewer just leave it here, i don't know how. If you want use it to reload, just use the function that I add...

@bropuffshroom well, the you code you show may not work for me(I did try that in my project). It just shellow update the `openapi.json` not work with the validation. support...

@bropuffshroom sorry, I did a wrong explanation. Your code would not return a validation error like: `http://127.0.0.1:8000/call?animal=rabbit'` ```json {"detail": [ { "type":"enum", "loc":["query","animal"], "msg":"Input should be 'cat' or 'dog'", "input":"rabbit",...

@bropuffshroom yes, that is the step. The step 5 will not return the expected result. expected: ``` "ctx":{"expected":"'cat', 'dog' or 'rabbit'"} ``` actually: ``` "ctx":{"expected":"'cat', 'dog'"} ``` and `/openapi.json` ->...