python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
FastAPI APIRouter prefix are showing twice. Why?
notecard_router = APIRouter(
prefix = "/notecard",
tags = ['notecard']
)
Hi, I am trying to include a router to my app, but for some reason, the prefix that I give in the API router comes ...
SoHeLL Fazal
Votes: 0
Answers: 1
Frameworks choosing for simple website constructor
I learning web dev and I have to make a simple website constructor - user logs in, fills several forms, shoose design template and then get page on my domain, something like website-constructor.com/us...
Denis
Votes: 0
Answers: 1
How can I have simple macros in HTML?
I have a piece of HTML that I repeat frequently on a webpage but with some parts different. It contains some things inconvenient to write repeatedly, so I'd like to have a shortcut with parameters.
An...
matj1
Votes: 0
Answers: 1
XCode Distributing app failure with error: "Found an unexpected mach-o header code". Using carthage
App builds and runs without any problem. I Can archive the app but when I try to distribute for testing I get error: "Found an unexpected mach-o header code: 0x0987654"
When I digged deep ...

div-ane
Votes: 0
Answers: 1