Ariful Alam
Ariful Alam
[Blog-js](https://github.com/arifszn/blog-js) can be used. - NPM: https://www.npmjs.com/package/@arifszn/blog-js - Demo: https://arifszn.github.io/gitprofile
Same issue for docusaurus with react 17.
Confirming this issue on mobile version.
The expectation is to not use `$this->client->deleteKey` in every test cases? As the `deleteKey` should be executed after completing running the tests, shouldn't we use `tearDown` hook?
> If you can use forceUpdate with hooks like that then you can initialize the SRV with forceUpdate so it will do it automatically. something like this: > > ```js-jsx...
I will take a look if the image can be retrieved from the GitHub response.
Unfortunately, GitHub API does not provide the social image URL. Please let me know if you find any other way.
GitProfile is using the [GitHub REST API](https://docs.github.com/en/rest) instead of the GraphQL API. There are some major differences between those APIs. We have no plan for migrating to GraphQL currently. But...
Nice feature idea. But the problem is, that we can only use the Github API for a limited time as the requests are not authenticated. So using that API for...