Ishaan Kakkar

Results 7 issues of Ishaan Kakkar

While capture is showing a preview, it will be useful to use preview given a file path. What should it be like ```dart DarwinPreview( filePath: widget.filePath, pinchZoomEnabled: true ) ```...

design

### 🚀 The feature Is there a plan to provide links from which embedded chunk was given? It would make the response better as we could reference and show the...

enhancement

Hey Team, I am using vercel ai sdk to create streaming response from api and using `useChat` hook on frontent page to render messages. The issue is when token limit...

Create easy extensions for padding in a flutter project. Example: ```dart Text('apple').paddingSmall() ``` Provide helpers to customise small, medium large as per the design guidelines for the app. ```dart ///...

enhancement
good first issue

- add comments to each extension with usage example - setup a github page docs for the project putting examples.

documentation

# Description When running the app with a gemma 2b model, it crashes randomly after a few messages with error `java.util.ConcurrentModificationException`. I don't have much context on jetpack compose but...