SamareshSingh

Results 12 issues of SamareshSingh

## Description This PR fixes the broken Cat Facts API link reported in issue #4948. ## Problem The current Cat Facts API entry in the Animals section links to which...

# PacketRusher Issue #187 - Fix Summary ## Problem Description The simulated gNB was ignoring most NGAP requests (PDUSessionResourceSetupRequest and UEContextReleaseCommand) during rapid UE registration/deregistration scenarios with 200ms timers, while...

## Problem Issue #28008 reports that `c_addrOf` on an unmanaged class does not work properly with wide pointers (when using `CHPL_COMM=gasnet` or `--no-local`). This causes: - Segfaults with `CHPL_COMM=gasnet` -...

## Summary Fixes issue #20914 where `ops.tile` returns all-None shapes when called inside a Layer's call method with concrete integer repeats on the TensorFlow backend. ## Problem When `ops.tile` was...

size:M

This PR addresses issue #3046 by replacing all uses of the `string_view` alias with `core::string_view` throughout the codebase for improved clarity in both documentation and source code. ## Changes -...

Fixes #3035 ### Issue The `win32_unicode_path` constructor accepts an `error_code&` parameter but wasn't clearing it on successful path conversion. This led to callers retaining stale error values even when operations...

This PR fixes issue #28036 where the OpenCL implementation of `cv::HoughLines` was ignoring the `min_theta` and `max_theta` parameters. ## Problem When using `cv::HoughLines` with OpenCL acceleration and specifying `min_theta`/`max_theta` parameters...

bug
category: imgproc

## Description This PR adds OpenRC init script support for running EMQX as a managed service on Alpine Linux systems. ## Problem As reported in #4640, Alpine Linux users cannot...

### Description This PR fixes unit tests to use default level names instead of being affected by custom or defined in . ### Problem When custom level names are defined...

## Problem Fixes #3381 The CMakeLists.txt used `DOCUMENTATION` as the option name, while the README.md and config.mk consistently use `WITH_DOCS`. This naming inconsistency made it confusing for users who want...