Daniel Gustaw
Daniel Gustaw
@jeffchuber why ``` mkfifo openapi.json; (curl -s 'http://localhost:8000/openapi.json' > openapi.json &) ``` instead of simpler ``` curl -s 'http://localhost:8000/openapi.json' > openapi.json ``` --- What is problem now: We have schema...
Options 1. Write hacky code in `chroma` that simply remove `.map(string | numberToJSON)` from generated files 2. close this issue and revert to axios-typescript as more stable 3. add correct...
I tried `openapi-generator-plus` but without success https://github.com/karlvr/openapi-generator-plus/issues/41 main problem: - only node-fetch or window.fetch - we need code when fetch is taken from main context without any external library and...
Finally I replaced ``` "@openapitools/openapi-generator-cli": "^2.6.0", ``` by ``` "openapi-generator-plus": "^2.6.0", ``` but i have to patch it now because your schema is incorrect. In openapi.json there are ``` "/api/v1/version":...
@jeffchuber there are details of all fixes that have to made in openapi.json https://www.diffchecker.com/OtKP9Ogd/ potentially there can be better models than null. I added null because without it `openapi-generator-plus` that...
@jeffchuber I finished but think that these operations ```bash sed -i 's/"schema": {}/"schema": {"type": "object"}/g' openapi.json sed -i 's/"items": {}/"items": { "type": "object" }/g' openapi.json sed -i -e 's/"title": "Collection...
@jeffchuber opening container fixed problem, but this issue is about better error messages. I mean that we can potentially write universal errorHandler for axios that will treat correctly a) ECONNREFUSED...
This is `axios` issue but removing axios now. https://github.com/chroma-core/chroma/pull/348
@jeffchuber for me this does not matter. Feel free to merge this and close my PR :)
In my case ``` Rollup failed to resolve import "buffer/" ```