feat: Add ability to allowDiskUse#1623
feat: Add ability to allowDiskUse#1623stewones wants to merge 1 commit intoparse-community:alphafrom
Conversation
|
I will reformat the title to use the proper commit message syntax. |
Thanks for opening this pull request!
|
41aa4a3 to
ad10705
Compare
|
I'm not sure about this syntax. This is not a |
|
yeah I just followed what |
|
see this line @mtrezza Parse-SDK-JS/src/ParseQuery.js Line 1959 in ad10705 |
|
Right, I guess there wasn't a clear strategy so far how to add options. Allowing to set as Parse.Query property and meta property is a code duplication. Let's decide for one way or the other. What do you think makes more sense? One strategy to decide is to look at what the option does:
|
|
makes sense @mtrezza |
|
Alright sounds good |
|
What's the state of this PR? Do you plan to continue with it or should we close it for now? |
|
Yeah you can close this and any other PR of mine. Lost interest in Parse unfortunately since it's blocking me more than helping. And I understand that, not every tool is the right choice for every need. Thanks. |
|
Sorry to hear that and thanks for the heads up. If you have any other feedback, please feel free to share. All the best! |
New Pull Request Checklist
Issue Description
this is so we can pass a boolean to
ParseQueryi.e.
Approach
TODOs before merging