Tobi
Tobi
To be honest, I'm not very experienced in the developer world... What type of stuff do you mean?
Oh, do you mean pull request, so I can merge it in?
I'll do so when I get back home.
@notgne2 take a look at what I did in my [Qorn](https://github.com/tobq/Qorn/blob/master/public/main.js#L139) project.
I guess it could be argued that there's no appropriate (native) java type that can represent CITEXT, so the citext should be converted to a normal string before reaching the...
> Nullable objects can't be validated if properties are defined in the openapi.json. Why can't it validate nullable objects with properties defined??
> > I was facing the same issue but figured out a fix. > > Add this to your Dockerfile: `RUN apt-get update -y \ && apt-get -y install xvfb...
> I'm also experience this. Anyone know a quick workaround? I had to ignore typescript errors `tsc -p . --outDir build 2> /dev/null || true` Seems they designed this API...
@rattrayalex not sure why this was closed. Even in the V4 beta, there are tons of type issues: ``` node_modules/openai/src/core.ts:135:66 - error TS2345: Argument of type 'number | undefined' is...
@RobertCraigie @rattrayalex I'm running my code in a node environment - without DOM types (for obvious reasons) ``` { "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "moduleResolution": "Node", "target": "ESNext", "module": "ESNext", "esModuleInterop":...