Marcin Wyszynski

Results 27 comments of Marcin Wyszynski

@mbialon can you please elaborate? I think different calls require different option types, so my feeling is that we're as consistent as it gets?

Oh I see @mbialon, thanks for the explanation. I'm actually going to do something slightly different and will make these options part of the struct. This way if someone wants...

We are temporarily rolling back the context propagation on the backend. Once it's back in, we will merge it.

It's up my alley. I'll look into it next week.

I'm with @theherk on this - a bad lock can still be removed manually by running an OpenTofu command. This is the UX that most users are well used to....

We're trying to keep a clear boundary between the scope of our Terraform provider, and `spacectl`. The latter is supposed to do things that are not a great fit for...

@janosdebugs Don't get too attached to the JSONPath syntax, I took something off the shelf. I believe we could make selectors more palatable if we found the idea was worth...

@alecavallo The syntax in the example is not great, I admit. But I think we would need something that works out of the box - I'm not sure whether folks...

> rather than just using pre-processing I think the main benefit of using that over pre-processing is that you can generally pre-process local code, and with extensions you'd be able...