Results for What are the best practices for responsive web design
I have an issue while selecting the object as value for Select component (Ant Design). This is what I'm trying to do import React, { useEffect, useSta...
In C++ if you want to create debugging utilities or other code that you don't want to make it to production, you can use the pre-processor, for exampl...
I have a react native web app. And after I do expo start. I choose for w-web. But then I get this error: ] 10%Error: error:0308010C:digital envelope r...
Using this command: az staticwebapp functions link --function-resource-id "/subscriptions/[sub-id]/resourceGroups/[resource-group-name]/providers/Micr...
This URL has some CSV data files I'd like to use for analysis under the folder 'usage-stats'. However, I'm unable to scrape data from this page. When ...
So for this task, in my real data set. I have 18 rows that are indcode = 000000 and ownership code = 10. The differentiating factor is area. Likewise,...
I'm trying to figure out the best way to create an intake catalog from a collection of CSV files, where I want each CSV file to be an individual sourc...
I have a rangepicker: RangePicker changeOnBlur={true} onChange={horas} disabledDate={datasImp} disabledTime={horasImp} placeholder={["B...
I am working on a dotnet 7 web API, which has access (with managed identity) to most of my infrasctructure components; storage, mssql, etc etc. All wo...
This is MDB bootstrap Code which i got. Link for the Code : https://mdbootstrap.com/docs/standard/extended/login/#:~:text=EDIT%20IN%20SANDBOX-,Registr...
I try to make an image fill the whole screen, the same way it will if I put a background-image to the body with the background-size set to cover. But ...
I have a question about the bootstrap call in main.ts in the Angular 17 standalone API configuration. In particular: should providers/imports be adde...
I use Dapper and N-tier architecture in my ASP.NET Core 8.0 project. My project works with SignalR, but when I add SqlDependency, I get an error Unab...
I use Dapper and N-tier architecture in my ASP.NET Core 8.0 project. My project works with SignalR, but when I add SqlDependency, I get an error Unab...
I'm creating a new ASP.NET Core 8 Web API. In my previous projects with .NET 6 or .NET 7, I can use: services.AddApiVersioning(options => { option...
In python 3.11 (mypy 1.7.0) I have a function that constructs a dynamic NamedTuple type. It returns the type constructed - not an instance. I first tr...
I have a web app that uses Google Drive API and the end user can choose whether they want to give full access or read-only access (this is crucial). T...
I have a problem with Docker. I am trying to build a docker postgres DB and web service for a DJango app. Here is my config: Dockerfile: # syntax=dock...
I have the below code where I make an API call and store the response to window. This is done in order to access the value anywhere in the application...
I am new to material design and I am researching whether I can use Material Design 3 with Angular version 17. I have followed the steps mentioned in M...
I am seeking assistance in determining a user's overall score and the maximum achievable score in a course. My goal is to calculate the percentage of ...
I have an endpoint that I'm building that will be used by 5k - 10k users, say: GET /magic/spells?spellIds=1,2,3 The underlying data source for 'spells...
I have a python (Django) web app running on Azure App Service. Despite everything I tried from other SO threads, I can't figure out how to have the en...
Having to decide on two different approaches for dealing with component view between loading. By "best way" I'm talking about performance, UI less bli...
This is my JavaScript function in app.js that when window is resizing it call c# function that log a message in console window.addEventListener('resiz...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?