Ritoban Dutta

Results 19 issues of Ritoban Dutta

Closes #32582 ## What I did Fixed the search clear button keyboard accessibility issue by changing the button's visibility condition from `isOpen` to `input`. This ensures the clear button remains...

bug
ui
accessibility
ci:normal

**What this PR does / why we need it**: Converts `pkg/cmd/load_plugins.go` to use Go's structured logging package `log/slog` instead of the standard `log` package. This improves logging consistency, enables structured...

size/S

### Fix: Show Execution Time in Milliseconds for Fast Queries This PR fixes issue #39556 by improving the precision of execution time display in Query Manager and Status bar. Previously,...

## Overview Implements issue #132 by adding a minimal CLI with three essential commands. ## Changes - `memori --version`: Display package version - `memori init [--force]`: Create starter `memori.json` config...

## Add a minimal CLI: `memori init`, `memori --version`, and `memori health` ### Summary Propose adding a simple command-line interface for the `memori` package to improve onboarding, environment validation, and...

## Summary This PR updates the documentation to reference the official Thumbor Docker image hosted on GitHub Container Registry (`ghcr.io/thumbor/thumbor`). - Adds Docker installation instructions to `README.mkd` - Updates `docs/hosting.rst`...

# Description This PR adds a warning to the Netlify Cloudinary plugin when the `cloudName` configured via environment variable (`CLOUDINARY_CLOUD_NAME`) and the plugin input (`cloudName`) are both set but have...

## Type of Change - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [x] Documentation - [...

Good First Issue
hacktoberfest-accepted

### Summary This pull request splits the previous single Chinese language option into two distinct options for language selection throughout the presentation generator app: - **Chinese (Simplified - 中文, 汉语)**...

## Add regr_r2, regr_rmse, and regr_tstats aggregate functions This PR implements three new SQL aggregate functions for regression analysis in QuestDB: - **`regr_r2(y, x)`**: Coefficient of determination (R²) - **`regr_rmse(y,...