Newest Questions (original) (raw)

0 votes

0 answers

3 views

difference in full stack developer and a wordpress hosting

In modern web development, businesses and individuals often face the challenge of choosing between coding a website from scratch or using platforms like WordPress. Coding—through HTML, CSS, JavaScript,...

Roshan Avulan's user avatar

asked 2 mins ago

0 votes

0 answers

14 views

Using pattern matching with a class that inherits from str in python 3.10

In a parser library I maintain, I have some classes that inherit from str to manage parsed strings and parsed symbols. This has been working well for a long time, but with Python 3.10, someone ...

Joshua D. Boyd's user avatar

asked 9 mins ago

0 votes

0 answers

12 views

Resolving errors with recharts graph in nextjs, incorrect type/null

I am new to nextJS and I'm experiencing multiple errors when trying to add a graph/chart using recharts The main error is : Error: Objects are not valid as a React child (found: object with keys {$$...

user19953380's user avatar

asked 18 mins ago

-1 votes

0 answers

12 views

How to deploy a Node.js + Next.js web app on GCP with Cloud Storage, Load Balancing, and Cloud Armor?

I'm building a full-stack web application using Next.js for the frontend and Node.js (Express) for the backend. I want to deploy it securely using Google Cloud Platform (GCP), and I'm looking for ...

pln Shathamanyu's user avatar

asked 22 mins ago

0 votes

0 answers

6 views

Google AI Studio / Gemini API Key Generation Stuck

I'm facing a persistent issue generating an API key for the Gemini API (Generative Language API) via Google AI Studio (aistudio.google.com). The "Generating API key" dialog spins ...

adriaanek's user avatar

asked 26 mins ago

0 votes

0 answers

6 views

How to make wordpress use the medium image size for images in the post body content?

I have noticed that wordpress uses the full original sized images (as uploaded) in the post content. I am referring to the content generated by the post loop. This is ...

Vinith Almeida's user avatar

asked 28 mins ago

0 votes

0 answers

7 views

consule agent: Coordinate update error: error="ACL not found"

consul log is always out these two errors. 2025-06-14T15:31:26.570+0800 [ERROR] agent: Coordinate update error: error="ACL not found" 2025-06-14T15:31:44.284+0800 [ERROR] agent.anti_entropy: ...

Aario's user avatar

asked 29 mins ago

-1 votes

0 answers

24 views

How can I make FastAPI endpoints work only after authentication?

Could you please tell me how to create endpoints that only work after user authentication? I need only the endpoints located below the line files = [] to work this way. At the moment, everything works ...

Pinfox150's user avatar

asked 40 mins ago

0 votes

0 answers

9 views

Local run Spark docker container failed due to org.apache.hadoop.security.KerberosAuthException

A project starts a local docker container - bitnami/spark:latest. The configuration on it is the simplest with all authentication related environment variable disabled. It can execute the simplest ...

Rui's user avatar

asked 41 mins ago

0 votes

3 answers

32 views

How to individually color html table cells

I want to individually color in cells on a 2x5 row html table, pictured in the above image. I can't find any examples of :nth-child allowing you to individually select and set the color of multiple ...

THISISNTAVERYLONGNAMEORISITIDK's user avatar

asked 1 hour ago

-2 votes

0 answers

19 views

process over 100K row efficiently [closed]

so I'm trying to process over 100K rows of data in my python code and in my laptop and that's take soo much time (2days) my question is how can I process this big data in less than half an hour , If ...

Areej Ss's user avatar

asked 1 hour ago

0 votes

0 answers

12 views

How can I utilize downloadable fonts with matplotlib?

I am attempting to utilize the Poltawski Nowy font with the pigraph generator in PyPlot. However, I am uncertain how to set the font. How can I set a custom font for Matplotlib's PyPlot? Thank you all ...

Kitty Cat's user avatar

asked 1 hour ago

0 votes

0 answers

12 views

How to configure middleware to run and be debugged in next.js

