Results 16 issues of Han Yeong-woo

### Before You File a Bug Report Please Confirm You Have Done The Following... - [X] I have tried restarting my IDE and the issue persists. - [X] I have...

parser issue

### Before You File a Bug Report Please Confirm You Have Done The Following... - [X] I have tried restarting my IDE and the issue persists. - [X] I have...

parser issue

Coming from [bkeepers/dotenv](https://github.com/bkeepers/dotenv), is there a way to use these files too: [bkeepers/dotenv#what-other-env-files-can-i-use](https://github.com/bkeepers/dotenv#what-other-env-files-can-i-use)? |Hierarchy Priority|Filename|Environment|Should I .gitignoreit?|Notes| |--|--|--|--|--| |1st (highest)|.env.development.local|Development|Yes!|Local overrides of environment-specific settings.| |1st|.env.test.local|Test|Yes!|Local overrides of environment-specific settings.| |1st|.env.production.local|Production|Yes!|Local...

Add icon and configuration for [vanilla-extract](https://vanilla-extract.style/) files using the `.css.{js,mjs,jsx,ts,tsx}` suffix.

Currently, Rio does not support customization of the path to the config file. Ideas for supporting it are collected in this issue. ## Current Behavior ### On macOS and Linux...

discussion

From: https://github.com/shadowspawn/node-version-usage#suggested-compatible-format > Allowing a leading `v` is common and gives nice symmetry with `node --version` ```output $ node --version v20.12.0 $ node --version > .node-version ```