Misato Kano
Misato Kano
### The use case you're trying to solve I use this action at JST, but expires time is shown as GMT only. We need a feature to show it as...
リポジトリ全体のディレクトリ・ファイル構成について
FYI: https://github.com/nodejs/node/issues/36098 The `node:`-prefix was introduced to avoid namespace conflicts when importing Node.js core modules. At this time, it does not affect the operation without prefixes, but since some modules,...
I wrote a model using the `Json?` type in schema.prisma and did a cargo prisma generate. The generated code looks like the following, which is a compile error because it...
ref: https://github.com/misskey-dev/misskey/blob/5f985ee832eed61e31ceb51eaa1c51810ad6de39/packages/backend/src/services/chart/charts/active-users.ts#L26-L36 before: ``` { local: { users: number[], }, remote: { users: number[], }, } ``` after: ``` { readWrite: number[], read: number[], write: number[], registeredWithinWeek: number[], registeredWithinMonth: number[],...
### Description Currently if `i18n.inputMethod.enabled = "fcitx"`, the following sessionVariables are set: https://github.com/nix-community/home-manager/blob/8fdf329526f06886b53b94ddf433848a0d142984/modules/i18n/input-method/fcitx5.nix#L27-L34 However, when using fcitx5 on wayland, the sessionVariables we want to set are different value, as wrote...
Currently `actions/checkout@v4` supports sparse-checkout. However, if the target folder contains `*? []\`, we need the `--skip-checks` option to specify that cone mode is used, but currently there is no way...