Robert Plummer
Robert Plummer
So in https://github.com/arrayfire/arrayfire-js/blob/master/examples/es6/machine-learning/ann.js#L15 I see a log of synchronous examples, `for(var i =` essentially. What if we inverted the logic so that we are transforming a vector, rather then a...
N leaflet maps is going to result in browser limits.
Please don't underestimate the importance of this project. This project rocks! https://github.com/BrainJS/brain.js/issues/182
Online. On Wed, Jul 1, 2015 at 9:23 AM, Keith Palmer [email protected] wrote: > QuickBooks Online, or QuickBooks for Windows? > > — > Reply to this email directly or...
I'm curious, is there a current ETA on the release of this feature/fix?
In GPU.js and Brain.js we generate/compile functions that can execute on either the GPU (webgl or headlessgl) or CPU (javascript) and these variable make it into `new Function()` and essentially...
I'll add documentation soon, but here is it in use in brain.js in the mean time: https://github.com/BrainJS/brain.js/commit/dfb8fe79c7187cb0a20d17eae412b58e9d7ddec7#diff-ead454b663ac7bc8efc3776e832e0d6fR14 It is literally just `function (value: string) => string`
For our use case, istanbul is simply incompatible: https://github.com/istanbuljs/istanbuljs/issues/499#issuecomment-585172111 They recommended using https://github.com/bcoe/c8. However, while I appreciate what the team has done, and the attention they gave to our issue,...
This issue is absolutely unacceptable, especially at the scale that Istanbul has been used. To further this, Istanbul has only gotten more complicated since this issue came up. *All that...
I did end up fixing this in my branch, fyi.