sunhwang

Results 7 comments of sunhwang
trafficstars

Wow 🚀 I love you of all! You saved me 👍 I had followed [this instruction](https://ui.shadcn.com/docs/installation/next). But I think it would be better if there was an explanation to make...

Thanks! @psychobolt You fixed my error! 😄 I want to add comments solving a problem. Add these lines to `tsconfig.json` ```json "ts-node": { "transpileOnly": true, "esm": true, } ```

+1 here! If this feature was also available for Flutter, I would be able to develop projects only with GitHub Projects and Figma. 🫶

I updated Templater to version 2.4.2 The result of this command(``) is shown below When I pass in a parameter(``) I got an error statement. `Error generating random picture`. What...

I install jq from brew on macOS. And I copied and pasted [jq tutorial](https://stedolan.github.io/jq/tutorial/) this text ``` jq '.[0] | {message: .commit.message, name: .commit.committer.name}' ``` on iTerm. But this command...

I use `Flutter Channel stable, 3.24.1` and `go_router: ^14.2.3` As you mentioned, This error happened with go_router. I made another MyDevApp.dart file without go_router. I'm sure it's not easy to...