EvanYang

Results 7 issues of EvanYang

## Problem OAS3 defines the response header needs to specify the schema, if you follow the example in the README, there will be a syntax error ## Solution Update README.md...

before do allow_any_instance_of(Project).to( receive(:update_attributes).with(completed: true).and_return(false)) end before do allow_any_instance_of(Project).to( receive(:update_attributes!).with(completed: true).and_return(false)) end

Reviewing

I want declared not to allow unvalidated parameters if the given condition is not met # case1 ``` desc 'Create T' params do optional :device_type, type: String, desc: 'device_type', values:...

bug?

My Openstack's version is stable/pike.(ubuntu16 install by devstack, enable swift) When I follow the tutorial to the Image [(Glance)](https://github.com/fog/fog-openstack#image-glance) Download Glance image: @connection_params = { openstack_auth_url: "http://xx.xxx.xx.xx/identity/v3/auth/tokens", openstack_username: "admin", openstack_api_key:...

connect_timeout raise SocketTimeout, "#{type} timeout" only read timeout/ write timeout ` def select_timeout(type, timeout) if timeout >= 0 if type == :read read_array = [@socket] else write_array = [@socket] end...

### πŸ› bug 描述 Using the ant-design-pro pro-cli tool to generate a complete project exception, the page cannot be accessed through the browser ### πŸ“· 倍现ζ­₯ιͺ€ | Recurrence steps ```...