skyfallsdown

Results 16 issues of skyfallsdown

Great software! I wish it had demo page to test different events detection. I often need to demonstrate the difference between `keypress` and `keydown` for internationalisation cases. Thanks!

## Describe your issue: I want to do an update run for existing WI to migrate **new** links to commits and pull requests. I'm running `v11.9.31.0`. `GitRepositoryEnricher` keeps removing and...

enhancement
help wanted

**Is this a bug really?** I'd say it's a bug because I use PipelineSimulation as expected, registering my plugin (that only has full constructur with arguments). The registration succeeds, but...

bug
enhancement

Hello! I'm trying to test the context specifics of the plugin by simulation Create and Delete event for an entity. But my plugin step is not triggered. ```cs var accountToDelete...

Right now XrmDefinitelyTyped requires us, as 9.1 users, to call `setVersion` in each form script. But theoretically we already provided our preferred version when generating the definitions with `-cv 9.1`...

enhancement

This is to demonstrate the issue I reported #134...

**Is your feature request related to a problem? Please describe.** I want to use xrmquery code in node tests, but there is no way to extract namespaces from it without...

enhancement

**Describe the bug** XrmDefinitelyTyped creates types for the fields of `RetrieveMultiple` result, for example for entity `abc_customentity` there will be an interface like this: `interface abc_customentity_Result extends abc_customentity_Base, abc_customentity_Relationships`. My...

**Describe the bug** I have a simple query. So happens that odata endpoint returns a 204 (No content) Response, with empty body. ``` XrmQuery.retrieveRelated(x => x.yes_items, "abcd", x => x.yes_logoId)...

There is at least two ways to create controls in `xrm-mock`: * implicitly by just running `Attribute.createLookup` without passing controls parameter (default control is created); * by explicitly passing `ControlComponent`...