Closed SwikritiT closed 2 years ago
https://github.com/Heymdall does not exist on GitHub. Maybe the user deleted their account? Or it has become completely private?
I am looking to see where this is actually referenced in the JS dependencies...
https://libraries.io/bower/vcard has links to the various tagged releases https://libraries.io/bower/vcard/tags and those link to GitHub like https://github.com/Heymdall/vcard/releases/tag/v0.2.7 - but those are all gone on GitHub.
@DeepDiver1975 - I see that you are mentioned as a contributor. Do you have any memory about this stuff? Any idea why https://github.com/Heymdall/vcard repo has disappeared?
How do we find a useful fork of this, that has the correct up-to-date code? (And then we could fork it ourselves, and use that to be sure that it does not get lost in future)
I have not touched this app in years. Sorry. No clue what's going on ....
I found https://github.com/tncho/vcard - that has the correct v0.2.7 tag. To demonstrate, I forked that to https://github.com/JankariTech/vcard and used the fork in PR #736
That finds the vcard 0.2.7 code and the JS tests pass.
https://github.com/Heymdall does not exist any more on GitHub. I found a fork that has the correct latest v0.2.7 tag:
https://github.com/tncho/vcard
@micbar (or whoever) - can we fork that into owncloud/vcard
?
And then it can be used from there. That will avoid having to find a similar maintained library, or other high-impact action, for now.
@micbar (or whoever) - can we fork that into
owncloud/vcard
?
alternative: copy the it into this repo - it is actually only one file: https://github.com/tncho/vcard/tree/master/src
alternative: copy the it into this repo
I am not familiar with the "layout" of the JS files. I am sure it will be easy to do, but exactly where do I copy the code so that it gets found and called?
@micbar or someone - which way do we proceed? Forked repo, or paste the code directly somewhere in this repo?
failed on the recent nightly build too https://drone.owncloud.com/owncloud/contacts/1260
@micbar (or whoever) - can we fork that into
owncloud/vcard
?alternative: copy the it into this repo - it is actually only one file: https://github.com/tncho/vcard/tree/master/src
We can try this out
failed in last nightly. build link here: https://drone.owncloud.com/owncloud/contacts/1287
We can try this out
@grgprarup @kiranparajuli589 this needs to be assigned to someone, and they can work out where to copy the code into this repo, and how to make it be used after removing the dependency.
@micbar (or whoever) - can we fork that into
owncloud/vcard
?alternative: copy the it into this repo - it is actually only one file: https://github.com/tncho/vcard/tree/master/src
PR #738 copied the code into this repo. CI is green again.
Build: https://drone.owncloud.com/owncloud/contacts/1229/4/4