Skip to content

pullrequests Search Results · language:Edge language:Python language:JavaScript language:JavaScript language:HTML language:Python

Filter by

177M results  (2 s)

177M results

Pull Request Description This PR resolves issue #21722 by adding a complete, copy-paste ready B2B SaaS Landing Page template designed specifically for Customer Support and Live Chat software. It relies ...
accepted
animation
contribution
good first issue
gssoc:approved
GSSoC-26
help wanted
integrated
level:advanced
type:feature

Delivery - Action: fix - Target: Fix the 3 high-severity review findings in engine/core/strategy_orchestrator.py: (1) snapshot dict before iteration to prevent concurrent mutation, (2) add asyncio.wait_for ...

Overview This PR adds Building Block transform support for a Topology Validator building block. The new transforms run the local topo_validator package against Topo Feature / 3D CSDM JSON examples and ...
enhancement

In the re-write of must-gather to Python, we lost the collection of Routes, this update corrects that: - https://github.com/ibm-mas/cli/issues/2429

Summary Adds two new PDPC resources scraped from the same listing API and Next.js RSC detail pages as the existing enforcement_decisions resource. Resources | Resource | Items | Source | Topics | | ...

Adds a dedicated Notes view to Lyriq Lab with a UX modeled after Apple Notes, adapted to the music studio context. Screens: - List view: time-grouped notes (Today / Yesterday / Previous 7 Days / Previous ...

Summary Switches the Docker build workflow (.github/workflows/docker-image.yml) from the self-hosted ARC runner scale set to GitHub-hosted runners. - All four jobs (lint, build, scan, summary) now ...

Bug Fix Fixes memory leak issue. Problem Memory leak was causing performance issues. Solution - Proper resource management - Added cleanup procedures - Enhanced error handling