Latest Questions

Why am I getting a Chrome error when applying <meta> for responsiveness?

I am watching this video and I see they wanted me to use <meta name="viewport" content="width=display-width, initial-scale=1"> for more of a responsive w

how to get a section to flex in a column

I'm working on media queries, I'm trying to go from a tablet view to a desktop view. I can only get one or the other right, not both. https://imgur.com/gallery/

Setting up a SSL certificate for a MongoDB server that prevents connections from MongoDBCompass and the NodeJS application

I want to add a SSL certificate to my MongoDB server to have an extra level of security. But with the SSL certificate, it is impossible to connect with "MongoDB

Grafana-Kubernetes Integration

I am having the following questions: Actually, I am using grafana open source service in Azure Virtual Machine. I would like to see the Kubernetes SLA Metrics o

How to insert DEFAULT value with MySQLdb string formatting?

I have run into this a few times now, where I'm trying to insert (or bulk insert) into a MySQL table using VALUES without defining the columns explicitly, but t

Binding of volume to Docker Container via Kubernetes

I'm new to the area, sorry if my question sounds dumb. What I'm looking for: I have a containers pod, where one of the containers (alpine based) should read/wri

Half of messages lost when Spark Streaming (4 concurrent drivers) reads from Kafka and writes to MongoDB

I have set up a docker network with: 4 producer containers (each scraping a different forum) that produce to a Kafka container (1 topic for each of the forum) A

Agora screen sharing in electron with react, Gives permission denied

I am building an electron-react app with Agora for calls. I am trying to implement the screen sharing feature. As described in the following documentation I tri

how to extract the text from the exec() of function in python

I want to use exec() function to execute a child script inside the main script. but I wanted to do so with other strings in combination but since the exec() com

Nextjs getserversideProps renders without changing meta data from query parameter

I am trying to load query parameters using getServerSideProps to insert Head meta tag based on the parameters response from API request. Currently, the below co

How to change 1.3445 to 13445, 2.4444 to 24444 , and keep 1.20 not change

How to change 1.3445 to 13445, 2.4444 to 24444 , and keep 1.20 not change. Thanks! md <- data.frame(value=c('1.3445','1.20','2.4444'))

How do I update a BigQuery table with multiple auto incrementing values?

I have managed to generate a single column based on multiple counts with different prefixes, as detailed here. But now I want to update an existing BigQuery col

Is there a way to create a custom dictionary in python

Hello I was wondering if there was an existing version of an idea I had where you can create a custom dictionary like so: MyCustomDict = {'value':'values':'valu

use python with TDengine database but got bind params error

It's quite simple to insert data into TDengine database but still got errors. use conn.statement("insert info cache_record values(?, ?, ?, ?, ?, ?, ?, ?, ?, ?,

How to position LaTeX table in Overleaf

I have a correlation matrix output in R, when I paste it Overleaf the table is too far to the right and some values are missing. I have the same issue with othe

"line 168: Syntax error at input 'end of line without line continuation'."

I'm trying to create a crypto trading strategy in TradingView, and everything was going well until my script decided to upgrade to v5. Everything works, but whe

Error 500 when exporting to Excel with jett

When I export Excel with jett I get this error. I lost a few days because of it Maven: <!-- https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml -

MiniProfiler dynamic response handling in .NET 6

Recently I have integrated MiniProfiler into a .NET 6 API and all works well, can see the SQL queries via EFCore and all on the dashboard. What I would like to

For some reason i don't know It's not working

**After register or create a user, the user will be redirected to the page but it's not working। How can I solve this?** const [ createUserWithEmailAndPa

I am doing bottom navigationview but my Fragments are stacking on top of each other

I am new in android and I don't know what's up with my code I need help I put 2 or 3 code in same one and somehow works, but only problem I have with this is In

else cant read the variable "msg"

so basically I have some code that will look at a Reddit page and get the title, link, current upvotes, and how long ago it was posted. And if the links aren't

How to automatically create a default constructor which sets default values

Is there any way to auto generate a constructor which looks like this: public class User { public int Id { get; set; } public string Name { get; set; }

Want input given in 1st class to be accessed by other class

I am very new to python so please ik the code is not so professional and stuff class VMReader: def __init__(self, filename): filename = input("pleas

When I use the Apache IoTDB C++ Client API's insertTablet(), it throws the exception `apache iotdb

database:org.apache.thrift.transport.TTransportException: Frame size (1212501072) larger than protect max size (536870912)`. I must send such big data one time,

Parsing JSON from POST request using Python and FastAPI

I'm trying to parse a JSON that came from a POST request from user to my API made with FastAPI. I have a nested JSON that can receive multiple values and my pro

how to fix FileZilla button not found in xampp? [closed]

FileZilla Not Found! in xampp maybe someone has the same experience?

Is it possible to show Hyperlink in System.Windows.Forms.NotifyIcon?

I'm using System.Windows.Forms.NotifyIcon in WPF app, I need to show Hyperlink in System.Windows.Forms.NotifyIcon, I tried to set the Hyperlink in BalloonTipTex

How to get CollectD data to my file without using plugins?

How do I set up CollectD to send the collected data to my file? I need this to keep track of running docker containers.

WSL - Can't enter 2FA / One-time password when logging to NPM

I have set up WSL (Ubuntu 18.04) on my Windows machine. When trying to login to NPM, the console doesn't allow me to enter an one-time password (either it is 2F

flutter : [firebase_auth/unknown] Given String is empty or null

my code isn't add person to firebase and isn't reach to the user in authentication. But I can't understand why. This part is firebase part. final Fireba