-
-
Notifications
You must be signed in to change notification settings - Fork 595
feat: Add ability to allowDiskUse #1623
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
base: alpha
Are you sure you want to change the base?
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
ParseQuery
i.e.
Approach
TODOs before merging