JinYu Zhang
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:  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...