22,446 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
28
views
how to connect web application in my laptop to a raspberry pi through MQTT? [closed]
I have a web application to a restaurant. There is a reservation part. raspberry pi working as a central robot and it contains the reserved and non reserved tables. when customer select no reservation ...
-1
votes
0
answers
83
views
return in the same Googlesite when using Google script webapp to process a form [duplicate]
I have a HTML form embedded in my Google site.
A google script webapp is used to process the form.
What I want - and what I don't manage to get working -
is that the user gets redirected to a special ...
-1
votes
1
answer
122
views
Google sheet extension showSidebar problem [closed]
My Google App Script has a design with two layers of HTML switching, as follows:
The user clicks on the UI to open the sidebar (index.html). The user can then select the desired feature, which ...
Advice
1
vote
2
replies
108
views
Tauri or Electron js
I’m starting a new project to build an ERP POS application using the MERN stack. I’m confused about whether I should use Electron.js or Tauri to turn it into a desktop/web app. Which option is better ...
1
vote
1
answer
77
views
asp-for is not generating name or id for input form
I'm creating a basic ASP.NET Core MVC project. I already created the API project and I was able to login just fine with Swagger. So, now I want to create the web app project for the login page.
Here's ...
0
votes
0
answers
42
views
Nextcloud Tables app, problem with type link columns
I’m trying to create a simple app where I can insert data into a Nextcloud app called "Tables". This app has an API, so I can insert the data through that.
Everything was working well until I changed ...
1
vote
0
answers
81
views
Does iPhone support persistent microphone permission for web apps?
I have a web app that requires access to the microphone. On iPhone browsers (both Chrome and Safari), users have to grant microphone permission on every page reload. This results in poor user ...
4
votes
2
answers
198
views
Clearing memory in WebApp, after completion
I have a web app written in Delphi 12 using TMS Webcore components.
At logout (which happens by user action, or after idle timeout), I want to clear the memory
for security reasons,
in case there are ...
0
votes
1
answer
65
views
Guide User to Log Into Workpace Account with Published Apps Script Web App for Only My Domain
I have a published Web App in Apps Script set to "anyone in my domain can view" that I need to "execute as me". If an end user is only signed into Google accounts that aren't in my ...
-7
votes
1
answer
163
views
Cors issue with app script and javascript
I have a javacript that create an Html file and i wanna send it to some email addresses
So i made an app script doPost seen below...
But everytime try to send the emails with my button on my web page ...
0
votes
1
answer
60
views
Why am I getting unexpected values from a gogle.script.runo.withSuccessHandler call
I wrote a Google Apps client script that calls a Google Apps server script to retrieve arrays of data required by the UI. The server has logic to initialize these arrays, one of them having hard coded ...
0
votes
0
answers
54
views
Restart Debezium by clicking a button on the web application In the Kubernetes environment
I have 3 pods running in a Kubernetes environment. The three pods are as follows:
(1) Web application pod
(2) Oracle database
(3) Debezium
The web application is connected to an Oracle database, ...
0
votes
0
answers
45
views
How do I dynamically serve or override different Javascript files in a stencil project?
I have 2 stencil JS projects.
The first project is considered my "Product" which will be the core of multiple new projects. It provides functions that are essential to any project using it. ...
0
votes
0
answers
48
views
Is there a way to reduce polling woth django dramtiq
I have a webapp using django hosted on render cloud platform which allows users to make api call to deepseek.
These api calls sometimes take 5 minutes to respond, and doing so with async may cause ...
0
votes
1
answer
113
views
How to Programmatically Style the Google Sheets Sidebar Container with Apps Script
I'm trying to change the background color and font color of the main Google Sheets sidebar container—the frame that holds the title and close button—using server-side Google Apps Script.
I know how to ...