bugficks

Results 27 comments of bugficks

Because of this: https://github.com/PowerShell/openssh-portable/blob/latestw_all/ssh-add.c#L946 vs https://github.com/PowerShell/openssh-portable/blob/latestw_all/ssh-keygen.c#L3521 one has to either use **-S internal** or set **SSH_SK_PROVIDER** to _internal_ ``` > ssh-add -K -S internal Enter PIN for authenticator: Unable to...

adding SSH2_AGENTC_ADD_ID_CONSTRAINED to: https://github.com/PowerShell/openssh-portable/blob/latestw_all/contrib/win32/win32compat/ssh-agent/connection.c#L145 ``` case SSH2_AGENTC_ADD_ID_CONSTRAINED: case SSH2_AGENTC_ADD_IDENTITY: r = process_add_identity(request, response, con); ``` ``` > ssh-add -K -S internal Enter PIN for authenticator: Resident identity added: ED25519-SK SHA256:lXEl........

Just had same the problem. Nothing above helped. What fixed it for me was installing [1.7.3481-preview](https://github.com/microsoft/winget-cli/releases/tag/v1.7.3481-preview) and then downgrading to latest release again 🤷‍♂️

I just ran into same problem. After disabling ["Firefox Multi-Account Containers"](https://addons.mozilla.org/en-US/firefox/addon/multi-account-containers/) extension I could sign in.

I had the same problem but for me it wasn't any extension but a setting, this is what I have ``` "editor.formatOnType": false, "editor.formatOnPaste": true, "editor.formatOnSave": true, "editor.formatOnSaveMode": "file", ```...

It seems to work using webpack in isolation. For testing I have used [chrome-extension-webpack](https://github.com/sszczep/chrome-extension-webpack). I could add those few lines even at end of [serviceWorker.ts](https://github.com/sszczep/chrome-extension-webpack/blob/main/src/serviceWorker.ts) and had no errors in...

this seems to be an issue how webpack resolves/imports modules. In a webpack based project using my sources: If I comment everything except those 2 `addEventListener()` calls in my background.ts...

yes, if I let it run over night I will be greeted by this in the morning. I haven't noticed any pattern for the long build time issued, randomly happens...

Yesterday it got that bad that it crashed or hung within less than 10 saves. I have tried disabling 'reload service' and 'extension manager' just to see if it makes...

I have only one file in _public_, a small config.json.