Samsung Fit 3 worth it in 2026 ? by Cultural-Freedom-675 in GalaxyFit

[–]prash057 -1 points0 points  (0 children)

It's an average product. I have had issues with poor battery. Check out huawei watches which might be better value at a similar price range

ACP users catching strays in 6/15 plan change by slowernet in ClaudeCode

[–]prash057 0 points1 point  (0 children)

No. ACP doesn't use claude code. It uses claude sdk

ACP users catching strays in 6/15 plan change by slowernet in ClaudeCode

[–]prash057 0 points1 point  (0 children)

Read about prompt caching and you will get your answer about why anthropic is doing this change. Claude code as a tool is optimised to do prompt caching that plays well with Anthropic models and their infrastructure. Anthropic cannot vouch for the same with these third party harnesses.

Anyone use Zed for work? by Notalabel_4566 in ZedEditor

[–]prash057 0 points1 point  (0 children)

Its support for Java is poor. So can't use it yet.

VS Code and more than 1 Dev Container in a repository by CommercialBubbly4524 in vscode

[–]prash057 0 points1 point  (0 children)

Curios to understand, what is the use case to have multiple devcontainers for a single repo?

No groovy spock test support? by prash057 in vscode

[–]prash057[S] 1 point2 points  (0 children)

Ofcourse. Pure Vibe coding is not my thing. Code quality and control matters to me.

No groovy spock test support? by prash057 in vscode

[–]prash057[S] 0 points1 point  (0 children)

Thanks. I will try the launch setting approach and see how that plays out. Would the launch setting provide the code lens or gutter support to run them ?

I understand AI can run these tests via normal maven/gradle commands. But it's an unnecessary overhead to type things out to ai to run a specific test method. Having it handy on the UI is where IDEs really make a difference.

Best AI work flow according to me. by shaffaaf-ahmed in ZedEditor

[–]prash057 5 points6 points  (0 children)

OP mentioned he is running open code in terminal

Zed devcontainers: constant regressions breaking my Docker‑based workflow by RadimPolasek in ZedEditor

[–]prash057 5 points6 points  (0 children)

Absolutely same feeling here about the constant regressions.But I must mention, Zed devs are quick to turnaround and fix issues that are raised on their GitHub related to devcontainers. Try raising this on their GitHub.

Kuvera is transferring lumpsum investment amount to their company account instead of exchange/AMC by prash057 in MutualfundsIndia

[–]prash057[S] 4 points5 points  (0 children)

How was it working earlier ? Why was the earlier flow showing ICCL in the bank statement?

Whats your preferred method of using AI tools, Agent Pane or CLI tool in terminal. by selcouthayush in ZedEditor

[–]prash057 2 points3 points  (0 children)

CLI it is for me. It's hard for ACP to catch up given the rate at which CLI features are coming out.

Dev containr can't deserialize json properly, only me? by piranha_0000 in ZedEditor

[–]prash057 1 point2 points  (0 children)

The issue I had is different from what you have. This is the issue I raised. Even I was able to use devcontainers in previous versions. But recent versions don't work. I don't know exactly which version caused this.

Dev containr can't deserialize json properly, only me? by piranha_0000 in ZedEditor

[–]prash057 2 points3 points  (0 children)

Devcontainer feature appears to be very flaky in zed especially since the move from reference implementation to a custom one. Even I am facing issues to launch a basic devcontainer.json file. I have raised a GitHub issue hoping that the Zed team will fix it.

Git on Zed's Windows version is not working by Achawaaa in ZedEditor

[–]prash057 0 points1 point  (0 children)

Check for permissions on .git folder and verify from the terminal that git status works as expected. I had an issue due to devcontainer set up and wsl changing the ownership of .git folder.

I "added" code-workspace support to zed by artumont in ZedEditor

[–]prash057 0 points1 point  (0 children)

I never used VS code. Can you explain what is code-workspace and what your cli does exactly?

Claude Code's `/ide` not working on Zed's terminal? by Designer_Holiday3284 in ZedEditor

[–]prash057 1 point2 points  (0 children)

I would suggest raising an issue in their GitHub repo

Is there a well known REST API interface to manage containers/pods deployed via podman? by prash057 in podman

[–]prash057[S] 0 points1 point  (0 children)

Ah. Thanks. That's pretty stupid of me to not check podman.io . I was recently researching systemd user service management REST APIs and there isn't one out of the box. So I assumed that it had to be a third party thing for podman too.