Acid Chicken

Results 262 comments of Acid Chicken

専用のライブラリ使わなくても、汎用的な SSR ライブラリにインラインスタイル出力可能な CSS-in-JS ライブラリを組み合わせて使えばいい気がする。

or https://github.com/posthtml/posthtml-inline-css

Related to https://github.com/misskey-dev/misskey/issues/8503#issuecomment-1102543051

Also, since there are opinions like https://github.com/misskey-dev/misskey/issues/5858#issuecomment-611626477, it would be better if Corepack could be used as a boot loader for Yarn berry (instead of placing `.yarn/releases/yarn-3.2.1.cjs` directly).

`corepack enable` is related to environment settings, so it will not change anything in the repository (excluding docs). Can you confirm that deleting `.yarn/releases/yarn-3.2.1.cjs` with ["packageManager"](https://nodejs.org/api/packages.html#packagemanager) specified in package.json after...

I assume `packages/*/yarn.lock` will no longer be used after `yarn install` should consolidate the lock files in `/yarn.lock`.

*`corepack enable` is related to environment settings*, so, for now, we have run it manually after `setup-node` (actions/setup-node#482).

> Should I add `packages/*/yarn.lock` to `.gitignore`? No. You have to run `yarn install` first, then they can safely deleted.

Also `yarn --cwd ./packages/* ...` are should be rewritten to `yarn workspaces * ...` https://github.com/misskey-dev/misskey/blob/ebc2566130c785924380d504c76b270198bdc2c2/.github/workflows/lint.yml#L24