-
**Is your feature request related to a problem? Please describe.**
The Oppia Android repo has a nice feature where GitHub Actions reopens an issue if there are unresolved TODOs left in the codebase…
-
## Problem statement
`go-swagger` generates different specs from the same codebase in repeated runs. The reason for this is a swagger annotated type embedding another one.
## Swagger specificati…
-
### Motivation
Is it possible to apply Mixed Preference Optimization for 76B internVL. Similar to 8B but for 76B?
### Related resources
_No response_
### Additional context
_No response_
-
see this issue in codebase
-
As discussed near the end of the last community meeting, the liveness checker is quite unstable in the sense that minor changes to apparently unrelated parts of the codebase can cause it to find alter…
-
To streamline and standardize the pull request process, we should add a PR template. A structured template will help contributors provide all necessary details upfront, making it easier to review and …
-
### What is the problem this feature will solve?
Since `--experimental-typescript-support` landed there are more and more TypeScript file in the codebase (especially in the test folder).
Currently t…
-
First of all, amazing work on the plugin system and Steel.
I'd like to build a Copilot-like plugin showing ghost/preview text suggestions in insert mode. Would need:
- Ghost text display after curs…
-
**Description**
Remove **ALL** occurrences of `__del__` usage.
Relying on this functionality can actually prevent objects from being GC'ed.
Instead, and if we really need a termination routine,…
-
Search shows ~90 foreach/Q_FOREACH uses throughout the code. TODO. As @er-vin pointed out in a recent PR, the Qt variant is deprecated now where compact and efficient std alternatives are present. Als…