-
* Testing and production contracts are in the same directory. It should be separated.
* Interfaces should have their own files.
* Dependencies should be installed with forge and not copy/paste
* im…
-
Currently, we manually implement validation in [core/quivr_core/rag/entities/config.py](https://github.com/QuivrHQ/quivr/blob/dd2e2ed4fd2d0fea4220594d5e66bc1df111c27c/core/quivr_core/rag/entities/conf…
-
Examples of this can be found [here](https://github.com/Team-Ladefuchs/ladefuchs-react-native/blob/d2a2af95d68dd96465d0190be9ca834565e6d1c1/translations/en.ts#L11).
## Context
In general, mixing l…
-
The way we run tests and mock various objects for testing purposes is far from ideal. There are quite a few issues now in this repo related to tests/mock objects and rather than dealing with them one …
-
5) Нотификации, сделано плохо - low priority
7) Унификация сторов
8) Миддлвары на роуты - low priority
-
While implementing this proposal:
- https://github.com/golang/go/issues/69360
I immediately realized that most of the logic is not in the cmd package but in the refactor/rename package, which has …
-
### 📜 Description
Currently, the NetworkPolicy reconciler is updating the NetworkPolicy resource in the application namespace even if there is no change. It also updates the `slice.Status.NetworkPoli…
-
Title: Refactor Backend Folder Structure for Enhanced Maintainability and Scalability
Description: The current backend folder structure can be optimized to improve code maintainability, scalability…
-
### User Story
As an engineer I would like to minimize repeated code and use shared components for different patterns where possible.
### Background
The SaveInProgressInfo component could probably b…
-
Multiple UI elements have a text area with a vertical scroll bar. This can be refactored into a reusable component to reduce code duplication and improve UI consistency.
Tasks:
1. Create `Scroll…