github-cards icon indicating copy to clipboard operation
github-cards copied to clipboard

The unofficial GitHub Cards. Card for your GitHub profile, card for your GitHub repositories.

Results 32 github-cards issues
Sort by recently updated
recently updated
newest added

I don't quite understand what's happening, but the cards are not visible on the actual website. This is the card code `````` And this is the `script` tag, which I've...

Tried every possible way to get it through but failed.

When using `data-height` it does not work and the card just resets to the default `200px` ![image](https://user-images.githubusercontent.com/65428515/173448688-c22e08b2-bc76-4b35-9c36-3d4d3ad85528.png) ![image](https://user-images.githubusercontent.com/65428515/173448691-cb89a219-f3f9-4b73-9904-202b7af207dd.png)

when i embed the code example somewhere i get Couldn't find the requested file /cards/default.html in lepture/github-cards.

Is there a way to use the social media preview image within the card in place of the the user profile image?

When typing username/repo getting an error _Uncaught TypeError: Cannot read property 'replace' of null. I was typing slugovoy/pasword as an example.

If the user you're trying to make a card of doesn't have the Name field set in their profile, it returns a null during the https://api.github.com/users/ lookup call in https://cdn.jsdelivr.net/github-cards/1.0.2/cards/default.html

Using: https://lab.lepture.com/github-cards/#link-time|medium This generates: ``` ``` On the generator page, this background image is shown: https://cdn-images-1.medium.com/max/2000/1*19LWzzJJDPqGq67Vyd0EjQ.jpeg However, when embedding the card in our page using the above markup, the following,...

1. The template files are available under `jsdelivr/cards/default.html`. However, it's trying to access them via https://cdn.jsdelivr.net/gh/lepture/[email protected]/cards/default.html resulting in below error. ``` Couldn't find the requested file /cards/default.html in lepture/github-cards. ```...

-Added a new type of card: recentRepoCard. It recovers the most recently updated repo of the given user. This new card is compatible with the previous functionalities. -Added a background...