24,222,702 questions
0
votes
0
answers
7
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 ...
0
votes
0
answers
5
views
How to remove this gap between days and numbers of date? if i bring the numbers up the function will disturb
image description hereThere’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, ...
0
votes
0
answers
4
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 ...
-1
votes
0
answers
4
views
Website Looks perfect in Firefox but Fails in Chrome
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 ...
0
votes
0
answers
3
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 ...
0
votes
0
answers
4
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, ...
0
votes
0
answers
6
views
is this schema correct for the homepage of an online shop
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. ...
0
votes
0
answers
10
views
How to convert images to the format required by open XML
The following string is the code generated by the Open XML SDK 2.5 Productivity Tool;
using DocumentFormat.OpenXml.Packaging;
namespace GeneratedCode
{
public class GeneratedClass
{
//...
0
votes
0
answers
9
views
How should I create a dynamic list of <select> options with php/mysql?
I am trying to create a <select> 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 ...
0
votes
2
answers
25
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 <typename T>
void test_serialisation(T* t)
{
constexpr bool can_serialise = ...
0
votes
1
answer
19
views
OnClick works only once
HTML:
<svg id="settings-icon" xmlns="http://www.w3.org/2000/svg" height="90px" viewBox="0 -960 960 960" width="40px" fill="#FFF"><...
0
votes
0
answers
16
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 ...
0
votes
0
answers
5
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<Tsubject> : ContentPage that uses ...
0
votes
0
answers
11
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 ...
0
votes
0
answers
9
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 ...