Micah Ransdell

Results 11 issues of Micah Ransdell

Mostly for metrics / reporting, but useful context for applications.

In order to inherit the methods / properties on a Model, one has to "create" one then inherit from it's prototype. This seems inefficient and unnecessary. Perhaps a separate module...

It would be amazing to have a way to visually represent any arbitrary conductor's dependency tree, and the resulting props / config that would happen on startup. Thanks to @clarle...

Trying to set a property in a props function, when a dependency didn't return an object causes this error which is hard to find the root cause. There should be...

This would be a simple shorthand for creating a conductor with the minimum amount of information required. Passing in the name as the optional first parameter would reduce the boilerplate...

Allow a Model to depend on other models by supplying an array of dependencies that will be checked at runtime. The deps list would be a set of Strings, which...

There are times when you want to alias a model when it's set in the models for a conductor. It would be great to have the ability to alias a...

Return an object of the models keyed by name if they are there, null if not.

Would be nice to get the resolved url of the conductor or at least the url of where it was installed, as a property.