Sam Atkins

Results 506 comments of Sam Atkins

The `filesystem` platform support can be checked off now I think.

:thinking: I get this problem in Chrome but not in Firefox. EDIT: Firefox has its own issues though.

OK so my understanding of what's happening is: 1. User types something. Let's go with `a`. 2. Chrome emits a keyDown event with the 229 keycode, meaning that the user...

> @AtkinsSJ shall we... fix xterm.js? :) I'll add that to my list! 🦬➕

Hi there! That sounds like the downloaded archive might have been corrupted (or wasn't completely downloaded). Try deleting the contents of `Build/caches`, and then run `Meta/serenity.sh run` again.

A workaround might be to scan for available ports (like the Puter dev server does) instead of hard-coding them. That doesn't fix this issue, but would make it less of...

Hi, thanks for the report! This is a known issue, but the existing issue about it is in the phoenix repo: https://github.com/HeyPuter/phoenix/issues/18 It does belong here instead though.

I'm seeing two issues: 1. Neither Ctrl-V or Ctrl-Shift-V work for me on Firefox. 2. "Paste" in the context menu also doesn't work. That's probably an xterm.js issue? For 1,...

Hi, can you clarify this? There are a few different ways I could interpret what you're asking for.

Currently, no. Puter has its own filesystem, using a database. The only files it can show you are the ones in that database. We have plans to let it also...