Davda James
Davda James
I have updated requirements file by adding versions along with packages, so that user has smooth experience while downloading required packages. Closes #72
I have added a feature that has been in issues (#81): plotting "Frequency Vs Energy Plot " of real time audio. I had done it by using Fourier Coefficients method...
This pull request addresses Issue #434 (Add GitHub Action to catch duplicate links). There was no workflow for checking duplicate links in .github/workflows. **Added** - .github/workflows/duplicates.yml ***What it does ?***...
Added CLI commands documentation for agents. FIles created/changed: ```bash packages/cli/agents.md ``` Run before PR: ```bash pnpm prettier . --write pnpm format:check ```
## Proposed change - Queue-based Architecture: Database operations are enqueued and processed by a separate writer thread - Persistent Storage: Uses litequeue for disk-backed job persistence across process restarts -...
## Proposed change Replaces busy-wait loops with event-driven dependency resolution and adds cross-process thread sharing for better resource utilization. ## Changes and approach I took - Eliminated busy-wait loops that...
### What does it do? Now does not take hidden values into validation while publishing. ### Issue it closes: #24463 Files changed : ```bash packages\core\content-manager\admin\src\pages\EditView\components\DocumentActions.tsx ``` Tests and Lint: Ran...