Ted

Results 5 issues of Ted

Right now it seems like clicking multiple times puts outlines on the outlines

enhancement

The typescript plugins [paramsToSchema function](https://github.com/fabien0102/openapi-codegen/blob/282eef35b90068490aa992249542574f2ced7ac3/plugins/typescript/src/core/paramsToSchema.ts#L11) formats path param keys to camel case. The [context template](https://github.com/fabien0102/openapi-codegen/blob/a019e3936169e39109c5bd2cb5f3eb44d3d771f3/plugins/typescript/src/templates/context.ts#L69-L77) does not do this, which for my path params containing a `.` caused the query...

waiting response

https://github.com/jantimon/html-webpack-plugin/issues/1049 html-webpack-plugin 4.x changed hook names so plugins will need to be updated. html-webpack-plugin 4.x beta is necessary to properly support webpack chunks... but can't be used in conjunction with...

Thanks for the boilerplate! Just wanted to mention that per https://github.com/DefinitelyTyped/tsd/issues/269 TSD has been deprecated, and the use of https://github.com/typings/typings is now recommended.

https://github.com/stackb/rules_hugo/blob/master/hugo/internal/hugo_repository.bzl#L15-L21 os_arch = repository_ctx.attr.os_arch os_name = repository_ctx.os.name.lower() if os_name.startswith("mac os"): os_arch = "macOS-64bit" elif os_name.find("windows") != -1: os_arch = "Windows-64bit" else: os_arch = "Linux-64bit" The `os_arch` options in `hugo_repository()` no...