Arthur Cinader
Arthur Cinader
node 8 was eol [12/19](https://nodejs.org/en/about/releases/) http://docs.parseplatform.org/parse-server/guide/ may be other places?
Where is the form of CLP pointer permissions demonstrated? I think it should be demonstrated with sample code here: https://docs.parseplatform.org/parse-server/guide/#class-level-permissions and here: https://docs.parseplatform.org/rest/guide/#pointer-permissions
Should go adjacent to CLP's. Example should show how to setup an admin role that can see and edit a user's email.
Introduce a breaking change that would continue to allow a user to configure AWS credentials explicitly during adapter construction, but remove the discreet parameters from the constructor. See #14 for...
it looks busted.... https://github.com/HustleInc/parse-mockdb/blob/master/src/parse-mockdb.js#L699 the first if does something, but doesn't return anything.... maybe its doing something to the passed in ref? in any event, a unit test couldn't hurt....
Add examples for matchTemplate with and without mask. Due to #381 I forked this off of v5.0.0 commit 5fb426aa1428b3d16e7fb0b1412f44410077382e which is why it has conflicts. I'm glad to rebase it...
the command line I use to create boxes is: `tesseract fmo.sfuidisplay.exp8.tif fmo.sfuidisplay.exp8 -l fmo -psm7 batch.nochop makebox fmo` So I'm setting the psm and also specifying the config to use....
Ok, i see that this isn't maintained. But trying to see if I can use.... ``` node --version v6.9.4 npm test 1) Bulk publisher should allow a single request to...
so it'll start and run without a command argument to docker. Also: - change readme to reflect dockerfile change - normalize whitespace in the readme - fix some minor typos,...