Jonathan Winterflood
Jonathan Winterflood
With preventRepeatByDefault=true, the first time the combo is pressed and released, only the releaseHandler is fired **Example code** ```js keyboardJS.bind('c', () => console.log('pressed c'), () => console.log('released c'), true) ```...
**Do you want to request a *feature* or report a *bug*?** A Bug (unsupported standard feature) **What is the current behavior?** * Formats "ddd" and "dddd" are supported in imported...
Hi, It looks like the v0.20.5 tag of github.com/go-openapi/spec has been rewritten when v0.20.6 was released, causing "go get github.com/swaggo/http-swagger" to fail for all versions since v1.2.7 inclusive: https://github.com/go-openapi/spec/issues/156 ```...
When a type is declared in a dependency, `swag init` fails with "cannot find type definition: ..." To successfully generate docs, dependencies must be vendored with `go mod vendor` and...