Newest Questions

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

I'm trying to create a workflow in Outlook. Currently is working partially is shown below and works like this: Check email received If an email body contains the text "Start Process" --> ...
Rasec Malkic's user avatar
Best practices
0 votes
0 replies
24 views

I have a Laravel website running behind nginx, and I am trying to understand the correct way to handle URLs with a trailing slash. For example, there can be two possible versions of the same page: /en/...
Artem's user avatar
1 vote
1 answer
34 views

Why does this work (variable expanded by bash) jq -r "include \"i3\";stack(.id==$ID)| .[]|select(.type==\"workspace\")|.name" <<< "$TREE" When this ...
Paul's user avatar
0 votes
1 answer
30 views

I'm using Django with React. I'm creating a CRUD application for products. My Product table is related to the Category, Brand, Model, Quality, and Supplier tables. I can save the data, but when I try ...
Andres Vilca's user avatar
0 votes
0 answers
34 views

I'm working on a Next.js application and trying to integrate Square Payments. However, I'm encountering the following error during initialization: Square initialization error: ...
Muhammad Husnain's user avatar
1 vote
2 answers
52 views

I started this project two days ago with the intent to slowly learn about audio features while building up a simple audio player, but I can't even get past step one: getting the audio to play. It just ...
Charlie P's user avatar
-2 votes
2 answers
37 views

I am using the awssdk dependency <dependency> <groupId>software.amazon.awssdk</groupId> <artifactId>s3</artifactId> <version>2.46.9</version> </...
gene b.'s user avatar
1 vote
1 answer
27 views

I'm trying to deploy a Babylon.js game using Vite onto Github Pages and I'm running into a couple issues. - index.html in the built folder is blank. - Navigating to the deployed Github Page displays ...
JDefiant's user avatar
0 votes
1 answer
36 views

I made a small app in Python, using Selenium and Firefox, where I want that in response to a click in an anchor element, the file is downloaded instead of opened in a new tab (PDF file). from selenium ...
JDias's user avatar
0 votes
0 answers
22 views

I’m using the Firebase Firestore BigQuery Export extension. The extension installs successfully and starts streaming Firestore changes into BigQuery, but after approximately one day it disappears from ...
Luis Fernando Delgado's user avatar
Best practices
1 vote
2 replies
49 views

Any thoughts on how I could simplify this code a bit, for example is there any way of putting the format string in a root handler so that it is then inherited in the file logs. Just feels like a lot ...
NickC's user avatar
-3 votes
0 answers
26 views

I have an Azure Logic Apps workflow that hangs when processing 160 files with repeated HTTP tool calls Workflow design: The Agent loops a tool which internally performs an HTTP GET to retrieve file ...
user32831046's user avatar
0 votes
1 answer
30 views

I'm trying to get the attributes from a Form Tool Feature. Primarily goal is to get the Placement Face, secondary goal would be to be able to "Flip Tool" if user set it up wrong. I tried ...
ArcticPuma 's user avatar
0 votes
1 answer
42 views

I'm using Elementor with the Unlimited Elements (UAE) Navigation Menu widget in a custom header. The menu works correctly on desktop, but on mobile I have a strange issue: Problem The hamburger icon ...
Noreen Bukhari's user avatar
5 votes
1 answer
122 views

While reading cppreference, I noticed that C++26 adds a new macro named CHAR_WIDTH. For me it seems to have the same value as CHAR_BIT, which for me is 8. What's the difference between CHAR_BIT and ...
HolyBlackCat's user avatar

15 30 50 per page
1
2 3 4 5
1610053