-
Notifications
You must be signed in to change notification settings - Fork 308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider modifying .../scriptStorage.js
in sendMeta
to send JSON
#718
Labels
CODE
Some other Code related issue and it should clearly describe what it is affecting in a comment.
enhancement
Something we do have implemented already but needs improvement upon to the best of knowledge.
Comments
Martii
added
enhancement
Something we do have implemented already but needs improvement upon to the best of knowledge.
CODE
Some other Code related issue and it should clearly describe what it is affecting in a comment.
labels
Aug 26, 2015
Martii
pushed a commit
to Martii/OpenUserJS.org
that referenced
this issue
Aug 26, 2015
* One way of OpenUserJS#718 Closes OpenUserJS#718
Any reason why we shouldn't do something like this or alternate (preferred) methodology in the code? |
Martii
added
needs discussion
Blah, blah, blah, wahh, wahh, wahh, etc.
question
A question has been encountered by anyone and has remained unanswered until cleared.
labels
Aug 26, 2015
You have my support on adding the |
Giving others migration time is probably a good thing. :) |
Martii
removed
needs discussion
Blah, blah, blah, wahh, wahh, wahh, etc.
question
A question has been encountered by anyone and has remained unanswered until cleared.
labels
Aug 30, 2015
Martii
pushed a commit
to Martii/UserScripts
that referenced
this issue
Sep 8, 2015
* Start using the meta.json route implemented in OpenUserJS/OpenUserJS.org#718 * Drop preference to restore Unit Test nature instead of POC * Remove usage of external dependencies to resume older browser testing * Few labeling UI changes * Trap possible JSON xhr error * Title space added **NOTE**: * JSON parsed Object may be in reverse order... as we all should know Object order is never guaranteed... Arrays however should be in FIFO order always.
Martii
pushed a commit
to Martii/OpenUserJS.org
that referenced
this issue
May 29, 2016
Post followup for OpenUserJS#718 and OpenUserJS#285
Closed
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
CODE
Some other Code related issue and it should clearly describe what it is affecting in a comment.
enhancement
Something we do have implemented already but needs improvement upon to the best of knowledge.
As I mentioned here:
This is relatively simple to do as our meta blocks are already an object so
JSON.stringify
could be used... does currently show in reverse order but with Objects there is never a guaranteed order as we all should know.This could be useful for some .user.js as well.
The text was updated successfully, but these errors were encountered: