flok icon indicating copy to clipboard operation
flok copied to clipboard

Web-based P2P collaborative editor for live coding sounds and images

Results 61 flok issues
Sort by recently updated
recently updated
newest added

This button should allow the user to minimize and completely hide any message that may appear, even errors. Especially useful for users that are not interested in reading those (for...

enhancement

Hi! Lately I often run into the issue where I'm trying to enter the same room with someone else, but we don't see each other even tho we are still...

This is just for increased convenience .. about key bindings in the web client: * which are there? Ctrl-Enter to send a block, and Ctrl-x,c,v seems to kill/copy/paste. Is there,...

documentation

Currently, anyone who has, or has guessed, the server url, can create a session. Sure, the session is only a text buffer, but - if I am running a server,...

enhancement

Currently there is a serious security issue with the evaluation pub sub mechanism. A malicious user can run code in the machine running a REPL client.

help wanted

Now WebRTC is encrypted, but Pub/Sub communication, which is used mainly for code evalution and target messages (stdout/stderr from REPL processes), is not.

enhancement