Razon Yang

Results 85 issues of Razon Yang

Hi, I'm integrating Giscus into my [Hugo theme](https://github.com/razonyang/hugo-theme-bootstrap). But there is a problem that unable to load Giscus if the `lang` is unsupported. Currently, I'm using a map of supported...

**Describe the bug** ``` Uncaught DOMException: Failed to execute 'querySelector' on 'Element': '#%E8%AA%BF%E6%95%B4%E5%9C%96%E7%89%87%E5%A4%A7%E5%B0%8F' is not a valid selector. ``` twbs/bootstrap#36939

bug

With the increasing content of the document site, the repo becomes larger and larger, which may affects the speed of updating the theme.

enhancement

Waiting twbs/bootstrap#36125 to be merged.

enhancement

### Prerequisites - [X] I have [searched](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed issues - [X] I have [validated](https://html5.validator.nu/) any HTML to avoid common problems - [X] I have read the [contributing...

js
v5

Please answer these questions before submitting your issue. 1. What did you do? If possible, provide a simple script for reproducing the error. I want to set up the environment...

### Prerequisites - [X] I have [searched](https://github.com/razonyang/hugo-theme-bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed issues - [X] I have [searched](https://github.com/razonyang/hugo-theme-bootstrap/discussions) for relatived questions - [X] I have read [documentations](https://hbs.razonyang.com) ### Describe the issue...

bug

### Prerequisites - [X] I have [searched](https://github.com/razonyang/hugo-theme-bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed feature requests ### Proposal Add the Snackbar stack for showing multiple messages. ### Motivation and context Current implementation show...

enhancement

**Describe the bug** I have a duplicate boolean field `comments`, when changing it in one locale, the field won't sync in other locales. > The problem is that the boolean...

area: i18n
type: bug
area: extensions/widgets/boolean

The doc about generating RSA private key seems out of date - https://staticman.net/docs/getting-started.html#step-2-deploy-staticman. This works for me (OpenSSL v3). ```sh openssl genrsa -traditional ```