Marcin Jastrzebski

Results 100 comments of Marcin Jastrzebski

@sundarkv and @Gordonby What is the use case that requires conditionally setting batch size?

Would also be interested in support for this.

Exposing it as a method has a really nice effect of reducing the number of parameters that you have to pass to the `resource()` function and improves composability. Even though...

Oh my bad. I read things too quickly and mixed up `parent()` and `child()` with the `child()` and `extension()` discussion we had previously ☹. We have two types of "hierarchies"...

Makes sense to me. We need to make sure that it's thread safe (the registry work will add new concurrency fun). If the resource metadata can be efficiently calculated on-demand...

I think we're leaning towards extending the existing hover that shows over the name to also show over the type.

@johnthcall We'll add an error or warning diagnostic to the parameter decompiler and to the docs. However, have you considered switching to object types in parameters? (With user defined types,...

Can you clarify where you are expecting checksums? Is it the bicep binaries on releases? Generated JSON? Artifacts we push and pull to/from ACR?

@JustinGrote This is a great feature to have. One challenge we will run into is that our language server currently uses the OmniSharp libary to implement the LSP protocol and...

> @JustinGrote This is a great feature to have. > > One challenge we will run into is that our language server currently uses the OmniSharp libary to implement the...