Triyan Mukherjee

Results 8 issues of Triyan Mukherjee

Steps to reproduce - [x] Clone this repository https://github.com/mackorone/mms-cpp - [x] Filled same details as in [image](https://github.com/mackorone/mms-cpp/raw/master/config-windows.png) - [x] Build Worked - [x] Error when running ``` Process failed to...

### Describe the bug In some weird cases when resizing the adaptive grid view items don't take up the available space on the right, sometimes the layout doesn't adapt properly...

bug :bug:

Currently on using octavia it fills the background . It would be a pretty cool feature if support for terminal color scheme and transperency was added. ![Screenshot from 2023-04-20 22-57-03](https://user-images.githubusercontent.com/61227305/233443576-fe918ce4-1420-40fa-95d7-cc58ea139d6e.png)...

Resolves issue #92 , exposing the `output-errors-csv` flag to the analyze_project tool. Creates csv exports on a per file basis using ninja + pytype runner in subprocess's and finally accumulated...

# I have made things! This PR aims to add type hints to builtin model fields, i.e for example models in `contrib`, `admin`, `auth` etc. Base generic fields are modified...

**Describe the bug** STDIO server is not restarting after it is disconnected from the sidebar, could be related to #380 **To Reproduce** Steps to reproduce the behavior: 1. Using the...

bug
p2-medium

As mentioned in #140 migrated to new `google-genai` SDK and now using the `gemini-2.5-flash` model, also updated test cases to mock the new genai sdk

With the release of Gemini 2.0, the `google-generativeai` [Python SDK](https://github.com/google-gemini/deprecated-generative-ai-python) has been deprecated. Google now recommends migrating to the new unified `python-genai` [SDK](https://github.com/googleapis/python-genai). We should update our codebase (particularly `tools/llm_api.py`)...