Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
3 views

I’m trying to understand the difference between two Git situations that seem similar but behave differently. Sometimes when I try to push, I get an error like: "Updates were rejected because the ...
AI Workout Log's user avatar
0 votes
1 answer
21 views

I use the Claude Code extension in Cursor IDE on Windows 25H2 Pro. I specified which Python interpreter agents should use in AGENTS.md in my project: ## Python environment This project uses a Conda ...
Franck Dernoncourt's user avatar
-1 votes
0 answers
16 views

I am writing a simple web-app to display flashcards using PHP, SQL and HTML. To show the cards currently created I have a page called view_cards.php which loads with a query string comprising the ...
Rene Thomas's user avatar
Best practices
0 votes
2 replies
64 views

How do I make a controller for a top-down shooter game in Game Maker Studio 2? I'm new to the GML Visual coding language I tried many things but I'm more used to GML Code and the code is always ...
user32557304's user avatar
Best practices
0 votes
0 replies
20 views

I’ve been researching collaboration between tenants to better understand the available options, but I’m struggling to find a clear path to follow. My goal is to “connect” the tenants to improve ...
Renzo Ferreira's user avatar
0 votes
0 answers
37 views

I am working on a 1D rod heat diffusion simulation with a moving heat generation term. Below is my code for the moving source: # Functions def wf_pos(t): """ Position of the ...
user30517380's user avatar
0 votes
0 answers
40 views

I have two very simple columns of data that I am trying to rbind, but can't because one is in day-month-year format and the other is in month-day-year format. I have been able to convert dates before ...
Chloe Emes's user avatar
0 votes
1 answer
42 views

Currently I have my code like this, and it works: {(users.length===0)? (<></>) : ( <Pagination sx={{ mt: '1rem' }} page={page} count={pagination.last_page} onChange={...
MarlexGC's user avatar
0 votes
0 answers
26 views

I am trying to make my app fully edge to edge, while using MAUI 10 and a having a visible Shell.NavBar. On IOS, the application renders like this: Note that the Shell navigation bar is displayed, but ...
Chris K's user avatar
  • 594
0 votes
0 answers
33 views

I am writing a simple pressure sensing android app , that uses android 13+ The app senses pressure, and keeps track of it in a text file. Not able to understand if it uses Java awt to manage its ...
Sid's user avatar
  • 115
Tooling
0 votes
1 replies
37 views

I’ve been building an open-source Python debugger called Flatline and wanted to share it here to get feedback from other Python developers. Flatline is aimed at a specific class of failures that ...
Trent Tompkins's user avatar
Tooling
0 votes
2 replies
38 views

I’m querying two large tables containing property transactions for 2024 and 2025. I need to count how many distinct properties (defined by county, PAON, street, city) appear in both tables, grouped by ...
Maria João's user avatar
-1 votes
0 answers
35 views

I am writing simple GUI application that calculates decision of system of linear algebraic equations. When I generate window, I got rectangle with gray background with my sizes that I set. I also ...
-2 votes
2 answers
40 views

I have some text like this: Lorem ipsum THIS dolor sit THIS amet, consectetur THIS adipiscing elit. and it needs to be like this: Lorem ipsum THIS1 dolor sit THIS2 amet, consectetur THIS3 adipiscing ...
Peter Struyk's user avatar
0 votes
0 answers
37 views

Normally when debugging, I'll just place breakpoints and hit debug on the top right of the VS Code interface. But a lot of times, I need to run scripts from the terminal. I essentially want to be able ...
thehumbling's user avatar

15 30 50 per page
1
2 3 4 5
1610927