Dave Clark

Results 7 comments of Dave Clark

See https://github.com/AuvikAlive/react-animated-burgers. The project has made animated burger buttons as react components based on this project. It's dependent on `styled-components`.

@devkeydet I believe there's another working option you can use today. `Microsoft.Dynamics365.UIAutomation.Browser.BrowserOptions` now supports headless for Chrome, which works in a hosted build agent: ```cs public static class TestSettings {...

@cnusrini > How to provide my organization's url to generate xrm objects? > In your code, I don't see that. See the project [DynamicsCrm-xrm-mock-Generator](https://github.com/yagasoft/DynamicsCrm-xrm-mock-Generator)

Thanks for the suggestion. Yes, looking at their [code structure](https://github.com/delegateas/XrmDefinitelyTyped/wiki/Code-Structure) they cover authentication and metadata querying. All that's left is translation of metadata to the Xrm object. Could start simple...

This seems like a valuable enhancement. I'm unfamiliar with manually creating a d.ts but will add it to the backlog and investigate. Thank you.

Hi @Kraviecc, I'm not aware of anyone already working on this

@daryllabar you've written `initialize` instead of `initialise`. Having said that I think tsharp's issue still persists.