pullrequests Search Results · language:Edge language:Python language:PHP language:Java language:Python language:JavaScript
Filter by
196M results
Aligns with glossarist-ruby PR #172 (merged, patch released).
Changes
DesignationRelationship (MECE separation)
New DesignationRelationship class for designation-level relationships (abbreviated_form_for, ...
Description
!-- Describe the purpose of this pull request --
Changes Made
!-- Provide a brief overview of the changes implemented in this pull request --
Related Issues
!-- If this pull request resolves ...
Render uses root requirements.txt for deployment. Added missing dependencies.
Bumps the npm_and_yarn group with 14 updates in the /Backend directory:
| Package | From | To |
| --- | --- | --- |
| express | 4.18.0 | 4.22.2 |
| jsonwebtoken | 8.5.1 | 9.0.0 |
| multer | 1.4.4 | 2.1.1 ...
dependencies
javascript
Key Changes
- Added abstract BusinessException: Introduced to handle and standardize business rule violations across the
application.
- Implemented GlobalExceptionHandler: Added centralized exception ...
Implements #27 — exposes machine-readable diagnostics snapshots for agent feedback loops.
Changes
- Add DiagnosticProvider class that wraps the existing _analyze_content logic
- Wire textDocument/didOpen ...
🎯 What: The get_state_file function previously used os.path.expanduser( ~ ) to determine the home directory for state
files, which inherently trusts the $HOME environment variable. This has been updated ...
Summary
Updates the groktocrawl Hermes skill documentation to reflect that the answer command now streams by default (PR #136).
Changes
- Quick start examples: --stream → --sync (opt-out flag)
- ...
Summary
Adds a foreign-code verification path that extracts Python AST function signatures/docstrings plus TypeScript JSDoc and
Rust /// contracts into ForeignCodeSpec, renders them with to_mumei_atom, ...