Oliver Foster

Results 103 comments of Oliver Foster

Is this really not available as a **server-side** node module? (edited)

I want to use the nice statement api in node, server side, as an installable node module. I made [xapiwrapper-node](https://www.npmjs.com/package/xapiwrapper-node) from [xapiwrapper](https://www.npmjs.com/package/xapiwrapper) by creating a [shim for the browser apis](https://github.com/cgkineo/xAPIWrapper-node/blob/master/main.js)...

If we can get agreement that this work is worth doing and if i can confirm that a PR would be accepted, I'll happily submit one.

@davewallace could i have your thoughts on these prs and their associated issues? #135 #134 #133 #132 #137 #136 They are bits and piece which came out of #126 and...

i'm a crossover adapt-cli / AT / framework thing that we should defo still do. Just needs some political will.

I reckon we could do the adapt-cli bits first. Then the plugins, then the AT. Both styles should run concurrently to avoid any funny issues.

I think I prefer the `this.stopListening(Adapt, 'adapt:initialize', this.onAdaptInitialize);` idea over the `_isInitialized` one. * `init` could then be called on the `ComponentModel` and `AdaptModel` multiple times whilst keeping a consistent...