Davey Shafik

Results 38 comments of Davey Shafik

Totally correct, my apologies! I got confused because I wanted to use the "light" variant and that _is_ Pro. Any chance of making the icon easy to customize for those...

I absolutely agree with this; and should probably have been done when migrating to the new package structure which didn't need to maintain BC. We'll discuss this internally and see...

@mikefrancis OSS maintenance is a thankless task; perhaps creating a laravel-unleash org and move this repo (keeping the package name the same), then you can add a few contributors as...

@mikefrancis are you still planning to move forward with this?

@mikefrancis nope, I think this is good

You are most likely using invalid/incorrect credentials causing it make requests to the wrong host (which doesn't support purge). Please ensure that: * You are passing in the `--section` flag...

@anne-jones there are two ways to determine if the purge was successful: - Exit Code: the exit code is non-zero if an error occurs, see: https://docs.python.org/3/library/subprocess.html#subprocess.Popen.returncode - Read STDERR: Set...

@anne-jones this is the correct behavior — the CLI — like many other tools — only outputs data that is meant to be piped to other applications to STDOUT, and...

@RJHBookLinux I suspect this is due to your local git config; can you run `git clone https://github.com/akamai/cli-purge.git` on your system?

See [this commit](https://github.com/akamai/cli/commit/f1b3da49122480928000fac37fe4d31dbc7dbef8)