Ryosuke Iwanaga

Results 20 issues of Ryosuke Iwanaga

**Describe the bug** When I import [`i18next`](https://www.npmjs.com/package/i18next), `wmr start` (development) has no issue and works expectedly. However, `wmr build` fails with a weird error below. There is no clue from...

bug

Similar to `mrm-task-eslit`, we can add [`stylelint-config-prettier`](https://github.com/prettier/stylelint-config-prettier) to `.stylelintrc` when there is `prettier`. One caveat is the default `prettierPattern` doesn't include `.css`. So, it might be good to check whether...

When I ran `mrm typescript prettier eslint`, `mrm` added `prettier/@typescript-eslint` to `.eslintrc.json`. However, with the latest version of `eslint-config-prettier`, `eslint` won't work: ``` Error: Cannot read config file: /Users/riywo/riywo.com/app/node_modules/eslint-config-prettier/@typescript-eslint.js Error:...

Do you want to request a *feature* or report a *bug*? ----------------------------------------------------- Mixture. What is the current behavior? ----------------------------- If the current behavior is a bug, please provide the steps...

Do you want to request a *feature* or report a *bug*? ----------------------------------------------------- A bug. What is the current behavior? ----------------------------- If the current behavior is a bug, please provide the...

Hi, I've just briefly talked with @yusukebe about the way to host 3rd party middleware under `honojs` GitHub organization and publish them to npm and deno registries. I recently went...

What is the current behavior? ----------------------------- Not a bug but it's annoying when we implement a command running an external agent from our CLI and keep running it until the...

help wanted
windows

Currently, there is no way to set `id-token` permission explicitly when using `NodeProject`. But, in some cases, customers want to use OIDC token in build/release/upgrade workflows. For example, I'd like...

**Community Note** * Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request * Please do not...

The current EC2 provider is awesome. I'm just wondering we could implement a similar provider but using [EC2 Fleet](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet.html) as an actual provisioner. It is neat because it can configure...