52,742 questions
0
votes
1
answer
46
views
Pyrogram does not recognize message_entities
I have a problem with forwarding messages with caption_entities. Attached below is the code that I use to make the transfer itself, as well as the result of its operation. The result shows that ...
0
votes
1
answer
35
views
How to debug an app once it's in the field
I've used log messages extensively for debugging my app during development using Android Studio. It concerns me how I will debug problems users may report when the app published and out there in the ...
0
votes
0
answers
36
views
Android Studio: “Unable to open debugger port / VMDisconnectedException”
Since my last upgrade to Android Studio Otter 2025.2.1, Gradle 8.13.1, and ADB 1.0.41 (Version 36.0.0-13206524), debugging via Wi-Fi has been rendered entirely useless. Sure, Wi-Fi debugging was ...
0
votes
0
answers
31
views
Custom LaTeX snippets intermittently trigger multi-cursor mode in VS Code 1.104.2
The video that shows the problem
I am experiencing an intermittent issue where triggering custom user snippets in VS Code causes the editor to unexpectedly enter multi-cursor mode.
Environment
VS ...
1
vote
1
answer
73
views
VS Code debugger shows String variables as "Summary Unavailable"
I am trying to debug the very simple helloworld.cpp example in VS Code with the C++ extension on macOS X. However, string variables in the debugger don't print correctly where the length of the string ...
0
votes
0
answers
65
views
Flyway migration unable to create relation (table) when attempting to add table to Java API [closed]
I am working on a Java Spring API where I need to create new relations (tables) that will be stored in a PostgreSQL database.
I am creating new tables that add a new column to the existing tables with ...
-2
votes
0
answers
108
views
R dplyr: How to filter murders dataset by region and homicide rate and select only specific columns without triggering validation errors [closed]
I need some help in my coding related to Basic Data Wrangling. The instructions for coding in R are as follows:
Let's say you want to live in the Northeast or West in US and you want the homicide rate ...
0
votes
1
answer
58
views
How to open/close debug port from running Java application
What we are already doing is that JVM can respawn itself from the last own shutdown hook running. It strongly depends on proper closing of all resources and ports. And here comes the problem - all ...
-3
votes
0
answers
57
views
How to run a Spring Boot application in IntelliJ with debugging enabled? [closed]
I'm working on a Spring Boot application using IntelliJ IDEA. I can run the application locally with a Maven run configuration using the goal spring-boot:run, and it works as expected.
However, this ...
-4
votes
0
answers
86
views
How to config debugger in Goland
When I use "Step Into" in the debugger, it jumps into functions/types from outside my project (stdlib, vendor, etc.). How can I configure the debugger to step only into my own code?
That's ...
-4
votes
1
answer
75
views
I tried everything and I just wanna toggle my elements [closed]
I'm doing a mini project for a coding bootcamp and I'm trying to toggle elements.
I have a form on my page that I want to make invisible when you submit it, so that the rest of the page shows. It isn'...
1
vote
2
answers
88
views
showDialog function in flutter not doing anything
I'm making a simple 'To Do List' app In Flutter, When I press the 'floatingActionButton' it's supposed to to show a pop-up where the user can input a new task, But nothing is displayed when the button ...
0
votes
1
answer
48
views
Set dotnet version to use for debugging
Is there a way I can set the dotnet version to use for the debugger. I am using the one (debugger) that comes with C# Dev Kit. I currently have dotnet 8 and dotnet 2.2 installed but the debugger ...
0
votes
1
answer
45
views
Very long errors when attempting to save flows in PA Cloud
Power Automate (Cloud) lately has been having trouble properly displaying error messages. Instead of the errors being parsed, a very long piece of JSON is displayed (sometimes over 25k chars). It's so ...
-3
votes
0
answers
49
views
MacOS: Using TextEditor with AttributedString uses wrong selection highlight colour in dark mode?
I am using the new AttributedString in Swift 26 with a TextEditor in dark mode to track selections for a qualitative data analysis tool.
ISSUE:
In dark mode, the highlight colour inherited from system ...