John P. McGlone
John P. McGlone
## Checklist (please check before submitting) * [x] I checked the existing issues, and the issue was not reported before. ## The problem We have a group that has some...
In your guide, you have ``` ├─ Models ├─ Views ├─ Controllers (or ViewModels, if your architecture is MVVM) ├─ Stores ├─ Helpers ``` I find this gets hairy as...
Without changing the source. Is there not a way to call it?
When I write to JSON, I'd sometimes like to write: "test": null But other times just omit "test". I made a simple struct that has undefined, null, or defined(Value) --...
**Describe the bug** When I add LiveKit to my Swift Package Module, it results in SwiftUI Previews breaking for that specific Swift Package. No changes to the package content seem...
Ideally it wouldn't animate the cells when entering the chat. I also see this animation when I scroll fast. (Look at how the cells animate into place) https://github.com/user-attachments/assets/01305fd1-706a-41d3-a4a5-2e0224431f55
Hi 👋 First off, thank you for your work on ExyteChat—it's a fantastic library! I have a few questions and suggestions: **Public Access to Message Cell Subcomponents** Would it be...