Skip to main content
Filter by
Sorted by
Tagged with
-2 votes
0 answers
64 views

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 ...
nocturne-oz's user avatar
-3 votes
0 answers
47 views

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 ...
paymer's user avatar
  • 506
-4 votes
1 answer
64 views

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'...
AirenMarie's user avatar
0 votes
1 answer
45 views

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 ...
Ndifreke James Okpo's user avatar
-3 votes
0 answers
49 views

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 ...
Bhorda's user avatar
  • 15
0 votes
0 answers
28 views

OS: Ubuntu 24.04.2 & Windows 10 CubeProgrammer Version: 2.20.0 Board: STM32F407G-DISC1 Firmware Version: V15J63M63 I am having intermittent connectivity issues with my discovery board and the ...
MPsyko's user avatar
  • 1
0 votes
0 answers
33 views

I have a bug raised in stakater/reloader Github page. In a nutshell, I have reloader running in namespace reloader and application with secrets running in the namespace test, the deployment gets ...
Dmytro Chasovskyi's user avatar
3 votes
1 answer
128 views

I'm working with COM objects, which means I need to debug SAFEARRAY objects. It looks as follows in the watch-window: receivedData 0x007cc980 safearray of UI1, [rank]=1 _variant_t safearray ...
Dominique's user avatar
  • 17.6k
-2 votes
1 answer
176 views

I’m trying to implement an in-place Quick Sort in Python. I have two slightly different versions of my partitioning logic, and I’m confused because both seem correct on small arrays, but the second ...
Lisguen's user avatar
  • 11
3 votes
2 answers
239 views

I’m building a simulation in BPTK-Py and need a power with a variable exponent inside a node equation: Resale_Value_DM1.equation = 1 - Depreciation_DM Resale_Value_DM2.equation = Resale_Value_DM1 ** ...
Teguh Juang Sinaga's user avatar
0 votes
0 answers
46 views

I have previously used lldb to print structures like NSRect or NSSize of 3rd party processes without issues. But I am struggling in modern versions of Xcode to inspect them. Namely since the ...
Marek H's user avatar
  • 5,652
-1 votes
1 answer
79 views

My site shows a white screen and some PHP warnings when I try to: Activate any plugin Log in to wp-admin (if logged out) Save changes in the page builder This happens only when using the Medservice-...
working 101's user avatar
-3 votes
0 answers
72 views

I am developing a relatively large application using Qt, SystemC, and QCustomPlot libraries. When debugging, it takes a long time for those libraries to load. How can I combine (at CMake level) my own ...
katang's user avatar
  • 2,826
1 vote
0 answers
122 views

I have an Angular web app, on Visual Studio 2022; its client and server parts are inside a single solution ("ClientApp" folder for client-side Typescript sources and "Controllers" ...
Sisma Sisma's user avatar
0 votes
0 answers
144 views

I have two separate c++ CMake projects, a library and an application. Both are build using in Debug mode with set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -g3 -O0 -fno-inline -fno-omit-...
spraff's user avatar
  • 33.7k
1 vote
0 answers
45 views

Problem When launching a Python debug session in VSCode using debugpy, I see three commands spawned in the integrated terminal: devbox shell - executes automatically ✓ source /path/to/project/.venv/...
kennysliding's user avatar
  • 3,005
1 vote
3 answers
149 views

#include <stdio.h> int main(void) { printf("output test"); int y = 8; printf("this is a test %d", y); return 0; } Correctly output to Debug Console when ...
martingale's user avatar
0 votes
0 answers
37 views

I write some data to a file that the user can choose with a File Picker. Here my test code with some nonsense data: private async void DoExportAsync() { // write some data to a temporary file ...
Bernd Morgeneyer's user avatar
0 votes
1 answer
104 views

I'm currently working on a thesis project using jupyter notebook on a remote cluster. After running my code I'm not able to save anything anymore and I keep getting the following error:[Errno 28] No ...
Nicolò Fiaba's user avatar
0 votes
0 answers
18 views

In Spyder 6.1.0, with Python 3.13.5 on MacOS Tahoma (26.0.1), debugging the current line or selection doesn't show the blue arrow pointing to the current line. The debugger still works, as one can see ...
Igor F.'s user avatar
  • 2,699
2 votes
1 answer
480 views

I'm working on building up my extensions utilizing the new extension member syntax so I can add static class methods and extension properties for my commonly used operations. I have defined a few ...
Jeff Mercado's user avatar
0 votes
1 answer
119 views

I'm using VS Code on Windows 11, to debug my Python Azure Functions locally When running the debugger I am prompted with the following (https://i.sstatic.net/4a65Y85L.png) When I select the option,'...
Detz's user avatar
  • 1
2 votes
1 answer
92 views

I am building a debugger using ptrace that monitors global variable accesses. To do this, I must also follow all threads created by the traced program. Problem: I expect to receive a SIGTRAP stop with ...
Andrew Malokhatko's user avatar
0 votes
1 answer
163 views

I've got a new MacMini with MacOS 26 and Xcode 16.4 and an iPhone SE 2022 (3rd gen) with iOS 18.7. I've connected the iPhone via USB to the MacMini and setup everything so I can deploy a sample app ...
Soko's user avatar
  • 852
2 votes
1 answer
62 views

I keep my SQL hooks in a separate module. I added a function, and for the life of me I cannot get it to be registered in the fastAPI. I can alter the main file of the fast API, but it just keeps ...
David Dawkins's user avatar

1
2 3 4 5
1055