drgullin / icheck

Highly customizable checkboxes and radio buttons (jQuery & Zepto)
http://fronteed.com/iCheck
7.37k stars 1.63k forks source link

Unable to download ZIPs for Tags 1.0.2 and 1.0.3 #440

Open amangini opened 3 days ago

amangini commented 3 days ago

It appears that your tag downloads are not working and generating 404s. This is causing some pipeline issues on various projects that use your tag releases.

https://github.com/drgullin/icheck/tags

If you try to download the zip version, they fail. At least at the time of this writing. It could be a GitHub issue that will fix itself, hopefully. :)

Thank you.

trishcoddington commented 3 days ago

We are having same problem. Thank you.

dmundra commented 3 days ago

Same. I created an issue on the Drupal side that uses this dependency https://www.drupal.org/project/webform/issues/3489710

vrwired commented 2 days ago

Only workaround to succeed pipeline I found is to define repository in composer, though still ended up having to modify the redirect that gets composed into the lock file - see https://www.drupal.org/project/webform/issues/3489710#comment-15872590

omarlopesino commented 2 days ago

Looks like as the username changed from dargullin to drgullin the download links are broken. Seems a temporary issue.

Alternatively to the patch, I suggest another solution that is only valid when the library is not being used in the project (for projects where this is a deep dependency of another library): adding the library to replace. For example:


    "replace": {
        "jquery/icheck": "*"
    },
GoonerW commented 2 days ago

The username changing doesn't explain why the v1.0.1 version still works (https://github.com/drgullin/icheck/releases/tag/1.0.1).

It's certainly baffling.

nitesh-voya commented 2 days ago

We are also affected by this issue since today morning. I still agree this need to be fix asap

GoonerW commented 2 days ago

The last commit was 4 years ago. I'm not sure what's happening with this project. The author was proclaiming that v2 is around the corner (https://github.com/drgullin/icheck/tree/2.x) but the last commit to that branch was 9 years ago and the 1.0.3 readme.md added the note about v2 10 years ago.

mdranove commented 2 days ago

Removing the link in the readme to http://fronteed.com/iCheck/ seems to fix the issue. https://github.com/drgullin/icheck/pull/439

BramDriesen commented 2 days ago

Removing the link in the readme to http://fronteed.com/iCheck/ seems to fix the issue. #439

That does not make sense. The issue is that the username changed, breaking any references to the zip / tarbal in things like composer files.

mdranove commented 2 days ago

Removing the link in the readme to http://fronteed.com/iCheck/ seems to fix the issue. #439

That does not make sense. The issue is that the username changed, breaking any references to the zip / tarbal in things like composer files.

I know it sounds strange, but it fixed the issue on my fork. https://github.com/mdranove/icheck_404_fix/releases/tag/1.0.3.0

If it was related to the username, why does downloading 1.0.1 work?