azu

Results 808 comments of azu

📝 Workaround I've implemented a CI check that detects mismatches between dependencies in `pnpm-workspace.yaml` and `pnpm-lock.yaml`. Since `pnpm install --frozen-lockfile` doesn't reliably error when there's a mismatch due to this...

It works in macOS. It seems that there is something different in Linux. Does this file exist in your file system? ``` $ ls /home/anakonda/snap/inkdrop/45/.config/inkdrop/packages/excalidraw/resources/excalidraw-assets/vendor-881ef50682618d9bd3d3.js ```

Fmm, it is strange. Some file may be missing in distribution files. I've published v2.3.1.

it look like font problem of inkdrop(electron application). It is similar to https://github.com/sindresorhus/caprine/issues/1284 cc @craftzdog

unbuild compile ```js export const RULE_NAME = get_filename(import.meta.url) ``` to ```js const RULE_NAME$7 = getFilename((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.src || new URL('index.cjs', document.baseURI).href)));...

I've created a PR - https://github.com/vitest-dev/eslint-plugin-vitest/pull/517

一石二鳥は慣用表現、熟語なので、 - NG: 1石2鳥 - OK: 一石二鳥 とするべきな感じがしますね https://github.com/textlint-ja/textlint-rule-preset-JTF-style/blob/93328caa175b29c8035dfbc2a5d6c2b3f9a6ba33/src/2.2.2.js#L196-L200 この辺に足すと解決はできそうです

@dependabot merge 6/19/2024, 12:26:22 AM "honkit/honkit" ***@***.***>

> --dry-run Enable dry-run mode for --fix. Only show result, don't change the file. dry-run is for `--fix`.