-
Notifications
You must be signed in to change notification settings - Fork 812
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b4eb879
commit f4462f3
Showing
2 changed files
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f4462f3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your checksums were not properly computed, I fixed with 021b9a9.
Was this an mistake, or is there an issue with
md5sum
on your side?f4462f3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GitHub won't change the content of files. I do enforce an empty line as the last line myself -- and looking at the committed version, there is indeed an empty line (which is correct). I tried removing or adding trailing empty lines, and I can't get your checksums.
Are you using an editor which generates
\r
as part of a new line?f4462f3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe your compare plugin ignores differences in new line characters?
If I replace all instances of
\n
with\r\n
, I get235dfeb3960a6d2820ed5fa543cbb0b9
, so that confirms line ending character is the issue. Can't Notepad++ be configured to save text files to Unix-like format?(Note that uBO should still work fine with
\r\n
, and there was no issue for users, but it's best if everybody uses the same format for commits).f4462f3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, EOL should not be changed by cloning. That would be just wrong.
f4462f3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For lack of other places to share this... I just saw an announcement from EasyList maintainers:
This is good news, this will make submitting filter issues/solutions much more easy I believe, and make it easier for more volunteers to contribute.
f4462f3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Frivolous use of DMCA should be fought -- I have absolutely no doubt that all those who benefits from EasyList/EasyPrivacy through their blockers will be happy to contribute funds to fight this nonsense.
I don't get the "Github asked me and the japanese repository to edit the content": is it not for the owner of the repository (rather than GitHub) to decide whether to comply or fight a DMCA notice?
f4462f3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is ridiculous...
What are these lists? Nothing more than a bunch of names or identifiers. No sane person can argue that the DMCA applies here. Copyright for what? For merely mentioning a (domain) name, or site? Completely laughable. That is not even fair use, i.e. protected usage without permission, that is far less.
The only copyright here is that of the authors of these lists.
Where did this notion even come from, that some believe they have a say on what is appropriate to happen on the client side? It's as if they don't understand what a user agent or browser is. That is only the business of the user, and no one's else.
f4462f3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was obvious right from the start...
Just saying.. :)
f4462f3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@IdkWhatToPutHere have you heard from GitHub Support since then?
I ask because I have cloned uAssets to GitHub Desktop and checked the checksums.
They are all incorrect. I have to convert the filter .txt files to Unix via Notepad++ to get the
correct checksums.
f4462f3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That works thx.