Anvay
Anvay
-Fixes #1855 -Type: Docs -This PR updates the documentation for schema validation. ## Kind of change - [✓] New feature - Tool Name: typify - Description: A Rust library and...
This pull request updates the `README.md` to provide clearer explanations and enhanced coverage of key JavaScript concepts, especially around scope, equality operators, expressions vs statements, and the event loop. The...
Resolved memory leaks across multiple components by adding proper RxJS subscription cleanup. Updated each affected component to use the takeUntil(destroy$) pattern and implemented ngOnDestroy() to ensure all active subscriptions are...
Fixed a memory leak in the Holiday components by ensuring that all valueChanges subscriptions are properly unsubscribed. The previous implementation created subscriptions without cleanup, causing them to persist even after...
This PR updates and improves the .github/labeler.yml configuration file to ensure that pull requests are automatically labeled based on modified file paths. The goal is to make the labeling process...
On the Create Journal Entry page, the alignment of the Debit Amount and Credit Amount fields is inconsistent. These fields leave unnecessary empty space and are not aligned with the...