Paul Chiu

Results 5 comments of Paul Chiu

I had the same issue and I think the problem is that each view is its own Chrome instance. You can see this if you: - Remove all devices except...

For those wondering, the script apperas to work with Python 3, although it requires some changes. See https://github.com/SeungheonOh/QMK_KeymapToAsciiTable/issues/4 for more information.

I got it working with the following patch on MacOS. ```diff diff --git a/QMK_KeymapToAsciiTable.py b/QMK_KeymapToAsciiTable.py old mode 100644 new mode 100755 index 982ac22..fcd0faa --- a/QMK_KeymapToAsciiTable.py +++ b/QMK_KeymapToAsciiTable.py @@ -1,3 +1,5...

Fix below: ```diff --- a/resources/views/modules/laravelpwa/meta.blade.php +++ b/resources/views/modules/laravelpwa/meta.blade.php @@ -34,7 +34,7 @@ // Initialize the service worker if ('serviceWorker' in navigator) { navigator.serviceWorker.register('/serviceworker.js', { - scope: '.' + scope: '/' }).then(function...

This fixed it for me https://github.com/modelcontextprotocol/servers/issues/64#issuecomment-2841435876 TL;DR do `nvm ls` and do `nvm uninstall [version]` for anything older than 18. Restart Claude Desktop.