I would like to specify a global sub-directory that precedes all routing, for both client and API endpoints. So: https://my-site.com/dir/api/* (for all API rout
I am using Draft Js for Rich text editor in my react project that uses tailwind. H1-H6 have no effect when toggled on texts. The other block types (blockquote,
I want to create multiple dates .I get a specific date from the user and I want to add a month based on that date, but I do not want to change the number of day
I want to open another .asp page from one .asp page on button click following is the code i have done but error is coming Error is coming as "operation is not
Hello I am making a blogging website with flask, flask-sqlalchemy, and flask-login. I am trying to figure out a way to add optional data such
I want to write a function that get product distinct customers names I tried with this function. I think the problem is in the where clause. please tell me if
Im doing a MVC app but when I try to run it, it shows the following errors System.ObjectDisposedException: 'The ObjectContext instance has been disposed and can
I have a Golang project which is built and put into scratch image: # Build binary FROM golang:1.17-alpine AS build-env ADD . /app WORKDIR /app RUN env CGO_ENABL
I have a code which reads around (10^5) int(s) from stdin and then after performing ## i output them on stdout. I have taken care of the INPUT part by using "se