Yaw Etse

Results 14 comments of Yaw Etse

it would be extremely helpful! I'm happy to help unit test and what not. you saw http://yawetse.github.io/nachie/ right?

sweet, yeah I’m working on a much larger project but working on open sourcing as much as possible, and nACH is an amazing module that allowed for the kind of...

this did the trick! thanks man!

BTW @glenselle I can't respond to your twitter DM because you don't follow me haha. My question is around how you're parsing Amount values, if no decimal is passed are...

that would be very cool, I'd love to see a proof of concept PR if you get the chance to tinker with it

@Swivelgames Do you have an example of an alternative jxmProvider? I think it's a pretty doable

I think it is possible, it would probably involve taking a look at babel/typescript JSX parsers that convert JSX to React.CreateElement etc - updating the transpiler to JSONX I might...

I love ml.js, and added a thin layer on top of tensorflow to handle the deep learning side of ml.js but with tensorflow - https://github.com/repetere/tensorscript

line 25 is referring to the Matrix.SVD call in regression-multivariate-linear-regression, I was referencing the loop in `ml-matrix` https://github.com/mljs/matrix/blob/master/src/dc/svd.js#L216

@Fil I'm in the process of working on that if you're still interested.