Skip to main content
0 votes
0 answers
101 views

I'm building a chat interface where AI responses are streamed chunk by chunk (similar to ChatGPT). The current implementation automatically scrolls to the bottom as each chunk arrives, which works ...
user29255210's user avatar
0 votes
1 answer
63 views

I’m building a Flutter chat app using the xmpp_plugin (version 2.2.13) with Openfire as the XMPP server. When sending messages, I noticed that the same message is echoed back to the sender — meaning ...
Jeevan H G's user avatar
0 votes
0 answers
77 views

I am building an application with Java Spring Boot + Jquery using LiffSDK for my chat application. @GetMapping public String init(@RequestParam String liffChannelId, @RequestParam String ...
TunazZz's user avatar
  • 51
0 votes
0 answers
33 views

My chat bubbles leave a large empty space on the right when messages wrap into multiple lines. I want the behavior like iMessage/WhatsApp: Bubble shrinks to fit short text. Long messages use max ...
Manou K's user avatar
0 votes
1 answer
70 views

When initialize is run first time everything works fine: controlbox and chatnox are shown. But I have a button that doStartChat and doLogoutChat: if( session != null ) { ...
Dihcar's user avatar
  • 1
0 votes
1 answer
131 views

I’m building a floating chat widget that can be Minimized (small) size: 400 × 600 px (bottom-right corner) sidebar is collapsed (≈ 30 px) and can be toggled open to 100% when the user closes / re-...
Developer Account's user avatar
0 votes
0 answers
60 views

I'm trying to create a mini RPG game and have been following instructions, I got my spritesheet from my gaia profile and images 4-8 are looped with leg movement under the avatar with out feet and the ...
J Moral's user avatar
  • 33
0 votes
0 answers
120 views

I'm building a simple two-way chat system as a part of my web-app using HTMX WebSockets (htmx-ext-ws). The goal is to display incoming messages in real time without requiring a manual page refresh. ...
Soham Sarkar's user avatar
-1 votes
1 answer
163 views

I get an error saying file_ids is an unexpected keyword when I try to upload a file in a message using the python openai package. I created a chatgpt-4o thread and I'm trying to upload the file in a ...
John Paul's user avatar
0 votes
0 answers
92 views

I'm building a real-time chat application using the following stack: Frontend: Next.js (App Router) Backend: NestJS with WebSockets Database: PostgreSQL via Prisma ORM I'm running into a bug where ...
amanuela97's user avatar
4 votes
1 answer
222 views

I'm designing a UML class diagram for a messaging app. Each Chat must have exactly 2 Users, and each User can be part of multiple Chats. I originally modeled this with a composition from User to Chat. ...
jenepix's user avatar
  • 49
0 votes
1 answer
125 views

I want to know is there a way to send push notification the the receivers device in agora chat .is that feature natively providing or not in flutter I implemented chat feature and is there a agora way ...
Azhar KK's user avatar
3 votes
1 answer
191 views

I've developed a Google Chat app through a Google Cloud project (enabled the Google Chat API, created the app, and deployed it internally). The app is added to chats via the "New Chat" ...
Akash Agarwal's user avatar
0 votes
1 answer
158 views

I couldn’t find documentation on how to send a message to someone I’ve never chatted with before using the Bluesky app. I have referred to many websites and documents I am expecting to chat with ...
Ramesh K R's user avatar
-3 votes
1 answer
186 views

I am developing a chat system in Java and evaluating two different approaches for handling communications: SocketChannel with a While Loop – A commonly used method that is straightforward to ...
Andrei Greblă's user avatar

15 30 50 per page
1
2 3 4 5
387