Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
2 views

How do I resize banners to fit nicely on mobile?

I'm working on my personal website called stellarfacts.com, I've been building it since September. I use two different types of banners, image and video banners. They look good on desktop, but on ...
Explorer's user avatar
1 vote
0 answers
10 views

Why is `var` still used in modern JavaScript codebases despite the availability of `let` and `const`?

I've been learning modern JavaScript and I understand that let and const are now the preferred ways to declare variables due to their block scoping and more predictable behavior compared to var. ...
nzingx's user avatar
  • 11
1 vote
0 answers
4 views

Facing this issue when loading data using pd.read_csv from a url

SSLCertVerificationError Traceback (most recent call last) File /Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/urllib/request.py:1344, in AbstractHTTPHandler....
Deepanshu Kumar's user avatar
0 votes
0 answers
4 views

NAudio and Microsoft.CognitiveServices.Speech ,

I want to transcript the incoming audio for my softphone. the ide is to capture the audio from my speaker and send it to the STT service. I did it for the Mic and it working. but it's not working for ...
yaniv's user avatar
  • 1,023
0 votes
0 answers
3 views

Does DependentHandle need to be disposed?

Must I call Dispose when I'm done with a DependentHandle? Or will the resources get cleaned up at the next garbage collection? (Is the InternalFree call essential, to notify the GC that the handle is ...
Benjamin Hodgson's user avatar
0 votes
0 answers
4 views

Unable to create markdown links to other local jupyter notebooks

I've been setting up some API documentation using jupyter notebook markdown cells which reference sections in another notebook, and am running into issues. In this example, let's say I have two files ...
Ben Y's user avatar
  • 1,033
1 vote
0 answers
5 views

problem whit grid whit terra plot and maptiles maps

I have this code, which creates a map with a SpatRaster and a "background map" with the help of the maptiles library: `library(terra) library(maptiles) # Example raster: global elevation r ...
LUCAS SEBASTIAN SALINAS MORALE's user avatar
0 votes
0 answers
10 views

Override device_class for home assistant in zigbee2mqtt

I have zigbee2mqtt and home assistant in use. I have paired multiple door sensor via zigbee, some of them are used on windows, some of them on doors. Now I am trying to override in configuration.yaml ...
Lukas K's user avatar
  • 6,419
1 vote
0 answers
19 views

Can anyone help me with scraping data from a website using html_session ? I am new to python and having problems with web scraping. Thank you

I am new to python and stack overflow !! I am trying to scrape data from the following web page, "https://www.cocorahs.org/ViewData/StationPrecipSummary.aspx" using html_session(). I need ...
new_coder's user avatar
2 votes
0 answers
9 views

Publish to web button does not appear in Power BI Service

I'm trying to publish a Power BI report to the web, but the "Publish to web" option doesn't appear in the menu. Here's what I did: I followed this tutorial to create a professional email ...
Mathieu D's user avatar
1 vote
0 answers
12 views

Minecraft Fabric Client can't load a world because "The screen cannot be null"

I'm trying to make a story based mod using fabric 1.21.5 with the newest API version. I have a fake singleplayer button that is rendered over the normal one, and when it is pressed it executes a ...
Aedan's user avatar
  • 11
1 vote
0 answers
5 views

Google ADK Building Agent - Pydantic Validation Error

I am trying to build an agent in Google adk by passing in some JSON formatted input to one agent as input_schema but for some reason the error keeps popping up. QAAgentPrompt = "Checks the ...
JP99's user avatar
  • 11
0 votes
0 answers
7 views

Username or password you provided didn't work Google Play Console

I've Submitted an application for review to Google Play Console. I keep getting Username or password you provided didn't work In development the credentials are correct and I updated it several time ...
A_K's user avatar
  • 952
1 vote
0 answers
15 views

How do you listen to disabled form control changes?

I have 2 form control text fields, one visible and the other disabled. Based on the value of the disabled field, I want to toggle buttons on visible text field. The value of the disabled field can be ...
bestfirstsearch's user avatar
1 vote
0 answers
16 views

Error creating property: no pg_hba.conf entry for host "172.31.8.1", user "postgres", database NAME, no encryption

Im having issues running RDS sequelize queries. I'm using EC2 Node.js original: error: no pg_hba.conf entry for host "172.31.8.1", user "postgres", database NAME, no encryption 5|...
Yuki Chan's user avatar

15 30 50 per page
1
2 3 4 5
1615106