KRISH SONI
KRISH SONI
**Pull Request: Create Virtual Environment** **Description:** This pull request adds instructions for creating a virtual environment in the project. A virtual environment helps keep project dependencies isolated, making it easier...
**This PR enhances Firecrawl's PDF scraping capabilities to handle embedded PDFs within HTML pages. Previously, when encountering URLs containing embedded PDF viewers, Firecrawl would only scrape the HTML wrapper instead...
## Added documentation for Session safety in multi-process environments ## Description This PR adds comprehensive documentation warning users about the risks of using `Session` objects in multi-process environments where `fork()`...
## Fix #13460: Add self-referential ListBlock support ### Problem ListBlock couldn't reference itself, preventing graph/tree structures like organization charts: ```python # This was impossible: class OrgNodeBlock(blocks.StructBlock): org_title = blocks.CharBlock() reports...
## Describe the changes that are made - Fixed JSON array matching logic in `pkg/matcher/utils.go` where arrays with duplicate primitive values (e.g., `[1,1,1]`) were incorrectly matching arrays with different values...
# Add Docker Compose Volume Persistence ## Summary This PR adds persistent volumes to docker-compose.yml to prevent data loss when running `docker-compose down`. Previously, both the PostgreSQL database and media...