Eli Arbel

Results 123 comments of Eli Arbel

Nice milestone name :)

@StefanIvemo Thanks! Will check it out.

> In theory, due to the idempotent nature of ARM Template/Bicep deployments, you shouldn't need to know if it is new or existing. Unfortunately that theory doesn't hold up. There...

The completion window needed the parent's context, so same as `Popup`, I used ```csharp ((ISetLogicalParent)this).SetParent(TextArea.GetVisualRoot() as ILogical) ``` and set it to `null` when closing. Do you have a better...

I've used `PopupRoot` to create a borderless window. Does `Hide` invoke the `Closed` event?

Works for me. Do you have a stack trace/repro?

From what I gather, if buildah is used to push the images, it should be possible for the digest to be the same in the registry. Please see [this thread](https://github.com/google/go-containerregistry/issues/895#issuecomment-753521526)...

Yeah, I did use items at first, but they appeared in VS as files. I tried looking up how to make them not visible, but couldn't find a way.

I used something like `InternalsAssemblyName`. I don't think there's a chance it's a known tag.

@KirillOsenkov is an MSBuild expert, maybe he'll know :)