Nikhil Kothari

Results 114 comments of Nikhil Kothari

You should be using {{ and }} in calls where you want { and } and have argument substitution happening (just like String.Format). We can leave this bug open so...

Agree; need to see if we can make this work with ffi, and add a runAsync that returns a Promise. If we can't with just ffi it may be an...

This seems simpler than I thought it might have been with what ffi supports -- for reference: https://github.com/node-ffi/node-ffi/wiki/Node-FFI-Tutorial#async-library-calls

In your list of jQuery advantages, in addition to locale-sensitive formatting/globalization, script# also does support localization (your first bullet point). The localization is based on standard .net resx files. This...

Is this with 0.8 or older builds? In the new minimizer I'd expect it gets simplified at minimization time to be +10.

Looks like the new minimizer doesn't convert to +10 but it does leave the code as somevar- -10. so it shouldn't result in invalid code. Marking as fixed (for 0.8).

I'd recommend seeing the 0.8 version from the "cc" branch, or the preview build in the downloads section - the new script# produces to the module pattern, where generated script...

Yes, I agree -- need to flesh out both readme and the samples. I'll answer in brief the install one for anyone who looks at the issue in the meantime....

Note the updated readme with installation instructions. I'll leave this open until I have an end-to-end sample demonstrating training a model in python, and using it in node.js.

Next update to the readme will come with next few features being tackled/added. In the meantime, if something is unclear in how its currently written, please share any thoughts on...