Damián Silvani
Damián Silvani
Ok, I added support for `sonicpi` target in `flok-repl`, it's still in the `29-sonicpi` branch. Apparently as of Sonic Pi 3.1, the OSC Control Port number changes randomly at boot,...
We can add a `--single-session` option to `flok-web`. As you mentioned, this would generate a unique session and only expose the `/s/[session_id]` route for that session only.
Now sessions are created with a unique name instead of letting the user set a name, making it way more secure than before. It'd still be much better to implement...
Hi Timo, can you tell me more about the network? Were you in the same local network, or via internet? Where were you and your friend connected to? Was it...
Yes I added that option and made the decision to not notify all about all the repls because it was really confusing on remote performances. There should be proper documentation...
I don't think this is easily solvable by making flok REPL-agnostic. The only secure way I see is to use sandboxes for each REPL, but I think this goes beyond...
I came up with a simpler solution: 1. User creates a session. Flok may optionally ask the user for some properties and features, like the layout, targets, and enabled extensions....
We could add a light and dark theme option somewhere in the UI.
Key bindings are not documented yet: * Ctrl+Enter / Cmd+Enter: Send current block * Shift+Enter: Send current line * Ctrl+. / Cmd+.: Silence everything (depends on the target: `hush` in...
New key binding (to document): - Ctrl+Shift+H / Cmd+Shift+H: Show/hide text editors