powellnorma
powellnorma
I had to disable [Code Integrity](https://learn.microsoft.com/en-us/windows/security/hardware-security/enable-virtualization-based-protection-of-code-integrity) via the following command: ```powershell Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity" -Name "Enabled" -Value 0 ``` Before that, it logged: ``` 3004 Windows is unable to verify...
Similar to https://github.com/OvidijusParsiunas/deep-chat/issues/119 Am using: [email protected] ``` directConnection = { openRouter: { key: apiKey, model: "minimax/minimax-m2:free", system_prompt: "You are helpful", stream: true, tools: [ { type: "function", function: { name:...
7z seems to sometimes chose this new ARM64 filter even when no ARM64 files get archived (a false positive of the heuristic 7z uses, I guess). More context: https://superuser.com/q/1792413 Currently,...
### Preflight Checklist - [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [x] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. -...
It would be great if "Account transfers" (Depotübertrag) would appear in the csv somehow. They already get downloaded to the directory "Account Transfer".
This is due to some extensions like uBlock origin creating a copy of storage.managed in storage.local: https://github.com/gorhill/uBlock/blob/b5fae233292e71df411baa0ae0dd11ac76864128/platform/common/vapi-background.js#L1475 And currently `storage.managed` is the same storage instance as `local`: https://github.com/samuelmaddock/electron-browser-shell/blob/a160f7137e57ef99751e2c9a1f2d7937481c3601/packages/electron-chrome-extensions/src/renderer/index.ts#L529
I tested with uBlock Origin (the original MV2 one), but should be the same for other extensions. When I disable it on a page, normally its icon gets replaced with...
**Describe the bug** I am using e.g.: ``` /opt/freerdp-nightly/bin/xfreerdp3 [..] '/app:program:C:\Users\User\AppData\Local\Programs\Windsurf\Windsurf.exe' ``` Now I'd like the window to be maximized such taht the cursor does not show the "resize intent"...
The logs say: ``` Getting caption using innertube api Getting visitor_data from cache [2025-11-23 16:09:34,527] ERROR in app: Exception on /api/timedtext [GET] Traceback (most recent call last): File "/venv3.13/lib/python3.13/site-packages/flask/app.py", line...
The first ~30-60s load fine. After that, the video just stops playing. The logs say: ``` Error: Youtube returned "403 Forbidden" while routing https://rr2---sn-8xgn5uxa-i5hl.googlevideo.com/videoplayback ````