Results 8 issues of Yan

Thanks for your project, which lead me a way to answer :) I found a workaround to connect to localhost on mac system. We can connect to localhost via LAN...

``` javascript var JS = require('jayschema'); var js = new JS(); js.register({id: 'ref', type:'string'}, 'ref'); js.validate('this is a string', {$ref: 'ref'}); ``` will give out some error: ``` json {...

The default logic to map FQN to swagger name is good(https://github.com/grpc-ecosystem/grpc-gateway/blob/master/protoc-gen-swagger/genswagger/template.go#L332). We have many proto files. and they have some import with each other. Use the logic to shortten FQN...

enhancement
help wanted
openapi

I get the error `unpack is not defined` when running the following coffee script: ``` coffee util = require 'util' pcap = require 'pcap' argv = require 'yargs' .alias 'd',...

**Describe the bug** Failed to remove reserved IPs. **To Reproduce** Steps to reproduce the behavior: 1. Add a reserved IP address with terraform-apply 2. Remove it from config file and...

bug

Hi zemirco, I want to use a restful lockit with a non-restul lockit, which feeds all static pages while listen to ajax requests. There is no option to disable restful...

When using the following code to send a request, the server receives the password not as `^pwd` but as `%5Epwd`. ```dart http.get(Uri.parse('https://user:%[email protected]')) ```

type-bug
package:http

When the license file contains a $ symbol, the generated Dart code fails to compile. This issue occurs, for example, when using Syncfusion packages such as `syncfusion_flutter_pdf`.