pullrequests Search Results · language:Dune language:JavaScript language:Python language:HTML language:JavaScript language:Java
Filter by
212M results
Description
Updates the 5.0.0 release notes and CHANGELOG.md for the v5.0.0-beta3 stage.
Documentation compilation
- [x] Verify that documentation compiles without warnings.
Changelog
- [x] Update ...
Summary
The codebase had several places where errors were silently swallowed or not properly propagated, making debugging
difficult and hiding failures from users.
app.py
- Bare except: on env loading ...
Bumps the actions group with 6 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| actions/setup-python | 6.2.0 | 6.3.0 |
| docker/setup-buildx-action | 4.1.0 | 4.2.0 |
| docker/build-push-action ...
dependencies
github_actions
Just for initial impression!
Summary
Full Russian translation of the PancakeSwap documentation, rebuilt from scratch to match the current en branch
structure.
The russian branch was 4.5 years behind (last commit Jan 2022) with none ...
Summary
- parse triage before enforcing kanban_create assignee validation
- allow triage=true tasks to be created without an assignee so the decomposer can route them later
- update the tool schema ...
What
Added missing package to devDependencies: react-dom.
Why
CI failed with Cannot find module react-dom .
Root cause: The project declares react@17.0.0 but does not have a matching react-dom dependency, ...