pullrequests Search Results · language:Dune language:Python language:HTML language:Python language:JavaScript language:JavaScript
Filter by
175M results
Summary
- Root cause: Under ~43 req/sec load, per-request httpx.AsyncClient creation and fire-and-forget asyncio.create_task()
patterns caused unbounded memory growth (8+ GB in 30 minutes)
- Diagnosis ...
Pipelines as Code configuration proposal
To start the PipelineRun, add a new comment with content /ok-to-test
For more detailed information about running a PipelineRun, please refer to Pipelines as Code ...
Bumps the typescript-eslint group in /extension with 3 updates: @typescript-eslint/eslint-plugin,
@typescript-eslint/parser and typescript-eslint.
Updates @typescript-eslint/eslint-plugin from 8.59.3 ...
Bumps the production-dependencies group with 28 updates in the /backend directory:
| Package | From | To |
| --- | --- | --- |
| fastapi | 0.109.0 | 0.137.1 |
| uvicorn | 0.27.0 | 0.49.0 |
| pydantic ...
In controller.py, added the following three public methods. Do not change any existing code — only add new methods.
1. get_column_type(self, column_name) — returns self._registry.get(column_name). This ...
added the document displaying logic
Link to issue number:
none
Summary of the issue:
none
Description of user facing changes:
Update characterDescriptions.dic, gestures.ini, symbols.dic for Simplified Chinese.
Description of developer ...
This PR secures the Firestore database for Production Mode as per the requirements:
1. Authenticated users manage their own data.
2. Public users can read menus.
3. Owners cannot access or modify each ...
The GET /test route (Test dashboard) was removed along with the stale test.html artifact, but the API documentation
still listed it in the non-API routes table. This PR removes the stale entry.