JinYu Zhang

Results 3 issues of JinYu Zhang

# Overview I followed the FAQ **How do I add more language highlighting support?** on `README.md` to add additional languages other than the languages mentioned [here](https://github.com/FormidableLabs/prism-react-renderer/blob/master/src/vendor/prism/includeLangs.js). However, the error popped...

I am using the React version: ``` "@giscus/react": "3.0.0" ``` Currently, we have: ![image](https://github.com/user-attachments/assets/210d5c1c-b522-40b6-b051-6e047fe79cf5) Can we have something like this before loading is complete? I want to hook to it...

I have a private Docker registry that mirrors Docker images, and I have the following in my `Dockerfile`: ```dokcerfile ARG REGISTRY_DOCKER="foo.bar.io/mirror-docker-remote" # [Stage] Install system-level dependencies and define variables FROM...