Ultimately, I want to route requests to pages within subdomains in my next.js application. If I specify the correct subdomain in a route, I believe that I need to have a middleware.ts file under the ...

IMOsiris's user avatar

asked 1 hour ago

0 votes

0 answers

13 views

Circular reference warning when loading a Smart Device project in VS 2008

Our Windows CE project targeting CF .NET 2.0 or 3.5 works great. But when the project is loaded in Visual Studio 2008 there is a warning displayed in the "Errors" tab: There is a circular ...

AlainD's user avatar

asked 1 hour ago

0 votes

0 answers

16 views

Line number is not being shown with stacktrace (not using vs for csproj) linux

With a reasonably simply .csproj as shown below, the stacktrace does not show what line an error occurs on, even with debug type set to full or embedded and various other answers to similar questions ...

user20695956's user avatar

asked 1 hour ago

0 votes

0 answers

12 views

Where exactly eeprom file gets created in Linux at24 driver

I have the following overlay inserted to Kernel: /dts-v1/; /plugin/; / { fragment@0 { target = <&i2c_arm>; __overlay__ { mem@50 { compatible = ...

Mohammad Rahimi's user avatar

asked 1 hour ago

-1 votes

0 answers

8 views

How to install an app in teams after succesfull SCIM provisioning

We develop a SaaS which is based on a Teams App. We want to provide a SCIM option to our customers to provisionnisers from EntraId to our SaaS. This is easy done - no problem here. What I cannot find ...

Stefan's user avatar

asked 1 hour ago

0 votes

1 answer

19 views

How to call hook after delete mutation?

In my react app, I would like to navigate to another page after I execute GQL delete mutation using Apollo. This mutation is called from inside a modal popup: function DeckDeleteModal({showModal, ...

Smajl's user avatar

asked 1 hour ago

0 votes

0 answers

12 views

Why is Android Studio not recognizing PDFView from android-pdf-viewer, and how can I fix this?

Red line when using <com.github.barteksc.pdfviewer.PDFView> in Android XML layout with android-pdf-viewer I'm trying to create a simple Android app to display PDF files, and I'm using the ...

Sagar Agrawal's user avatar

asked 1 hour ago

0 votes

0 answers

9 views

Remove strike through line and prepend text to price

I’ve got these two snippets from a good source they both work. But I’m trying to hide strike out only not rrp price. Also I’m trying to prepend rrp and sales price with text. So both rrp and sales ...

Steve Cooper's user avatar

asked 1 hour ago

0 votes

0 answers

14 views

How to create a table that acts as a cache?

I would like to create a table that acts as a cache for files. I need to uniquely identify a file and store some data associated with it. The table below represents the information that I can get ...

eduard's user avatar

asked 1 hour ago

0 votes

0 answers

19 views

Why does CustomPropertyTypeEditor.getAsText() never work? [closed]

Why does Java Beans framework have this faulty method? Nowhere exists a working example for overriding this method and use the Object-to-String deserialization for an HTTP request

Adsfasdflj Afasdfsdf's user avatar

asked 1 hour ago

-1 votes

1 answer

14 views

Wrong ClassName in Logging

Some time ago I injected NLogs for ILogger see the link bellow. Prism Unity Register NLog as Microsoft.Extension.Logging.ILogger No some time after I recongnized that the Classname is wrong. ...

Franz's user avatar

asked 2 hours ago

0 votes

0 answers

8 views

CUDA error: no kernel image is available for execution on the device

Im using the latest LibTorch with CUDA 12.6 installed on Windows 10 Libtorch is showing CUDA is available, however, I get this error when I try to use device = torch::Device(torch::kCUDA, 0); ...

Mich's user avatar

asked 2 hours ago

0 votes

0 answers

43 views

Is it technically UB to static_cast<A*>(memmove(dst, (void*)src, sizeof(src))) since C++20?

Consider the following excerpt from wg21.link/p0593: A call to memmove behaves as if it copies the source storage to a temporary area implicitly creates objects in the destination storage, and then ...

xmllmx's user avatar

asked 2 hours ago

0 votes

0 answers

19 views

Docker build fails with "failed to solve with frontend dockerfile.v0: failed to read dockerfile" – How to fix?

I am trying to build a Docker image using the following command > docker build -t my-app . But I keep getting this error > failed to solve with frontend dockerfile.v0: failed to read dockerfile: ...

Dev_Jack's user avatar

asked 2 hours ago

0 votes

0 answers

9 views

Graph API Issue- Instagram page not connected

I have been trying to fetch insights from an Instagram business account, but even though the Instagram account is connected to my business Facebook page, when I call that query : GET https://graph....

Vikram Jaiswal's user avatar

asked 2 hours ago

0 votes

1 answer

37 views

WinAPI - How to remove a key/value pair from Windows registry?

I have a key/value pair SampleMalware -> abcdef: My best attempt to delete both the SampleMalware key and its value abcdef is: #include <Windows.h> #include static const std::...

coderodde's user avatar

asked 2 hours ago

-1 votes

0 answers

6 views

How do I make objects in pygame scroll while focusing on a single object? [duplicate]

So basically I'm creating a game in pygame, in which you have to stop the ball from falling out of the screen and keep it up for as long as possible by creating line segments from which it bounces off....

Atifa Omer's user avatar

asked 2 hours ago

0 votes

1 answer

22 views

the beautiful soup returns a none when i go to any other pages other than 1 in a website

so im making a python project where user can search about the internship they want and the program will display a dataframe of all the internships from internshala website but im having a problem that ...

aman krishna's user avatar

asked 2 hours ago

0 votes

0 answers

14 views

How to remove this gap between days and numbers of date? if i bring the numbers up the function will disturb [closed]

There’s an unwanted gap between the day labels (e.g., "Mon", "Tue") and the date numbers in the calendar. When I move the date numbers up to reduce this gap, clicking on the date ...

alya's user avatar

asked 2 hours ago

-1 votes

0 answers

7 views

Why are elements temporarily highlighted in the Elements view in developer tools?

What is this transitive purple background highlight color used in the DOM? It flickers on and off for a bit and then ceases, seemingly once the page finished loading. Is it a catch all for any change ...

jxramos's user avatar

asked 2 hours ago

-1 votes

0 answers

12 views

Website Looks perfect in Firefox but Fails in Chrome [closed]

I created a website for my son's business in 2007. It looks perfect in Firefox but the Left column with the Menu and a graphic, instead of floating to the left of the main column, have shifted down ...

user30799335's user avatar

asked 2 hours ago

0 votes

0 answers

4 views

SFMC cluster creation failed with parent cluster baseline upgrade didn't complete

0 I'm trying to create a SFMC cluster from portal using key vault certificate by following the doc https://learn.microsoft.com/en-us/azure/service-fabric/quickstart-classic-cluster-portal While I ...

Subhendu De's user avatar

asked 2 hours ago

0 votes

0 answers

9 views

HikariCP: "Connection is not available, request timed out" with many MySQL Sleep connections — what’s wrong?

I'm using Spring Boot with HikariCP as my connection pool, and recently I’ve been getting this error: HikariPool-1 - Connection is not available, request timed out after 30001ms (total=10, active=10, ...

RAHUL BINU's user avatar

asked 2 hours ago

0 votes

0 answers

13 views

is this schema correct for the homepage of an online shop [closed]

This is my existing homepage schema code. I am using yoast plugin, but have added this script to the code of the actual homepage.Is this schema formatted correctly for the homepage of an online shop. ...

Loretta's user avatar

asked 2 hours ago

0 votes

0 answers

13 views

How to convert images to the format required by OpenXML

The following string is the code generated by the OpenXML SDK 2.5 productivity tool; using DocumentFormat.OpenXml.Packaging; namespace GeneratedCode { public class GeneratedClass { // ...

user30786835's user avatar

asked 2 hours ago

0 votes

1 answer

17 views

How should I create a dynamic list of options with php/mysql?

I am trying to create a list that has one option for each item of stationery, but the select options return empty in the following code. What have I done wrong/how could I fix this? the ...

I_have_no_clue's user avatar

asked 3 hours ago

1 vote

3 answers

49 views

How to take a pointer to a declval?

It says that the address of operator must be on an lvalue which I don't think the result of declval is: template void test_serialisation(T* t) { constexpr bool can_serialise = ...

Zebrafish's user avatar

asked 3 hours ago

OnClick works only once [closed]

HTML: <...

TastySefBitz's user avatar

asked 3 hours ago

0 votes

0 answers

17 views

Finding the intersection of two geodetic lines in latitude and longitude

I have an issue with the below code that is not returning the correct answer. It is trying to find the intersection of two lines on the earth's surface, taking into account the earths curvature. I've ...

Andrew L's user avatar

asked 3 hours ago

0 votes

0 answers

8 views

In .net Maui, Is it possible to use a base class with generics instead of ContentPage?

I have several modals that are similar but not the same, and I want to have the underlying logic be inherited. What I am trying to do is have a BaseModal : ContentPage that uses ...

Farrundragon's user avatar

asked 3 hours ago

0 votes

0 answers

15 views

Creating bitcoin transactions using bitcoinlib

I am here today to look for an answer of a long standing question of mine, I have been trying to make a python file which uses bitcoinlib to send a transaction with 2 outputs, 1 to a selected wallet ...

Gacha's user avatar

asked 3 hours ago

0 votes

0 answers

15 views

How to put --select zone-- as default value on the dropdown input

working with Laravel 10 backend and I have following dropdown for select zone name and existing system show some zone name from table. but I need show --select zone-- as the default value of the ...

Matakoththuwakoni's user avatar

asked 3 hours ago

0 votes

0 answers

6 views

Cannot extract coordinates in my Mapbox Search API code

I have been trying to get the latitude and longitude of locations I have searched for in the Mapbox Search Bar API, and am using the following code implementation and it works perfectly for everything ...

Train Lover's user avatar

asked 3 hours ago

0 votes

0 answers

14 views

accurately editing TIMESTAMPTZ value

I have a TIMESTAMPTZ column in a Postgresql database. To my understanding, Postgresql does not preserve the timezone within a TIMESTAMPTZ column, and instead converts the given timestamp to an ...

Droid's user avatar

asked 3 hours ago

0 votes

0 answers

7 views

Target class [App\Http\Controllers\Admin\MakananController] does not exist

When i try in localhost:8000 it works normally, but after i deploy to hostinger an error like that appears, I put the MakananController file in app/http/Controllers/Admin/MakananController, namespace ...

Rafi Zhafran's user avatar

asked 4 hours ago

0 votes

0 answers

7 views

FDQuery Lacate with fmOnDemand

I have noticed behaviuor that is not suitable for me - if set FetchOptions.Mode = fmOnDemand, Locate / LocateEx method fetch all tuples. To avoid this, I do something like this: FDQuery1....

BxOO's user avatar

asked 4 hours ago

Weird logging behavior for spring security logging on container environment

We have an application using spring security, we need to enable debug logging due to a issue at customer site. The application is a war file deployed in tomcat, hosted in K8s on a container. We set up ...

user3652629's user avatar

asked 4 hours ago

0 votes

0 answers

10 views

What could be causing NextAuth with Google provider to fail in production (Vercel) despite correct callback URLs and environment variables?

enter image description here GOOGLE_CLIENT_ID=********.apps.googleusercontent.com GOOGLE_CLIENT_SECRET=******** AUTH_SECRET=JSR+v4MCFEAMAOMtEcXYeh5nJCnVrKJaY0czK1byVhI= DATABASE_URL=postgresql://user:...

Ishan Shetty's user avatar

asked 4 hours ago