You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wishlist.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,6 +120,7 @@ First read the [**unsupported features doc**](unsupported-features.md#read-this-
120
120
- concurrent editing in the Ace editor is a bit slow and clunky; also you can't see multiple edit cursors
121
121
- need some indicator that the chat session's original creator (i.e., the help requester) has left, so nobody in there is the original person (but it's OK for these sessions to still exist!)
122
122
- better server-side caching of user state, such as ipstack geolocation calls since we have a limited free monthly quota
123
+
- live chat doesn't work behind some firewalls or WiFi networks, probably due to different non-standard ports being used; would be good to fix this, but it's hard to reproduce unless I'm on such a network (e.g., "UCSD Guest" exhibits this issue)
123
124
- manually implement my own improved chat box feature and code editor syncing using another library (which doesn't tie me to Ace anymore)
124
125
- that way, I use TogetherJS only for the shared cursors (which some users even find annoying!)
125
126
- this will give me more flexibility without being constrained by TogetherJS's clunky implementations
0 commit comments