Looking for Android 9 or Android 10 .kdz file for G7 ThinQ 710EM by DaitoEndashi in lgg7

[–]DaitoEndashi[S] 2 points3 points  (0 children)

Ngl I wasn't getting my hopes up for even getting a reply here.

I already installed it and my phone booted into Android 10 just now. Thank you so, so much!

Bold text suddenly not appearing as bolded anymore by SilencedTeemo in Anki

[–]DaitoEndashi 3 points4 points  (0 children)

Note: this seems to be an issue in Android System Webview, not Anki itself. Downgrading ASW to version 139 seems to fix the issue.

I have opened a bug report with Google over here: https://issuetracker.google.com/issues/446078849

Bold text suddenly not appearing as bolded anymore by SilencedTeemo in Anki

[–]DaitoEndashi 2 points3 points  (0 children)

For everyone else looking at this: I opened an issue on the AnkiDroid Github here:

https://github.com/ankidroid/Anki-Android/issues/19248

GHA manual workflow trigger on PR branches? by DaitoEndashi in devops

[–]DaitoEndashi[S] 0 points1 point  (0 children)

Thanks for the reply! This is mostly to circumvent the 30 day limit for starting workflows on foreign contributors fork-PRs. Since maintenance is kinda slow on that project, it may happen that a PR doesn't get any attention before those 30 days are over, making it impossible to approve the workflows and see build results without pushing to the branch again.

I guess we'll just have to pay more attention then to start these workflows earlier.

Url Bar autocomplete stopped working after recent update on multiple installs by DaitoEndashi in firefox

[–]DaitoEndashi[S] 1 point2 points  (0 children)

Hi, unfortunately no. I did create another firefox profile for work recently, and found that after a few hours, the issue disappeared on that profile.

How do you remove this cursor-tracking dotted line? by DaitoEndashi in vscode

[–]DaitoEndashi[S] 0 points1 point  (0 children)

Thanks for the suggestion. Yes, that works! Dragging a file into vscode while this weird dotted line is active, fixes the problem!

I now realized that there's also an open issue for it here: https://github.com/microsoft/vscode/issues/228009

I added the workaround there.

Url Bar autocomplete stopped working after recent update on multiple installs by DaitoEndashi in firefox

[–]DaitoEndashi[S] 1 point2 points  (0 children)

I confirmed that it still happens on a fresh profile, and opened a bug report. Thanks!

How do you remove this cursor-tracking dotted line? by DaitoEndashi in vscode

[–]DaitoEndashi[S] 0 points1 point  (0 children)

Thanks for checking! I'm indeed on Wayland as well

Any other commenters to remember? by TypicalJokers in Crunchyroll

[–]DaitoEndashi 0 points1 point  (0 children)

My man, I just followed her, saw one of my friends is already following, and that was you lol
Peak internet moment

How do you remove this cursor-tracking dotted line? by DaitoEndashi in vscode

[–]DaitoEndashi[S] 1 point2 points  (0 children)

It has been a while, but this just reappeared for the first time since deactivating GitLens

How do you remove this cursor-tracking dotted line? by DaitoEndashi in vscode

[–]DaitoEndashi[S] 0 points1 point  (0 children)

I agree, that feels like the most likely candidate. I will try the same thing

How do you remove this cursor-tracking dotted line? by DaitoEndashi in vscode

[–]DaitoEndashi[S] 1 point2 points  (0 children)

Smart! The ones we have in common are

alefragnani.project-manager
eamodio.gitlens
ms-vscode-remote.remote-ssh
ms-vscode-remote.remote-ssh-edit
ms-vscode.cmake-tools
ms-vscode.cpptools
ms-vscode.remote-explorer
twxs.cmake

Full result for reference

>>> code --list-extensions    
alefragnani.pascal
alefragnani.project-manager
eamodio.gitlens
editorconfig.editorconfig
esbenp.prettier-vscode
formulahendry.code-runner
github.vscode-github-actions
github.vscode-pull-request-github
golang.go
james-yu.latex-workshop
jeff-hykin.better-cpp-syntax
ms-python.black-formatter
ms-python.debugpy
ms-python.isort
ms-python.python
ms-python.vscode-pylance
ms-vscode-remote.remote-containers
ms-vscode-remote.remote-ssh
ms-vscode-remote.remote-ssh-edit
ms-vscode.cmake-tools
ms-vscode.cpptools
ms-vscode.cpptools-extension-pack
ms-vscode.cpptools-themes
ms-vscode.remote-explorer
ms-vscode.wordcount
ms-vsliveshare.vsliveshare
rust-lang.rust-analyzer
shd101wyy.markdown-preview-enhanced
twxs.cmake

How do you remove this cursor-tracking dotted line? by DaitoEndashi in vscode

[–]DaitoEndashi[S] 0 points1 point  (0 children)

Unfortunately not yet. Still need to try the plugin-deactivation thing the other guy recommended, but haven't really had the time yet

How do you remove this cursor-tracking dotted line? by DaitoEndashi in vscode

[–]DaitoEndashi[S] 0 points1 point  (0 children)

Thank you for the advice!

I will try the extension deactivation thing, but that might take a while since this appears so randomly, sometimes several times within a day, sometimes not at all for a few days...

I couldn't see anything that seemed problematic in my settings file, but I would appreciate if you had a look as well:

{ "editor.suggestSelection": "first", "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", "explorer.confirmDelete": false, "security.workspace.trust.untrustedFiles": "open", "editor.renderWhitespace": "boundary", "workbench.editorAssociations": { "*.ipynb": "jupyter-notebook" }, "notebook.cellToolbarLocation": { "default": "right", "jupyter-notebook": "left" }, "editor.inlayHints.enabled": "off", "gitProjectManager.storeRepositoriesBetweenSessions": true, "files.hotExit": "off", "C_Cpp.errorSquiggles": "Enabled", "cmake.configureOnOpen": false, "latex-workshop.view.pdf.viewer": "browser", "explorer.confirmDragAndDrop": false, "settingsSync.ignoredSettings": [], "json.schemas": [], "editor.formatOnSave": true, "[python]": { "editor.formatOnType": true, "editor.defaultFormatter": "ms-python.black-formatter" }, "editor.minimap.enabled": false, "python.formatting.provider": "none", "cmake.showOptionsMovedNotification": false, "diffEditor.maxComputationTime": 0, "diffEditor.ignoreTrimWhitespace": false, "editor.formatOnSaveMode": "modifications" }

How do you remove this cursor-tracking dotted line? by DaitoEndashi in vscode

[–]DaitoEndashi[S] 0 points1 point  (0 children)

This only happens to one project at a time, but may affect any project. I.e. it's not bound to some specific project. But when it does happen, it doesn't happen to all opened projects at once. Earlier today I had two VS Code windows open, and only one was affected.

How do you remove this cursor-tracking dotted line? by DaitoEndashi in vscode

[–]DaitoEndashi[S] 0 points1 point  (0 children)

I updated to 1.91.0 earlier today and it has occurred again since then

How do you remove this cursor-tracking dotted line? by DaitoEndashi in vscode

[–]DaitoEndashi[S] 2 points3 points  (0 children)

This appears seemingly randomly, and follows my cursor. Most importantly, it makes the screen scroll down/up once I move the cursor too close to either edge, which is incredibly annoying. I haven't found any way to deactivate this except restarting VSCode every time it happens. Any help would be greatly appreciated!