Paolo Furini
Paolo Furini
@JeroenVinke the workaround you linked, I suspect it doesn't work when you need live changes from children elements, is it correct? I can't rely on custom elements anymore, because currently...
Unfortunately I don't think all the fig codebase is under MIT license. I can only find the autocomplete repo, that incidentally is the only feature being supported by Amazon. Everything...
Are there any news on this? Calling the CLI from an extension is not a very elegant solution, and this extension is somewhat "core" now.. so why not provide a...
Same here, except I'm not even deploying on Cloudflare, it gives me the same error on my local machine when using the edge runtime (especially in middleware.ts when using NextJS...
UPDATE: it seems that when using `postgres` in an edge environment, the only supported runtime is the Cloudflare Workers one, it fails everywhere else. In the cf implementation it polyfills...
> @neno-is-ooo lets focus on this PR and aim for a release on 0.18.0 ? Lets fix conflicts and I'll review. > > Mind trying to treat claude code like...
I can confirm that in Cursor the extension writes the lock file in the ~/.claude/ide directory, while claude cli expects it under ~/.config/claude/ide directory. Creating a symlink of ~/.claude/ide under...
> So I'm left with a mess where I can't resume previous sessions as they didn't get migrated to the new folder structure. [#2302](https://github.com/anthropics/claude-code/issues/2302) > > Are we supposed to...
> I analyzed problem again, my proposal is to catch when we user mouseover save button, if that is the case, just don't let to trigger cancel on blur. >...
UPDATE: same error as reported in #2370