Mahesh Muttinti

Results 6 comments of Mahesh Muttinti

> > > > Am still getting this error even after cleaning the project and removing the .gradle folder > > > > > > > > > Same for...

> Javascript: without includes. O(n) > > var findClosestNumber = function (nums) { > let closest = nums[0]; > > for (let i = 1; i < nums.length; i++) {...

it seems there is no straight forward fix for this issue, at-least please provide context menu on text selection and show copy option please..

> This issue might be a duplicate of existing issues. Please check: > > * [Unable to copy using shortcut from TUI (opentui & current) #3538](https://github.com/sst/opencode/issues/3538): Unable to copy using...

surprisingly, the copy to clipboard is working in iterm2, but not in-built terminal, it would be better if you look into this issue, because it was more useful for me...

> On my Linux Mint installing xclip solved the problem: > > ``` > sudo apt install xclip > ``` > > Pity that the TUI doesn't warn when a...