Results 8 comments of Pankaj Pipada

> package examples - move to new or individual repos go modules supports multiple modules per repository. Can we consider examples being a sub module that depends on the go-kit...

@ShiNxz @DarkGuy10 I went through this recently and below are my findings and solution in Next 14.2.5 : Issues: - assetPrefix or basePath starting with `.` are not supported. The...

Hi @DLLDev The conversations are stored as a simple yml content at extensions path. Eg in mac/linux at: `~/.vscode/extensions/ppipada.flexigpt-0.13.2/conversations.yml` To manipulate your history: - Quit vscode - You can delete...

Hi @carcinocron Thanks for the suggestion. Didnt get a chance to look at this as of now, but will get to it sooner rather than later. If you have any...

@Hades32 Note: I have opened a PR for supporting reasoning in anthropic and openai, which is based on some work of this PR and [1125](https://github.com/tmc/langchaingo/pull/1125)

@douglarek @tmc If possible, can you please have a look at this? There seems to be multiple PRs open related to reasoning support solving some subset of things. I have...

@douglarek While I agree to the thought, but I am not sure how to achieve that if we want to support reasoning models in the openai and anthropic api's. The...

Getting the same issue for daisyui classes. DaisyUI is imported in globals.css file as: `@plugin "daisyui";` Versions used: - `"eslint": "9.33.0",` - `"eslint-plugin-tailwindcss": "4.0.0-beta.0",` - `"daisyui": "5.0.46",` - `"tailwindcss": "4.1.11",`...