Skip to main content
Filter by
Sorted by
Tagged with
3 votes
1 answer
114 views

I am an occasional casual programmer (for about 60 years now!). I wrote 2 functional SNMP PowerShell desktop shortcut scripts 4 years ago. Now I am writing two scripts for my old Windows 10 system: ...
Webtest's user avatar
  • 53
0 votes
1 answer
65 views

I have a main azure pipeline (pipelineFinal) that should be triggered when a pipelineA is finished. pipelineA: trigger: none jobs: - job: BuildA displayName: "Build Pipeline A" pool: ...
homan salimi's user avatar
0 votes
1 answer
81 views

I created a custom Ribbon in Excel with multiple ToggleButtons using Office RibbonX Editor. When I click them 1 by 1 everything works (display a certain meeting type on a calendar Yes or No). I want ...
Laurent Sarlette's user avatar
0 votes
0 answers
48 views

Did anyone resolved the issue of the battery status as Charging and Discharging in the GUI. In my kernel the Charging and Discharging is happening perfectly. logs from the kernel:- phyboard_polis:/ # ...
Pritam srichandan Sahoo's user avatar
1 vote
1 answer
100 views

To offer pickup locations during checkout on a WooCommerce installation we use Local Pickup Plus of Skyverge. This tool works as expected and orders are set to "Pending". However, we want ...
ken's user avatar
  • 23
-1 votes
1 answer
90 views

I want to hide out of stock product for one category while showing them for other category. Please suggest me how to do it I tried turning hide out of stock on but it is hiding for all category. ...
Tisha Jhanwar's user avatar
0 votes
1 answer
52 views

client will look active, but I want that gray part of the place to look like the complete avatar of my bot like that i tried many ways to do that like ws and client presence options but it couldn't ...
hôd's user avatar
  • 1
2 votes
1 answer
820 views

I was able to display the status bar and make it Transparent using UnityTransparentStatusBarTheme on the xml but my app goes from behind the status bar. I would like to remove the full screen and make ...
Jim Mede's user avatar
1 vote
1 answer
41 views

I have a table my_table like this: id | updated_at | status -----------------------------------------+-------------------------------+-------- ...
dada's user avatar
  • 1,523
0 votes
1 answer
82 views

I am making a pet-project in MERN stack where I want to implement the activity status of users. After 3 minutes of inactivity the user status becomes inactive. One approach i am considering is by node-...
Muhammad Muaz 's user avatar
-2 votes
1 answer
908 views

I set up a local simple http server in python on windows. I set up an HTML file with javascript that uses setInterval() to request a JSON in the local directory every second. (Then updates the webpage ...
Zyst's user avatar
  • 43
-2 votes
1 answer
1k views

blank orders being generated in WooCommerce with no details and a pending payment status, i am using woocommerce plugin and elavon payment getaway everything setup is ok but the order are automatic ...
vikas Singh's user avatar
-1 votes
1 answer
442 views

Is there a way to insert a button or link to cancel the order inside the page view-order of woocommerce?
Carl's user avatar
  • 49
1 vote
4 answers
78 views

For example, I have a file: $ cat test.file a b c If I grep with output, I got echo $? to 0: $ grep a test.file a $ echo $? 0 But if I grep without output, I got echo $? to 1 $ grep x test.file $ ...
Bill's user avatar
  • 3,095
1 vote
0 answers
793 views

Most of the time, the target status in the deployment group shows as offline, even though the server is running. I am unsure why this occurs. When this problem arises, I usually manually run the cmd....
Jaseela KA's user avatar
2 votes
1 answer
3k views

I have an Airflow cluster running with Docker. Everything seems to work fine except DAG Processor is not properly bound. When checking the cluster status it is set to Unknown: Thus I am investigating ...
jlandercy's user avatar
  • 11.6k
1 vote
2 answers
221 views

The first part of the question is HERE. I need to get a list of items from a suborder that have received the status 'shipped' or 'readytocollect' inside $message_body = . To do this, I was advised to ...
Lgane's user avatar
  • 89
0 votes
1 answer
203 views

I'm trying to show the status of two variables in mysql $ sudo mysql -e "SHOW STATUS LIKE 'wsrep_local_state_comment' OR LIKE 'wsrep_cluster_size'" ERROR 1064 (42000) at line 1: You have an ...
SebMa's user avatar
  • 4,965
0 votes
1 answer
74 views

I want to implement a flow for transactions. A buyer sends a payment to a seller but the seller will not receive the money until my server will approve it's ok and the buyer has received what they ...
shai_sharakanski's user avatar
0 votes
1 answer
317 views

I defined the folloing Expr Formula: history.changes.Filter($.field="status").changeGroup.map(CONCAT($.author.user_display_name(), " set on ", FORMAT_DATETIME($.timestamp, "&...
And_R's user avatar
  • 1,667
0 votes
1 answer
1k views

How to create Dashbosrd on Grafana that displays status of docker container UP or DOWN? Example: Name Status Container1 UP Conteiner2 Down Solution The way of creation the dashboard with the ...
Natalochka's user avatar
-1 votes
1 answer
612 views

What's the best way to check a user's online status? I found two options, but I need advice to understand which one is better. The option I found: middleware and broadcast Middleware simply hangs on ...
deekep's user avatar
  • 161
2 votes
1 answer
140 views

We know that in the world of Linux-Unix, we can break the program running in the foreground in the terminal with ctrl+C and end the program. How can I know in C++ that a third party breaks or forces ...
user avatar
0 votes
1 answer
71 views

That's the question, does the "If-None-Match" consume quota when the response code is 304 from youtube's api v3 or it's the same as when the response code is 200 which is 1 quota? Didn't try ...
J.E's user avatar
  • 1
0 votes
1 answer
195 views

I have a table from IBM Maximo called wostatus, which records changes in workorder statuses. There can be mutliple status changes in a single day, and changes are only recorded when they happen. I ...
WebzNZ's user avatar
  • 3

1
2 3 4 5
29