I'm trying to add more information about one of my API routes using Swashbuckle. I only need to enable XML comments files in Swagger for one of my API routes. B
So technically I want to show a loading screen view. I'm using fullScreenCover. struct ContentView: View { @State private var isLoading = false
I am still very new to Django and I want to add the HTML for a navigation bar and its respective CSS into my base HTML file. Here is what I did up till now: in
Try to use Prepared stmt to loop execut a procdure in SQLServer Here is my code bool fileReader::insert(SQLHSTMT hstmt){ SQLPrepare(hstmt, (SQLCHAR*)"addBlock ?
I want to show left and right borders as user scrolls horizontally. If there are enough items at the start only left border is shown, as the user scrolls both l
Basically,I need to get a size of optional list in an optional object. Something like: private int getCount(@NonNull Optional<myObject> aaa) { if(aaa.
If the React Hook useTheme() is legacy, how can one access theme props outside of JSX and CSS and not by using sx prop? For example, I have a more complex logic
I have a middleware like this import type { NextFetchEvent, NextRequest } from "next/server"; import { NextResponse } from "next/server"; import { useCheckIsAdm
I'm writing a library in C++ that implements a few different coroutine primitives, and the library is targeted at the newly released C++20. As a result, it also
I'm trying to create a reusable select component - initially, just to prove things were working I loaded the select directly in the vue file - which works with