Results 13 issues of Peter H

Instead of just a preview of the format of Google docs, can you make it so it formats a selection inline? kind of like the Code Pretty Add-on, where you...

This command breaks with my typical `~/.aws/config` ``` aws --profile default --region us-east-1 ec2 describe-snapshots 'str' object has no attribute 'get' ``` With values in my `~/.aws/config` like it fails....

Working on a `t4g.micro` instance in AWS, I was trying some packages that rely on `DataStructures.jl` in Julia 1.3.1, and I was hitting some issues. I tried the test suite...

Hi magist3r, I'm not sure when or if I'll work on this more, so I thought I better submit a pull request. I haven't tested it built statically yet. But...

``` error - Please check your GenerateSW plugin configuration: [WebpackGenerateSW] 'pwa' property is not expected to be here. ``` Found a solution here: https://github.com/shadowwalker/next-pwa/issues/392 I changed my `next.config.js` to this...

Minor issue: `manifest.json` was empty When I ran npx create-next-pwa@latest --typescript --tailwind myapp I pasted in the following: ``` { "name": "MyApp", "short_name": "MyApp", "theme_color": "#ffffff", "background_color": "#004740", "display": "fullscreen",...

The functions to disable or bypass are found here: https://github.com/JuliaPackaging/BinaryProvider.jl/blob/d57da3f92ad843ea8529a666ca4ea2151e9e0c64/src/PlatformEngines.jl#L168 and https://github.com/JuliaPackaging/BinaryProvider.jl/blob/d57da3f92ad843ea8529a666ca4ea2151e9e0c64/src/PlatformEngines.jl#L111 Both are noisy when using a precompiled binary version of Julia, a la PackageCompiler. There should be an...

**Is your feature request related to a problem? Please describe.** Right now, if I describe a CommandSetting with `[CommandOption("--option [RED|GREEN|BLUE]")]`, it fails with ``` Error: An error occured when parsing...

feature
needs triage
area-CLI

Fixes issues #5 ... I also have a fix for #4 in the future that I should have out soonish. Thanks for posting this library.

Some of the docker builds I'm working with take over an hour. Waiting that long to see the output is not sufficient. This adds the option to see the output...