Ganesh Jangir

Results 44 comments of Ganesh Jangir

I was thinking ways to support local debugging like a localhost server Lambda.Annotations. I think, we can generate code for a ASP.NET Core Web API app along which has same...

I have not played a lot with minimal APIs, worth considering this option given Lambda Annotations are for .NET 6 or above only.

The status code should be inline with the CF returned response. If CF says no-changeset is success, CLI should return 0. @ashishdhingra could you verify it?

By default I think not allowing credentials access for forked PR is good. But there has to be a way to manual trigger the action which override the behavior.

I played around with node deserilization classes and able to correctly parse the short form intrinsic functions. (Using YamlDotNet 4.2.1.0) ``` class NodeDeserializer : INodeDeserializer { private readonly HashSet intrinsicFunctionShortForms;...

Indeed iOS SDK doesn't have similar feature to intercept the span created by the instrumentation. We can provide something similar here in the form of either delegate or a closure....

Like I said, we don't have such capability as of now in the iOS SDK but something we can provide in future. Thanks for upvoting, it helps us prioritize the...

Thanks for quick summary @bryce-b Using submodules looks counterintuitive from package management point of view (not the preferred choice here) but I can see a fork which only contains the...

We all understand SPM can do better here but our priority should be here how can we make the developer experience better which is not just limited to final linking....

We should discuss the maintenance cost and impact it will bring (+/-). We are willing to help here.