Akshay

Results 8 comments of Akshay

I was fixing other compile errors when running ```lerna run compile```. Definitely opening PR for fixing this issue.

It's the same command but now can run without permission errors.

This issue also occurs when one passes port via `env`. In my case I ran `PORT=4000 npm start`. ![image](https://github.com/billchurch/webssh2/assets/26306108/6654336a-9f3c-4f6a-93c2-c96927fbbaf4)

@cplasfwst, you can modify base url. [Go here for the source code](https://github.com/sashabaranov/go-openai/blob/c47ddfc1a13b850115a80b03f3f9dd1822733bf7/client.go#L48). You can create client using `openai.NewClientWithConfig` function. It takes `openai.ClientConfig` struct with has `BaseURL` as a field.

Yes, I ran the cli locally. I ran the following commands to run the cli - `pnpm build --filter=shadcn` - `cd packages/shadcn && npm link` - `npx shadcn init --force...

Ran the following commands as you specified - `pnpm format:write --filter=shadcn` - `pnpm format:check --filter=shadcn` These went fine. No errors.

@shadcn I tried fixing this bug at #7134. If there is something wrong with my approach please tell me.

@HRahimy @cfl-agaidulean Hi, I made [this repo](https://github.com/IYaksha/typeorm-issue-8163) so that the bug scenario can easily be made. I enabled logging in typeorm and found that ```INSERT``` query ran when you ran...