Burak Cabadan

Results 10 comments of Burak Cabadan

@mshenawy22 this solution is not working because, container at the top of stack makes Crop widget untouchable even though it is transparent. Working solution is using stack again but not...

```python class InputChat(BaseModel): """Input for the chat endpoint.""" chat_history: List[Union[HumanMessage, AIMessage, SystemMessage, FunctionMessage, ToolMessage]] = Field( ..., description="The chat messages representing the current conversation.", ) input: str = Field( ...,...

Thank you @dosu I checked with editing the component code, and it prints the flows that I created, and stores them in a list, but they are not visible at...

@dosu Thanks you for update, upon checking I thinks the issue seems to be UI related. It would be great if anyone from team support this. Because for the options...

Thanks for the answers, but as it is not working on my local development environment, it is working when I use it on datastax deployment.I just wondered, what's the reason...

Same here! iPhone 16 simulator with iOS 18.0 Happens every time I open image picker and requires closing and reopening the app.

> The issue seems to happen when arm64 is excluded for simulator. > > Just delete arm64 from Runner -> build settings -> Excluded Architectures This is the fix.

Same. Similary on macos double click to full screen not works as well, app broke after the update.