Open5

未整理 なんでも

ヒカルヒカル

GitHub の草を生やしてみる

GITHUB_ID に対象の ID を指定すると画像として取得できる
https://grass-graph.moshimo.works/images/<GITHUB_ID>.png

例:

https://grass-graph.moshimo.works/images/alclimb.png

ヒカルヒカル

Hyper-V をオン/オフする方法

Hyper-V をオン
> bcdedit /set hypervisorlaunchtype auto
Hyper-V をオフ
> bcdedit /set hypervisorlaunchtype off

設定変更後に再起動が必要。

ヒカルヒカル

npx で 「cb.apply is not a function」 エラーが出る

  • Windows 10 … v1909
  • Nodist … v0.9.1
  • Node … v12.20.0
  • npm … v6.14.8
  • npx … v10.2.2

C:\Program Files (x86)\Nodist\bin\node_modules\npx\node_modules\npm\node_modules\graceful-fs\polyfills.js
62 ~ 64 行目をコメントアウト

polyfills.js
// fs.stat = statFix(fs.stat)
// fs.fstat = statFix(fs.fstat)
// fs.lstat = statFix(fs.lstat)

https://let.blog.jp/article/24362797