Paul Ellis
Paul Ellis
Cool idea. Thanks for the PR. This is inline with some thinking I've had around adding a playback queue combined with adding a repeat playback functionality. I'll make sure to...
Thank you! Does the `convert` cli do extra detection to handle ICO files? I've never had to tell imagemagick it was an icon from the CLI. It is easy enough...
Can I just say thank you to you two for working on this? I'm dying to using imagemagick via wasm + Deno. There is no way I want to call...
I did notice that the `getExecPrefix()` tests for Powershell and `cmd.exe` will always be false as `SHELL` is not set in the environment for `cmd.exe` or Powershell. You can check...
1. Installing on Windows always seemed to error on the last step but was easily overcome with by just running the command it showed: `deno install -frA -n gpt https://deno.land/x/shellgpt/mod.ts`....
I will use the previous version when in `cmd.exe` until there is a fix. It looks like Deno may be working in this area (setRaw + Windows): https://github.com/denoland/deno/blob/806137bb96c6f7e4b359a6e979c4e22d3a04a55c/Releases.md?plain=1#L533. It would...