Azarus
Azarus
+1, spent 30 minutes so far trying to make that a specific toast that displays a loading / processing icon is showing only once but can't get it to work...
Path sep is quite works odd on windows in my experience altought unix style path separators work just fine on windows. I am using this module to load all my...
Are you feeding the gesture data one by one or you record the entire gesture and feed it all at once? What i did is record the gesture and store...
You can try continously buffer your data, and perform a prediction on a set of recorded data from the last 1-2 seconds.
@cyberluke It does, thats what i meant originally, by storing the data in GRT's TimeSeriesData class and then send it to the predict function when the recording is done.
Hey Nick! Sorry for posting it here but i didn't wanted to create a new issue for this. I also just started using the library. My question would be how...
Accuracy was one of my greatest problem using DTW. I'd like to have a solution that is accurate enough and reliable.
I believe you need `./config/config.ts` and not `config/config.ts` as it would resolve to an npm module without the `./` in the front.
> ```dateFormat(now, "yyyy-mm-dd'T'HH:MM:ss")``` > it starts by getting the first 5 posts and I have it hardcoded to get the next 5 based on a hardcoded > > permlink >...
I've come up with a temporary solution for gulp: https://gist.github.com/azarus/f369ee2ab0283ba0793b0ccf0e9ec590 Browserify & Gulp samples included.