Skip to main content
0 votes
1 answer
131 views

I'm trying to write a program that I can fire off from a button on my MOBA mouse that will toggle Windows 11's "Text Size" setting (Settings app > Accessibility > Text Size > the ...
Collin Vesel's user avatar
0 votes
0 answers
53 views

I might be misunderstanding how this feature is supposed to work, but I swear it used to work for me and now it doesn't, but I'm not sure what changed. I am working on a shared project, and whenever I ...
StellarDeer's user avatar
Advice
0 votes
4 replies
122 views

From what I can tell, the general answers to this question seem to amount to manipulating Android's "screen_off_timeout" timer, or enabling the Developer-Mode's "stay_on" attribute....
Charles Martin's user avatar
0 votes
1 answer
157 views

Suddenly, my VS Code (version 1.109) has started taking 8-10 seconds to open. Earlier, it used to open instantly. My laptop is fast and other apps open quickly, but VS Code is slow. How can I resolve ...
AnkanManna's user avatar
0 votes
0 answers
45 views

There seems to have been a recent behaviour change in VSCode that has caused the editor.action.smartSelect.expand action to include quotation marks. For example, in the string 'example string', if I ...
aantia's user avatar
  • 116
0 votes
0 answers
28 views

I have set the path of the virtual env in .vscode/setting.json, but it didn't work "python.defaultInterpreterPath": ".\\conda_envs\\py312\\python.exe", "python.terminal....
Anming's user avatar
  • 11
0 votes
1 answer
307 views

I'm doing Angela Wu's course on Ubuntu. At day 16 she explains how to install a package into your project. (This one https://pypi.org/project/prettytable/) Then she proceeds to show how to do that in ...
Kristodian Brizinskiy's user avatar
0 votes
1 answer
185 views

I am trying to do simple thing - just to open the iPhone General Settings. It is my code (on button click): let settingsUrl = URL(string: UIApplication.openSettingsURLString)! if UIApplication.shared....
Rougher's user avatar
  • 838
3 votes
1 answer
471 views

I'm trying to reproduce the Settings screen of XCode 26. I tried as follow: var body: some Scene { Settings { SettingsView() .presentedWindowStyle(.hiddenTitleBar) ...
Vincent's user avatar
  • 691
0 votes
0 answers
52 views

I want to change the color of the selected item in the the following navigation window: It is responsible for switching files, and is usually bound to the keyboard shortcut Ctrl + Tab: Here is the ...
Grzegorz Krug's user avatar
13 votes
0 answers
2k views

How to Set a Persistent Default Model in GitHub Copilot Chat? Hello, I'm currently using GitHub Copilot to generate tasks for me. When working with code, I usually prefer to use Claude by selecting it ...
Krishanu Kabir Sparsha's user avatar
0 votes
0 answers
45 views

I just recently reinstalled VS Code on my Mac. Before when I added changes from Explorer, the lines in the gutter would disappear. Now, after staging, the lines are still there. The only way to ...
Barb Leung's user avatar
0 votes
1 answer
80 views

How can I get the new name of a bonded device that was changed in the Bluetooth settings? Is it possible to track this change? I checked: val adapter = context.getSystemService<BluetoothManager>(...
bazimax's user avatar
  • 21
0 votes
0 answers
69 views

I've developing an android app for smart tv. Objective of the program is to run in background and block Settings with a pin code. If user inputs proper pin e.g. 1234 the settings should open. I've ...
Ahmed Faraz's user avatar
0 votes
0 answers
68 views

I'm working on a Spring Framework project and recently upgraded the Java SDK from 11 to 17. After upgrading to Java 17, everything worked fine — the project built successfully, deployed without issues,...
hs.k's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
379