Alex Gorbatchev

Results 95 comments of Alex Gorbatchev

Looks like the error persists, i find it interesting that most of the time it's the same `message[5]` that is erroring out. I deleted `memory.db` and it seem to have...

emailed. Also, i removed memory from the agent and still getting the same error

I found a workaround, but it's not ideal :) ```ts if (defaultDeclaration.isKind(SyntaxKind.ArrowFunction)) { const exportAssignment = defaultDeclaration.getParentIfKind(SyntaxKind.ExportAssignment); if (exportAssignment) { exportAssignment.replaceWithText(`export const Foo = ${defaultDeclaration.getText()}`); file.addExportAssignment({ expression: 'Foo', isExportEquals: false...

Thanks, I re-posted over at the grammar repo.

As an additional +1 here, I also want to mention that [this is used](https://github.com/psteinroe/supabase-cache-helpers/blob/main/packages/postgrest-swr/src/mutate/types.ts) by `supabase-cache-helpers` which has a [full video](https://www.youtube.com/watch?v=g2k9-6Ka2QY) on the Supabase YouTube channel

`package.yaml` is supported, however it appears that the YAML file get fully reformatted when using commands that modify it, all comments are also being lost.

This is still happening on `0.34.4`. ```ts import { FormApi, useForm } from '@tanstack/react-form'; const register = (form: FormApi) => {}; const App = () => { const form =...

I can confirm this. Literally happened to me for no apparent reason. Was working fine, created a new thread and now seeing no files, no tabs in cline. Didn't restart,...