JinYu Zhang

Results 17 comments of JinYu Zhang

I recently encountered this issue. The application I am working on is based on HeroUI, which already greatly supports Dark Mode through CSS variables. I had to override the `themeCSS`:...

> I did the following and it worked for me: > > 1. **Uninstall Docker Desktop**: > > * Drag the Docker app from the Applications folder to the Trash....

Is this still moving on? 🙋‍♂️

Facing the same issue, and `next [command] --webpack` worked for me.

I hereby support implementing this feature. This is helpful when there are other tools parsing the commit messages. For example, I have `opensource-nepal/commitlint@v1` configured to warn if all the commit...

Hello @codejedi365, thank you for the prompt reply and for clearly pointing out what I misunderstood. The fix you provided is really helpful 🥳

I bumped into this issue today: ```dockerfile RUN --mount=type=secret,id=TOKEN_REGISTRY_DEBIAN,env=TOKEN_REGISTRY_DEBIAN \ ``` Showing: ``` ./docker-context/Dockerfile:46:50 unexpected "env=TOKEN_REGI" expecting "gid=", "id=", "mode=", "required", "required=False", "required=True", "required=false", "required=true", "uid=", source=, or target= ```...