Vivek Kumar Rathour

Results 10 issues of Vivek Kumar Rathour

This doctest demonstrates that exponential_search correctly handles empty arrays by returning -1. ### Describe your change: * [ ] Add an algorithm? * [ ] Fix a bug or typo...

enhancement
awaiting reviews

### Feature description ### Feature Description The `machine_learning/` directory contains several ML algorithm implementations (K-means, Linear Regression, Decision Trees, etc.), but many of these files have limited test coverage, incomplete...

enhancement

### Feature description ### Feature Description The repository has several string matching algorithms (KMP, Boyer-Moore, Naive Search) but is missing the **Rabin-Karp algorithm**, which is an important string matching algorithm...

enhancement

### Feature description ### Feature Description The repository currently contains various graph traversal algorithms (BFS, DFS, Dijkstra) but lacks the A* (A-Star) pathfinding algorithm, which is one of the most...

enhancement

This example demonstrates how to use config._wait_decorator to add a hard-wait (sleep) before Selene wait commands. This addresses issue #447 by showing how to configure pre_pause_in_wait decorator for adding pauses...

Supabase Realtime rejects payloads when multiple filters are provided. This change: - warns when multiple filters are passed, - uses only the first filter by default to avoid invalid payloads,...

## Description This PR addresses #2690 by documenting how hooks are stateful objects and can be used to store context for use across different hook methods. Added a new section...

## Description This PR reorganizes the documentation so that **Customization** appears as a subsection under **Configuration**, as suggested in issue #1663. The previous navigation structure listed both topics at the...

type: bug
type: documentation
pr-status: wait-for-review

### Description Enhance the jans-auth-server logging capabilities by implementing structured logging with OpenTelemetry integration. This will enable better observability, debugging, and monitoring of authentication flows in production environments. ### Development...

comp-jans-auth-server
kind-feature

**Is your feature request related to a problem? Please describe.** Currently, the jans-auth-server does not have built-in configurable rate limiting for authentication endpoints (such as /token, /authorize, /userinfo). This makes...

comp-jans-auth-server
kind-feature
enhancement