Akira Makino

Results 12 comments of Akira Makino

It works on `vite dev`, It but not `vite build` . It now works when loaded from script. ```html ``` ```js const IPFS = window.IpfsCore; ```

I had a similar event. ``` am@DESKTOP-3FEPVAQ:~/tmp/maubot$ docker run --restart unless-stopped -p 29316:29316 -v $PWD:/data:z dock.mau.dev/maubot/maubot:latest FAILED: No config file 'alembic.ini' found, or file has no '[alembic]' section [2022-04-30 03:16:19,705]...

I would like this feature very much! [CSS Peek](https://marketplace.visualstudio.com/items?itemName=pranaygp.vscode-css-peek) didn't do it for me. (by DeepL translation)

How did you find this link?

@RamiroMonte I could do the following in my environment! Thanks! ``` vscode://vscode-remote/wsl+Ubuntu-20.04/${projectPath}${filePath}:${line}:${column} ```

When up-to-date to v1.19.24, the scroll position was always taken to ↓. However, after using it several times, it was fixed...

May I ask how it was resolved?

↓を読んでたら、そもそも JWT を(バックエンド等のサーバー保護のための)認証として使うことは、意図したものではないようで、新しい `@auth0/auth0-spa-js` では利用できないようになってました。 https://community.auth0.com/t/getting-the-jwt-id-token-from-auth0-spa-js/28281 提供された別な accessToken を、以下のようなAPIを使って subject claim を取得する感じだと思います。 https://auth0.com/docs/api/authentication#get-user-info 結構ハマったので共有までに置いておきます 🙇

そういうことだったんですね、、欲しい情報を見つけるのに苦労しました・・。

I need this method too.