Kallal Mukherjee

Results 12 issues of Kallal Mukherjee

#### Instructions Please read and follow the instructions before creating and submitting a pull request: - Create an issue explaining the feature. It could save you some effort in case...

Try this....... I will try to add date in this project.................

- Add localStorage-based tag history functionality - Display previously used tags as clickable pills below tags input - Automatically save individual tags when searches are performed - Support tag deduplication...

Replaced "Limit Results" input with "Page Size" dropdown (10,20,50,100), added Ant Design pagination controls with total count display, enhanced Redux state with pagination metadata, created SearchPagination component, updated 17 files...

## Summary A path traversal vulnerability exists in the SecureDrop Client's Electron-based application that allows malicious sources to write decrypted files to arbitrary locations on the journalist's filesystem by crafting...

…timeline, and meeting features Fixes GitHub Issue #1142: [bounty] support for video and voice LLM in search, timeline, meeting ## New LLM Services Added: - **Video LLM Service**: Advanced video...

Issue Analysis Identified that the clip_ function was missing from the main paddle math module (ivy/ivy/functional/frontends/paddle/math.py) Found that it existed in the tensor math module but not in the main...

Complete File Changes Frontend Implementation Files: ivy/functional/frontends/tensorflow/tensor.py - Added floor methods ivy/functional/frontends/jax/array.py - Added floor methods ivy/functional/frontends/numpy/ndarray/ndarray.py - Added floor methods Test Files: ivy_tests/test_ivy/test_frontends/test_tensorflow/test_tensor.py - Added tests ivy_tests/test_ivy/test_frontends/test_jax/test_array.py - Added...

This PR implements user-friendly error handling for unsupported block types in react-notion, addressing Issue #87. ## Problem Solved Previously, when unsupported content types (databases, checkboxes, table of contents) were encountered,...

## Description Abortable tasks in Piscina are intended to never share threads with other tasks. If a worker runs an abortable task and that task is aborted, the worker is...