Frederick Zhang

Results 190 comments of Frederick Zhang

@zimocode I just re-installed the extension. It's still not working, and in about:debugging#/runtime/this-firefox I can see the following errors: ``` Reading manifest: Warning processing optional_permissions: Error processing optional_permissions.1: Value "downloads.shelf"...

It works if I enable `Use double right-click button to popup context menu`. If I try to switch on `Try to set context menu popup after mouseup`, I get the...

Oh, I think I found the cause. The latest Firefox package didn't follow `manifest_note` and used Chrome permissions. I checked out the repo, updated manifest to ```json { "manifest_version": 2,...

@zimocode Linux & macOS, same fix :) Under Linux I had to roll back my Firefox profile data to an earlier snapshot when it had smartUp v6 before upgrading to...

Oh, sorry, I almost forgot this thread... @JuanCAlpizar I've got a GT72S machine and now using https://github.com/bparker06/msi-keyboard to control the LEDs. And I guess that GT80 has more controllable LEDs...

I tried to ask for a choice from stdin but Git doesn't seem to allow passing user input onto helpers after it's done feeding its own request. Perhaps this is...

@JJRcop May I know why the [KPH](https://github.com/Frederick888/git-credential-keepassxc#ignoring-certain-entries) solution doesn't work for you? This can be potentially solved by having a pop-up UI (like pinentry), but I'm not particularly motivated to...

@JJRcop Enable verbose logging `-vv`. https://github.com/Frederick888/git-credential-keepassxc/blob/e1319923d55cbad63f4ea533e62003e1031af6a5/src/main.rs#L548-L558 In terms of the desktop notifications I'd like to keep them minimal. It might be nice to see this message via notification for the...

@atagen I'd suggest you use `-vv` to enable info & warning logs first. If it doesn't help, try a debug build with `-vvv`. Instructions can be found at https://github.com/Frederick888/git-credential-keepassxc/wiki/Troubleshooting

It's actually not that easy... I use https://github.com/dtolnay/anyhow for error handling which is specifically designed for use cases such as CLI tools, where you don't care about _what_ went wrong,...