Mark McDonnell

Results 236 comments of Mark McDonnell

Thanks @laurentgoudet for clarifying the expectations. I'm raising this internally with the relevant team.

I've had this fixed in the past with... ``` - { key: Key3, mods: Alt, chars: "#" } ``` But since updating to the latest Alacritty (0.11.0) and it has...

**Request for help...** I'm unable to debug this as I do not have a Windows machine (I'm using an M1 Mac and running Windows is especially problematic at the moment...

Thanks @rickardkarlsson for opening this issue. I've opened an internal ticket to track this and we'll update this GitHub issue when we have any feedback.

👋🏻 This is what I'm referring to when I say "preview pane"... I typically run tests in the preview window, just as a single example, and typically the height is...

AHHH!!!!! Thanks @imsnif 🙂 that worked great.

> why exactly are you defining it on attach by the way? So my thinking was that this plugin was only useful when I have an LSP server running on...

:thumbsup:

Hi @sjparkinson Thanks for opening this issue. I'll investigate this further as it looks like we should 'delete', then 'add', then 'update': https://github.com/fastly/terraform-provider-fastly/blob/072d14c0d0926c047e67a7a3b46331e294ac37d2/fastly/service_crud_attribute_definition.go#L102-L127

OK, so the problem is that we currently process versioned snippets first before dynamic snippets... https://github.com/fastly/terraform-provider-fastly/blob/072d14c0d0926c047e67a7a3b46331e294ac37d2/fastly/resource_fastly_service_vcl.go#L54-L55 So if you were to define a versioned snippet and then switched to a...