Sanjeevi Subramani

Results 14 comments of Sanjeevi Subramani

After changing the code: ` child_visible = visible && (branch.expanded || branch.level < expand_level);` at line 395 of tree-grid-directive.js source to this: `child_visible = visible && branch.expanded;` it was working...

@dmvtech - Schema merge seems to work after we delete the imported folder inside the schemas folder. But bot fails on starting up getting error, please help. ` "System.MissingMethodException: Method...

@tonyanziano - even after updating variable its failing. this error is failing: ##[error]NuGet Security Analysis found 1 package manifests with myget feed declared. MyGet feeds are not allowed by Microsoft...

Its an code first model based project, so it will create the DB when you run the application.

Hey @chengcyber, Yes, that's the one i was describing about. buck2 is the one new - it will be better if we support buck2. Since the buck will be deprecated...

There is a buck command to find all dependencies, hope it's same for buck2. https://buck.build/command/query.html `buck query deps` The above query should return list of folders linked to a buck...

@chengcyber @octogonz @yzhe554 - Facebook team changed my ticket into a discussion for this same enhancement I raised at buck2: https://github.com/facebook/buck2/discussions/880

@ispeakc0de @uditgaurav @ksatchit - Any updates on review?

@jakub-dzon @masayag @torumakabe @elric1 - can i get some review on this?