Sam Atkins

Results 400 comments of Sam Atkins

Constructing something with `()` or `{}` is the same internally, they just both exist because `()` is ambiguous syntax sometimes. Not to be confused with a constructor that takes an...

> `md5sum`, `sha1sum`, `sha256sum` and `sha512sum` are all symlinks to `checksum`, which does have a manpage. Therefore, they probably don't qualify for "no manpage". :+1: That makes sense. Side note,...

I've just gone through and (hopefully) made sure that all utilities are listed, and all the ones with man pages are marked as complete.

Rebased on master because it's been a couple of weeks. If the async thing is OK then hopefully it's mergeable.

> i didnt see any progress window while using zip operation. Its just displaying a buffering animation and doing the task. Should I add the cancel button there or what?...

`jszip` seems to have stopped being developed a couple of years ago, so it's unlikely we could get it modified to add cancellation. But maybe we could fork it. Alternatively,...

Merged `launchChildApp()` into `launchApp()`. Launching an app is always treated as launching a child, and returns an AppConnection to it.

Hi there! Thanks for checking it out. You're definitely right, a lot of things are missing that we'd like to have. A browser inside Puter is a lot more complicated...