N. Water

Results 6 comments of N. Water

Want: ``` \$t\(\s*(['"`])(.*?)(?!\\)\1\s*(?!\\)\) ``` Actually Use: ``` (?

There is already a Go-based implementation: [psanford/tpm-fido](/psanford/tpm-fido) I'm not sure if this is exactly what you want. But it shows a way to communicate with a TPM device.

我也遇到相似的问题: ![图片](https://github.com/EdgeTranslate/EdgeTranslate/assets/128229048/b2eef980-12d2-48eb-8e85-09ef8d697355) 另外这个也会被阻止: ![图片](https://github.com/EdgeTranslate/EdgeTranslate/assets/128229048/5b0ce38b-3af9-468a-a86d-2c32caa2117c) 启用Edge Translate情况下访问Github,凡是连接github.githubassets.com的请求都会被CSP策略阻止,禁用侧边翻译后便恢复正常。 我安装的插件版本是:[EdgeTranslate_v2.4.1.1_firefox.xpi](https://github.com/EdgeTranslate/EdgeTranslate/releases/download/2.4.1/EdgeTranslate_v2.4.1.1_firefox.xpi) 疑似 51eaa6f75c3ed09a3de740f476eecd5f884036dc 未能修复 Firefox 上的 CSP 问题

I meet the same problem. I tested `softu2f` on [this site](https://demo.yubico.com/webauthn-technical/registration), it works well, but not for [GitHub](https://github.com/sessions/trusted-device). It seems that GitHub does not trust *Unknown device* ![Screenshot on Yubico...

I meet the same problem. I tested `softu2f` on [this site](https://demo.yubico.com/webauthn-technical/registration), it works well, but not for [GitHub](https://github.com/sessions/trusted-device). It seems that GitHub does not trust *Unknown device* ![Screenshot on Yubico...

你的手机可能设置(com.android.settings)选项被阉割过 需要找到实体键盘设置(Settings$PhysicalKeyboard)并启用「使用屏幕键盘」 显示图片 这个入口位于 `com.android.settings/.Settings$PhysicalKeyboardActivity` 我试图使用 `adb am start 'com.android.settings/.Settings$PhysicalKeyboardActivity'` 启动它时得到的是手机厂商魔改过的设置界面 最终通过 [Activity Launcher](https://f-droid.org/packages/de.szalkowski.activitylauncher/) 成功打开了实体键盘设置界面,就是上面那图。 安装了Gboard的话有更用户友好的操作方法 1. 先连上实体键盘 2. Gboard设置会出现实体键盘选项 显示图片 3. 点击 显示图片 Also see: https://github.com/osfans/trime/issues/1058#issuecomment-1673459064