Sage Abdullah

Results 96 issues of Sage Abdullah

Hey, thanks for creating this package! I had been sitting on this idea since last year, but I didn't take a stab at this until a few weeks ago. After...

[giscus](https://github.com/laymonage/giscus) is a comments system powered by GitHub Discussions. It works for any site, static or dynamic. Installation is as simple as including a `` tag to your site. Built...

Hey, thanks for the great theme! Would it be possible to support [Shiki as code highlighter](https://sli.dev/custom/highlighters.html#configure-shiki) for this theme as well? Unlike Shiki, Prism doesn't play well with Vue SFCs....

Fixes #8477 ~~, needs #8911 and #8917~~. This PR implements a new scheduled publishing UX that can be accessed from the status side panel. _Please check the following:_ - [x]...

status:Needs Review
component:Page

Right now, the `KebabHorizontalIcon` is there just as a placeholder. We'll need to implement this, eventually. GitHub: ![image](https://user-images.githubusercontent.com/6379424/117113478-b8bc5180-adb4-11eb-939d-3c9ca494c52a.png) I think we only need the "Copy link" and "Quote reply" menu...

new feature

I've already done this in #18 but for some reason GitHub throws `FORBIDDEN` errors. Maybe we need to ping some hubbers and see what's the issue?

bug
upstream

I think we can leverage [`getAppAccessToken()`](https://github.com/laymonage/giscussions/blob/main/services/github/getAppAccessToken.ts) to post comments as the bot, allowing visitors to leave comments without signing in. Maybe we should also add a signature like > _Anonymous...

new feature
decision needed

We [`useSWRInfinite`](https://swr.vercel.app/docs/pagination) to implement cursor-based pagination. However, we need nested pagination in order to show more than 100 replies (the limit) to a comment. I haven't found an "easy" way...

bug

Right now, we only show `This comment has been deleted` or `This comment has been hidden` with no toggle to show the actual comment. This is how the toggle should...

new feature

Following #86. GitHub's GraphQL API has a limit of [5000 query points/hour](https://docs.github.com/en/graphql/overview/resource-limitations#rate-limit). giscus authenticates as the app (bot) for the following operations: - Fetching repository information (`repositoryId` and `categoryIds`) -...

enhancement