Glenn 'devalias' Grant

Results 1219 comments of Glenn 'devalias' Grant

Some tangentially related notes I wrote on email recently: > > it is very slow due to the babel traverse > > > it takes ~90s on my machine locally...

> Any thought given to using the TypeScript Compiler API/LSP? @brianjenkins94 For what specifically? Resurrecting the link from your edit history to try and get more context: - https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_rename -...

> The current implementation doesn't rename class or static fields @brianjenkins94 Ah, ok. This would seem to be the more relevant issue for that, so your comment on this one...

> I removed the token's details from this ~PR~ @jehna FYI, in the case of exposed secrets like this, it's not enough to just edit the post, but you need...

> I tried with gpt-4o-mini but it is working > Screenshot: [prnt.sc/WlS44qZO5UQc](https://prnt.sc/WlS44qZO5UQc) @abdurrahim11 It looks like you may have exposed your API token again in this screenshot, so if you...

> Thank you for your kindness @0xdevalias. I considered taking action yesterday, as you suggested, but I was too tired and unsure if it was within scope as you remarked....

Some words I wrote recently that feel relevant to this issue also: > > which could serve as the backbone for this project—eliminating the need for APIs and transforming this...

Related: - https://github.com/openai/openai-node/issues/85 - > Our upcoming v4 also has support for proxies, as documented here: > - https://github.com/openai/openai-node/tree/v4#configuring-an-https-agent-eg-for-proxies > > _Originally posted by @rattrayalex in https://github.com/openai/openai-node/issues/85#issuecomment-1627939433_ - https://github.com/openai/openai-node#configuring-an-https-agent-eg-for-proxies -...

For `openai` proxy support, see also this thread: - https://github.com/jehna/humanify/issues/265 Of which this most recent update I added is most relevant: > Looks like `openai` v5 is out now, which...

> Need to implement proper request throttling and retry logic when doing this Related: - https://github.com/jehna/humanify/issues/2 - https://github.com/jehna/humanify/issues/139 This seems to be the section of code for implementing better throttling/retry...