saikumarvasa100-hash
saikumarvasa100-hash
This contribution adds a comprehensive Git Best Practices guide covering commit guidelines, branching strategies, pull request best practices, security tips, and collaboration guidelines. This documentation will help new contributors understand...
## Description This PR addresses Issue #1831 by adding comprehensive documentation about how `cognify()` handles entity property conflicts and missing properties during deduplication. ## Changes Made Added detailed docstrings to...
This fix addresses issue #1478 where tsx watch and similar tools that spawn many Node.js processes were causing an excessive number of fnm_multishells symlinks to accumulate. The cleanup_stale_multishells function now...
🐞 Problem Some parts of the documentation in the First Contributions repository could be clearer and more beginner-friendly. New contributors might find certain steps—such as forking, cloning, or creating a...
## Description Implements OS-based port selection for the local OAuth server as requested in #913. ## Changes - Modified `_prepare_server()` to use port `0` for automatic OS port assignment -...
Closes #4863 When installing themes with release assets containing .yaml files, HACS was downloading ALL release assets instead of only the theme .yaml files. This fix adds a filter in...
The short URL https://pris.ly/d/migrate-shadow was redirecting to the old documentation path /concepts/components/prisma-migrate/shadow-database which resulted in a 404 error. This PR adds a redirect from the old path to the new...
Added documentation note clarifying that the draw() function does not currently support customizing node label sizes. Provided alternative approaches for users who need label customization. Fixes #500