scags9876

Results 7 issues of scags9876

Great tool by the way! It has enabled me to write better code by pointing places where things can be dry'd up. It would be nice to disable output for...

enhancement
wontfix

With the following package in internal/mockerytest/mockerytest.go ``` package mockery_issue import ( "github.com/nats-io/stan.go" ) type StreamClient interface { GetSubscriptionOption() stan.SubscriptionOption } ``` Generating a mock for this interface does not compile....

bug

portman version 1.3.2 Using the following openAPI spec document: https://gist.github.com/scags9876/889d739a72217f68ef3d1d93b2a6a034 When contract tests are generated, there is a SyntaxError: ``` 1. SyntaxError Identifier 'schema' has already been declared at test-script...

enhancement
new feature

We use our openapi 3.0.1 specs to automatically generate mocks and run contract tests. These contract tests include testing that the implementing server correctly validates requests and returns expected 400...

Some useful stuff in here, thought others might benefit from these changes. - using webpack instead of grunt and browserify - including a prepublish script to precompile transpiled code and...

Great component by the way! Keep up the good work... Found this little gem: If stateful is set to true, and a child node is specified with a checked state...

bug

It would be great if jasmine-rails had built-in reporting of code coverage. There is support for custom reporting scripts, so something like istanbul should be able to be used as...