Harry Moreno
Harry Moreno
I couldn't figure out how to get the worker working and sending out an http request (one of my requirements). But hopefully this helps someone https://github.com/morenoh149/papaparse_csv_progressbar
I have a similar question. I want to perform an Ajax request with the info from n rows. So wondering how to accumulate across n rows and dispatch the Ajax...
this looks awesome @craigkerstiens what's blocking this?
there's a [makefile](https://github.com/liuliu/ccv/blob/stable/lib/makefile) also a bin folder with compiled binaries. I think you need to link the binary into your Android app. This is something that interests me as well....
@odunboye https://www.packtpub.com/books/content/linking-opencv-ios-project
I'm also seeing this. The docs say ``` ACCOUNT_SIGNUP_FORM_CLASS (=None) A string pointing to a custom form class (e.g. ‘myapp.forms.SignupForm’) that is used during signup to ask the user for...
I have the following notes: - missing closing `};` in ocr.js - inconsistent indentation, sometimes 2, sometimes 4 - server.py - some statements end with semicolon (;). Don’t do this....
I'm currently trying out heroku-18. Have folks abandoned this build pack for docker? or would a PR for @goinnn changes be accepted? oh it seems like the generic python heroku...
@zachmccormick yes, I didn't report back but I now have geodjango running on heroku with the default python build pack. A related SO answer I made https://stackoverflow.com/a/53509910/630752
@Zamiell you could fork it and merge in all the prs you want. There are no alternative afaict. But I'd look at https://github.com/oftn/oftn-bot and try to extract what you need