- Dec 12, 2022
-
-
Kagami Sascha Rosylight authored
* Typecheck the service worker Currently the service worker build never typechecks, since esbuild and typescript-eslint don't do such job. esbuild: https://esbuild.github.io/content-types/#typescript >However, esbuild does not do any type checking so you will still need to run tsc -noEmit in parallel with esbuild to check types. This is not something esbuild does itself. typescript-eslint: https://typescript-eslint.io/linting/troubleshooting#why-dont-i-see-typescript-errors-in-my-eslint-output >TypeScript's compiler (or whatever your build chain may be) is specifically designed and built to validate the correctness of your codebase. Our tooling does not reproduce the errors that TypeScript provides, because doing so would slow down the lint run [1], and duplicate the errors that TypeScript already outputs for you. Adding this step adds tons of TS errors
😱 * Override lib-webworker with service worker -
tamaina authored
-
Kagami Sascha Rosylight authored
* `yarn workspace client run lint --fix` * `eslint-disable-next-line no-var` for service worker self * A few more manual sw fixes * word change
-
- Dec 10, 2022
- Dec 09, 2022
-
-
xtexChooser authored
-
syuilo authored
-
- Dec 08, 2022
-
-
syuilo authored
-
syuilo authored
-
syuilo authored
-
syuilo authored
-
syuilo authored
-
syuilo authored
-
syuilo authored
-
Sam Smucny authored
-
tamaina authored
* chore: Make image/avif browsersafe * server side * change FileInfoService *
✌️ * avifはMastodonでは絶望的 see https://github.com/misskey-dev/misskey/issues/9283 Co-authored-by:syuilo <Syuilotan@yahoo.co.jp>
-
syuilo authored
-
syuilo authored
-
syuilo authored
-
- Dec 07, 2022
-
-
syuilo authored
-
rinsuki authored
-
tamaina authored
* update lint.yml * wip * fix * fix * continue-on-error: true
-
tamaina authored
- copy .yarn/install-state.gz - add --immutable to yarn install
-
syuilo authored
-
syuilo authored
* New translations ja-JP.yml (Italian) * New translations ja-JP.yml (Italian) * New translations ja-JP.yml (Italian) * New translations ja-JP.yml (Italian) * New translations ja-JP.yml (Italian) * New translations ja-JP.yml (Spanish) * New translations ja-JP.yml (Spanish) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (German) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Chinese Traditional) * New translations ja-JP.yml (Chinese Traditional) * New translations ja-JP.yml (Slovak) * New translations ja-JP.yml (Catalan) * New translations ja-JP.yml (Catalan) * New translations ja-JP.yml (Catalan) * New translations ja-JP.yml (Catalan) * New translations ja-JP.yml (Greek) * New translations ja-JP.yml (Thai) * New translations ja-JP.yml (Thai) * New translations ja-JP.yml (Greek) * New translations ja-JP.yml (Greek) * New translations ja-JP.yml (Greek) * New translations ja-JP.yml (Greek) * New translations ja-JP.yml (Greek) * New translations ja-JP.yml (Italian) * New translations ja-JP.yml (Bengali) * New translations ja-JP.yml (Ukrainian) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Chinese Traditional) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Vietnamese) * New translations ja-JP.yml (Indonesian) * New translations ja-JP.yml (Slovak) * New translations ja-JP.yml (Thai) * New translations ja-JP.yml (Czech) * New translations ja-JP.yml (Italian) * New translations ja-JP.yml (Romanian) * New translations ja-JP.yml (French) * New translations ja-JP.yml (Spanish) * New translations ja-JP.yml (Arabic) * New translations ja-JP.yml (Russian) * New translations ja-JP.yml (German) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (Polish) * New translations ja-JP.yml (Portuguese) * New translations ja-JP.yml (Japanese, Kansai) * New translations ja-JP.yml (Catalan) * New translations ja-JP.yml (German) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Greek) * New translations ja-JP.yml (Greek) * New translations ja-JP.yml (Greek) * New translations ja-JP.yml (Greek) * New translations ja-JP.yml (Greek) * New translations ja-JP.yml (Greek) * New translations ja-JP.yml (Greek) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Thai) * New translations ja-JP.yml (Thai) * New translations ja-JP.yml (Thai) * New translations ja-JP.yml (Greek) * New translations ja-JP.yml (Greek) * New translations ja-JP.yml (Chinese Traditional) * New translations ja-JP.yml (Spanish) * New translations ja-JP.yml (Greek) * New translations ja-JP.yml (Slovak) * New translations ja-JP.yml (French) * New translations ja-JP.yml (Catalan) * New translations ja-JP.yml (Greek) * New translations ja-JP.yml (Italian) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (Portuguese) * New translations ja-JP.yml (Russian) * New translations ja-JP.yml (Ukrainian) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Thai)
-
- Dec 06, 2022