Matsuyama, Kazuhiro

Results 5 issues of Matsuyama, Kazuhiro

I tried to use `awslocal` with aws-cli installed by [asdf](https://asdf-vm.com/) but could not. The reason is that `asdf` uses `HOME` env variable. https://github.com/asdf-vm/asdf/blob/b7dd291c983af321af20550fa89bf1cfbc888aec/asdf.sh#L26 Please pass `HOME` env variable.

Following #59, pass HOME env variable to ENV_VARS_TO_PASS.

When I tried to develop with the latest Three.js, the build failed, so I tried to fix it. ## npm audit fix npm was showing a vulnerability, so I ran...

I'm trying to use NFT markers, but the following changes in `examplt-ts` don't seem to work. ```diff diff --git a/example-ts/index.ts b/example-ts/index.ts index 8e5f366..382f886 100644 --- a/example-ts/index.ts +++ b/example-ts/index.ts @@ -94,8...

https://ar-js-org.github.io/AR.js/three.js/ is specified as the baseURL, but it seems that it is currently inaccessible. https://github.com/AR-js-org/AR.js-threejs/blob/df206b183ef61f8bf91083f9fdb6488423409876/src/ArToolkitContext.ts#L116

bug