wokwi / wokwi-cli

Wokwi Command Line Interface (for CI use cases)
MIT License
14 stars 5 forks source link

Not found repository #5

Closed doctore closed 7 months ago

doctore commented 7 months ago

Hi

Sorry to add an issue in the wrong repository but https://github.com/urish/angular-spinner was archived some weeks ago and it doesn't allow create new ones.

We are using different versions of this library (from 0.6.1 to 1.0.1) in several projects, however invoking bower install, we receive an error related with the source repository:

Jenkins

Taking a look to the generated .bower.json, we can see the configured options for the library:

BowerFile

However, neither the source repository: https://github.com/Attrash-Islam/bower-angular-spinner.git nor the related Github account: https://github.com/Attrash-Islam are currently available.

Could you help us configuring a new available source on your side for this library?

Thanks in advance.

urish commented 7 months ago

Sorry, but I do not have anything newer than what's already on GitHub, and the reason that the repository is archived is because I don't have the bandwidth the answer queries regarding this old project.

doctore commented 7 months ago

I'm not asking anything related with the library, the problem here is => its configured source was removed, so anyone using it will have the same error.

urish commented 7 months ago

I understand, but as I explained, I do not have the bandwidth to deal with this.

doctore commented 7 months ago

ok I see. Thanks, I guess changing a URL is too time consuming.

vandaribeiro commented 7 months ago

I'm having the exact same problem. Did you manage to solve it @doctore ?

doctore commented 7 months ago

Finally we cloned the repository with the "real code" into the company's Bitbucker, so we can use it as source, even modifying the .bowerrc, avoiding it to use a no longer exists URL (GitHub account).

We have even gone one step further and installed the option to work with bower components in the company's Nexus, following the link:

https://help.sonatype.com/repomanager3/nexus-repository-administration/formats/bower- repositories

And all this, because author's time so fucking precious to change a URL's value.

Vollbrecht commented 7 months ago

Finally we cloned the repository with the "real code" into the company's Bitbucker, so we could use it as an source, even modifying the .bowerrc.json, avoiding it to use a no longer exists URL (GitHub account).

We have even gone one step further and installed the option to work with bower components in the company's Nexus, following the link:

https://help.sonatype.com/repomanager3/nexus-repository-administration/formats/bower- repositories

And all this, because author's time so fucking precious to change a URL's value.

Please stop being entitled about a open source project that you used. I tell you something, if you are a business owner and fail to asses such a simple thing, just shows that no one should ever do business with you for there own sake. Being rude to somebody on-top of it, is just the tip of the iceberg here.

doctore commented 7 months ago

If you aren't going to maintain a project, ok, I can understand it. But there are not sure how many people with the same problem reading "yes, but this is not my problem now and I cannot change a URL" and due to the owner updated it to only readonly, no way to include issues in the right location.

I answered to vandaribeiro's question, if you consider I was so rude, deal with it, in the same way I had to do it with the owner's response.

s-spindler commented 5 months ago

If anyone else stumbles over this, I was able to fix it by using the git insteadOf config like this:

git config --global url.https://github.com/urish/angular-spinner.insteadOf https://github.com/Attrash-Islam/bower-angular-spinner

For the full context see the linked to PR in the SecurityRAT project.