All Questions
23,596,205
questions
0
votes
0
answers
2
views
How to use FileSystem.uploadAsync if using rtk-query with graphql basequery? (react native)
I use rtk-query and a graphql basequery for nearly all requests including login and authentication. This works fine and the credentials are passed for each request.
export const api = createApi({
...
0
votes
0
answers
7
views
Can anyone help me how to change value 2/4/2023 date into 1/4/2023 in python
Can anyone help me how to change value 2/4/2023 date into 1/4/2023 in python.Instead of jan we need feb month
I tried in multiple ways but i didn't get proper results on it.
0
votes
0
answers
4
views
maven project errors in jar file
I have been working on a genome sequencinghere is the code
these are the error
What should i do about the error?Is there a problem with jar files?
0
votes
0
answers
3
views
Can't override Context API with useState updating function in NextJS
Hi I currently building an NextJS app. I want to implement the dark and light theme so I create a theme context which will store the app theme states(darkmode and lightmode).
My current solutions
I ...
0
votes
0
answers
5
views
If the src of an img tag is changed, then will the load event be adjusted accordingly?
This is a somewhat technical question about img and its event firing.
My question is about for the img element:
<img src=" ... " />
if we use onload or addEventListener() to add a ...
0
votes
0
answers
2
views
Wazuh4.3 Api sent a post request to modify the role error
I am using the Wazuh4.3 API to modify the user role using a post request, but return the Missing query parameter 'role to me_ Ids, could you please tell me how to solve it
I have checked the official ...
0
votes
0
answers
3
views
How to start a httpd inside a docker busybox in a single line
Why the commands to start an httpd inside a busybox container do not work?
docker run -d --rm -it -p 8080:8080 --name webserver busybox /bin/httpd -p 8080
or
docker run -d --rm -p 8080:8080 --name ...
0
votes
0
answers
4
views
The import org.springframework.kafka cannot be resolved with gradle
I use a 'kafka-clients' dependency and It ran yesterday.
but it is not running because it can't find a KafkaListener Class.
These are a part of source that calls the KafkaListener class and a part of ...
0
votes
0
answers
6
views
Get Closest match for a column in data frame
I have a data Frame which contains different call types as below values
CallType
0 IN
1 OUT
2 a_in
3 asms
4 INCOMING
5 OUTGOING
6 A2P_SMSIN
7 ain
8 ...
0
votes
0
answers
4
views
Remove Woocommerce Sale Badge Through a checkbox for specific products
I have created a checkbox to add a custom 'Price drop' badge to a single product. The goal is to replace the normal sale badge with this custom badge by clicking between the two checkboxes.
I am ...
0
votes
0
answers
3
views
IOS sceneWillEnterForeground Handle Universal links
In my ios app I have below functions in my SceneDelegate class:
func sceneWillEnterForeground(_ scene: UIScene) {
print("... sceneWillEnterForeground ALWAYS CALLED")
...
0
votes
0
answers
4
views
Laravel 8 Queue Connection not configured although my queue working fine, but generate log in laravel.log file in every second
Laravel 8 queue working fine, but every second generate log in storage/laravel.log file is : The [database--queue=default] queue connection has not been configured. {"exception":"[...
0
votes
0
answers
11
views
Python youtube-dl Issue
I am trying to write a simple python script to search, download and convert a youtube video file using youtube-dl.
I have come across the following code which takes a song name, searches for the ...
0
votes
0
answers
3
views
Acces root user Python Anywhere bash console
How can I access super user in python anywhere? I've tried sudo su in the bash console but it won't let me.
I expect to be able to access the root user to configure security for users, folders and ...
0
votes
0
answers
5
views
index.html is getting served but it can't access other resources through
Static resources are not being served correctly because all requests must be authenticated and redirection to spring's login form is not being done.
I am running a maven spring boot application that ...