Mark McDonnell

Results 84 issues of Mark McDonnell

**Problem**: looking up the language manifest file (e.g. `Cargo.toml`, `go.mod`, `package.json`) would cause the CLI to fail if it wasn't in the same directory as the directory the CLI was...

bug

**Background**: Prior to v4.0.0, the CLI would generate a `.tar.gz` 'package' that was based on the name of the project, as defined via the `name` attribute in the `fastly.toml` manifest....

feature request

Kingpin is unmaintained and Fastly has forked a version of it that uses an unstable branch because of the necessity to access a v3 feature set that was never actually...

feature request

The Fastly Terraform provider currently uses [Terraform Plugin SDKv2](https://www.terraform.io/plugin/sdkv2) but we should follow its instructions for migrating to the new [Terraform Plugin Framework](https://www.terraform.io/plugin/framework) which supersedes the SDK. > **NOTE**: The...

enhancement
breaking-change

Hello, I'm seeing this error with Python `3.6.1`... ``` Traceback (most recent call last): File "/Users/markmcdonnell/.pyenv/versions/3.6.1/bin/pycallgraph", line 25, in with __pycallgraph.PyCallGraph(config=__config): File "/Users/markmcdonnell/.pyenv/versions/3.6.1/Python.framework/Versions/3.6/lib/python3.6/site-packages/pycallgraph/pycallgraph.py", line 32, in __init__ self.reset() File "/Users/markmcdonnell/.pyenv/versions/3.6.1/Python.framework/Versions/3.6/lib/python3.6/site-packages/pycallgraph/pycallgraph.py",...

👋🏻 I have an API that expects data to be sent like so: ``` services[]=A&services[]=B ``` How can I achieve this? Currently the default behaviour appears to number each element...

👋🏻 Reading the docs it looks like I should see a bunch of panels displayed after the `.setup()` is executed (that doesn't happen, no errors either), but also that a...

👋🏻 The plugin looks great, but I was interested to know if it will (eventually) also support Registers and Marks like which-key does? Thanks.

help wanted

I love opening up a preview pane, but it's just a bit too small for my use cases, and so being able to configure the dimensions would be super helpful....

👋🏻 I've been through the entire README and I couldn't find any way to create my own color. Is this possible? If so could someone explain how. Thanks!