Bemi Faison

Results 8 comments of Bemi Faison

#### Background on Salt navigation One of the less transparent aspects of Salt is navigation scheduling. The schedule operates like a stack, so no state can remove targets set by...

The fallback for this entire ticket is to have methods ignore d-flags (by default, at least). Simplifying usage rules _would_ make it easier to understand the framework syntax as a...

### Use case: Define and access state dependencies The primary use-case for integrating require.js functionality into Flow, is loading AMD modules for a specific program state or branch. Below demonstrates...

### RJS `_require` The RJS package may introduce a **_require** tag to Flow. The tag should provide the following functionality: 1. Define dependencies for a state/program-branch. 2. Configure the require.js...

### Use Case: Loading nested Flows Given how require.js supports distributed architectures, it may be inferred that the **_require** tag will be used to execute nested Flows. Below demonstrates how...

### RJS `_src` The RJS package may introduce a **_src** tag to Flow. The **_src** tag should provide the following functionality: 1. Define an AMD dependency. 2. Initialize and/or invoke...

This package seems useful enough to be included with the 0.5.0 release of Flow (see #42)