lary

Results 4 issues of lary

how to get `/xxx.js?_callback=fn` return `fn([js-file-data])` with serve-handler

"ts-json-schema-generator": "^0.93.0" failed when `/interface-recursion` with `IntersectionType` ``` export interface ExampleProps { propA: number; propB: ExampleProps & { string: string }; } ``` ![image](https://user-images.githubusercontent.com/6105607/120093524-75ec6000-c14d-11eb-9bdc-95ca6c3d7ccc.png)

enhancement
help wanted

here in the [**gist/songlairui/287ea...**](https://gist.github.com/songlairui/287eaac29cda65cd5f1f7471b6661503#file-detective-vue-with-alias-polyfill-js-L102), I create a `vueLookup` as custom lookup call within `cabinet.register`. But I copy such more code from `cabinet/index.js`. export something inner could make it easy to...

support custom openai api prefix: pass `process.env. OPENAI_API_BASEURL` to `OpenAIOpt.baseURL`