Ranveer Aggarwal

Results 8 comments of Ranveer Aggarwal

@karandeepSJ can we discuss the issue once more? IIRC, the problem was when we tried to get 2D and 3D elements together with the same interactor, right?

I see a few approaches here: 1. 2D and 3D elements in separate (two) files. But as the elements grow, we'll be back to the same issue. 2. Separate file...

@MarcCote yeah importing the available APIs in `__init.py__` sounds right. That would also ensure that we maintain the flat-ness of the UI API (`import x from ui` instead of `import...

Hi, This is a quickstart project that works for Angular 2/4. I don't think the original library supports Angular 5 as of today. When it does, I will try and...

Looks similar to this: https://github.com/angular/angular/issues/6097 Can you see if this works for you?

Hi! I am not sure how to do that. This quickstart uses https://github.com/sureshchahal/angular2-adal. You can probably get better help there 😄 I will tag this issue as help wanted anyway.

@brandonkoch6 I haven't written tests for this in my project, so I won't be able to help you out here. I see you have already created an issue at the...