tsraza
tsraza
it's not so bad. you can export it from the same file you generate it: ```go //go:generate go-bindata-assetfs -pkg swagger swagger/... package swagger import assetfs "github.com/elazarl/go-bindata-assetfs" func AssetFS() *assetfs.AssetFS {...
you can override the jinja template to include `type="module"`, for example here: https://github.com/mkdocs/mkdocs/blob/master/mkdocs/themes/mkdocs/base.html#L199 or here: https://github.com/squidfunk/mkdocs-material/blob/master/material/base.html#L221 update: alternatively "override" the `scripts` block or the `extrahead` block in your "custom_dir" ,...
Heads up for anyone using scripts to render pages with mkdocs-material. Do not enable the `navigation.instant` feature or else the script will not fire on page navigation.
TypeORM supports joining on multiple foreign keys: https://typeorm.io/#/relations/joincolumn-options