-
Notifications
You must be signed in to change notification settings - Fork 310
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
Libraries don't appear to sync #723
Comments
We could use the OpenUserJS metadata block and a new key to detect these btw... just a misc. thought. Will need to parse the full compliment of parsers though (which is relatively easy as I started out doing that) as I only parsed the UserScript metadata block in #724 |
I really like that idea. It gives us a way to get the name, version, and
|
* Fix a regular expression to use environment port if available ... this is a dev bug * Some prior typos and comments clarified * New OpenUserJS metadata block key of `unstableMinify`... following Scriptish example of camel casing *(interCaps)*. This requires a string after it which is the reason why... invalid reasons may reduce ones karma :) * Using boolean switch so that the view contains the strings and not the controller/libs side of our code... useful for OpenUserJS#18 and how views should eventually be rendered * Libraries aren't covered yet because of OpenUserJS#723 * `decodeURIComponent` is required as per OpenUserJS#819 ... do a trap for now just in case it fails... which may produce a false positive but these are just notices at this time Applies to OpenUserJS#432
* This could probably be shortened/optimized but did work on a test I started yesterday and redelivered from GH today. Closes OpenUserJS#723
* This could probably be shortened/optimized but did work on a test I started yesterday and redelivered from GH today. Closes #723 Auto-merge
Apparently this seems to go way back in the initial commit... (pre me being here) ... and propagated ever since through refactors of GH importing.
Option 1: Sync any
*.js
and*.user.js
Option 2: Modify the sync script column at https://openuserjs.org/user/add/lib ... to reflect what we don't do.
Option number one is preferred imo.
Historical issue(s):
The text was updated successfully, but these errors were encountered: