Skip to content

pullrequests Search Results · language:Edge language:TypeScript language:C# language:Java language:PHP language:TypeScript

Filter by

21.5M results  (2 s)

21.5M results

HubSpot inbound sync worker What this PR does Implements async processing of HubSpot webhooks previously enqueued in change_log. A scheduled worker drains the queue, syncs local state with HubSpot, and ...

Summary Second Phase 3 slice. Renders the structured OAIC report at /assessments/[id]/report — the Report tile on the assessment overview page that was already wired but pointing at a 404. Reads from ...

This PR contains the following updates: | Package | Update | Change | | --- | --- | --- | | TimSchoenle/actions/actions/helm/update-chart-version | patch | actions-helm-update-chart-version-v1.5.10 → ...
dependencies

Summary Fixes CODEAI-519. When a reference is split into a parent (e.g. SERVICE_PLUGIN.md) and per-sub-type leaves under references/ kind /*.md, the agent was batch-reading the leaf alone (because the ...

Problem The Dockerfile was manually deleting Apache MPM symlinks with rm -f to disable mpm_event and mpm_worker, then calling a2enmod mpm_prefork. This bypasses Apache s own module management (a2dismod), ...

Summary - Make the iOS Expo UI bottom sheet host ignore the full safe area and use the full viewport size. - Extend the sheet background through the bottom safe area so underlying item content does ...

Summary The Exa adapter was ignoring providerOptions passed through from config.toml, violating the Config Over Code design principle. This PR fixes that and adds the findSimilar capability. Problem ...