pullrequests Search Results · language:Edge language:TypeScript language:PHP language:JavaScript language:Python language:Python
Filter by
241M results
Root causes:
- TenantSettings model missing cover_alerts_enabled and invoice_reminders_enabled fields — added both with
default=True + migration 0005
- Serializer missing the two new fields + ...
Summary
- Session cookies were HMAC-signed with a hardcoded public constant (greybeard-beta-local-session-v1) whenever
AUTH_SECRET was unset, allowing anyone to forge greybeard.session cookies and ...
Summary
Transforms the Community tab from a raw Reddit/StockTwits mirror into a read on whether the hype is real — the
differentiator only SignalBolt can offer (we own a price feed + quant engine + manipulation ...
Bumps cloudflare/wrangler-action from 3.15.0 to 4.0.0. details summary Release notes /summary p em Sourced from a href=
https://github.com/cloudflare/wrangler-action/releases cloudflare/wrangler-action ...
ci
dependencies
github_actions
P3
Problem
maverick skill install accepted a skill file whose frontmatter omits name:, silently installing it under the bogus name
validating.
Root cause: _validate_and_write stages the content to skills_dir ...
Problem
Every PDF/office mission stalled at 5/5 tasks: deliver_to_download failed with Artifact path not found, no .pdf artifact
was produced, and the finalize watchdog looped forever. This is the 3rd ...
Direct fixes:
- @mozilla/readability ^0.5.0 - ^0.6.0. v0.5.0 is affected by the ReDoS in the parser; v0.6.0 ships the fix.
- linkedom ^0.16.0 - ^0.18.12 (DOM API additions; no source changes needed ...
- UPDATE delete route function sig
- ADD an update route
- UPDATE resource_table and ADD updateAt
- REMOVE unused import
- UPDATE order of functions
- FIX message in response
- ADD some tests ...
Adds a GitHub Actions workflow that runs npm ci and npm run build on every PR to main and on pushes to main, so changes
are validated automatically.
- Node 20 on Ubuntu, npm cache enabled.
- Build ...
Genesis and similar themes need comments_template( , true ) so wp_query comments_by_type is populated. Without it,
genesis_do_comments() skips the list while the reply form still renders.