24,222,859 questions
0
votes
0
answers
2
views
How to send back an image from nuxt3 api endpoint?
I want to secure my images that I send back, so I send it back through an endpoint, but when I do that, chrome can't read it. It sees like 2.4mb being transferred, but the resource size ends up being ...
0
votes
0
answers
6
views
How to restrict access to a page in React based on Supabase user login?
Body
I'm building a kids' poem and story website using React and Supabase. I have successfully implemented login/signup using Supabase auth.
What I'm trying to do:
I want to restrict access to certain ...
0
votes
0
answers
6
views
Jasper Report Export to Docx Clips Left Table Border
I have this problem when using JRDocxExporter to export Jasper report to docx. The leftmost vertical(left) border of every table in the report keeps getting clipped. I feel like there's this container/...
-1
votes
0
answers
6
views
How do I change the background color on Wordpress Elementor for the iOS Overscroll?
I am building a site on Wordpress / Elementor
My sticky menu and title banner are black, but my site background is white.
That means that on iOS devices when people scroll the website up to the top, ...
0
votes
0
answers
5
views
imepadding not working well in Compose Multiplatform
I have a BasicTextField which has imepadding applied, but once the keyboard is opened, It does not push up the contents of BasicTextField, It hides under the keyboard. I want it to scroll up above the ...
0
votes
0
answers
9
views
XmlSlurper changing empty node to null node
I am fetching a part of xml using XmlSlurper, when xml has <node> </node>(value with 2 space), its converting it as <node/>, which in result while converting it to json, value is ...
0
votes
1
answer
10
views
C# - Send Command to Linux Using Variables
When I send a command to Linux with values hardcoded like:
response = SystemHelper.CommandExec("i2ctransfer", "-f -y -v 16 w2@0x18 0x30 0x12 r2");
I get a response on the terminal ...
0
votes
0
answers
9
views
How to handle Push notifications using Native code intead of using JS in react native for playing custom sound in all app states,and bridge with js
How to handle Push notifications using Native code intead of using JS in react native for playing custom sound in all app states,and bridge with js
play the custom sound till a action from js is ...
0
votes
0
answers
9
views
Visual studio 2022 publishes old version of my asp.net app
I've been publishing this app for years and all of a sudden it publishes the previous version. I delete obj and bin, clean, rebuild,then publish and the old version is deployed.
Locally it sits in a ...
0
votes
0
answers
7
views
React JS Wavesurfer.JS package, Autoplay logic
I’m exploring the Wavesurfer.js library. I'm trying to implement autoplay logic, but I'm hearing two audio tracks playing at the same time. Here is the sandbox for my React.js React JS wavesurfer ...
0
votes
0
answers
10
views
Alignment of \hat symbols in for questions generated by exams2moodle
I'm generating Moodle cloze exercises using the exams2moodle function from R's exams package.
For students using the Chromebooks or the Chrome browser on Mac, the \hat LaTeX symbol doesn't appear to ...
-3
votes
0
answers
22
views
Adding company place on google [closed]
I'm Simon from A4 Fruit Trading company. I have added the company locations last 5days ago but it was not approved yet. Can you please check it for me.
Warm Regards,
Simon
0
votes
0
answers
5
views
Pointing Squarspace subdomain to Cloudfront
I have a subdomain in Squarespace where I added CNAME and added Cloudfront domain name details. Then I created an ACM certificate with wildcard and added subdomain as Alternate domain names in ...
-1
votes
0
answers
12
views
My program keeps stopping randomly despite my laptop being on [closed]
Every two months I am running a python program that has to stay turned on for 2 days +/- on my laptop. Despite turning off every single setting that forces it to sleep and keeping it plugged in, my ...
0
votes
0
answers
13
views
Module Federation Vite is not working on Safari: ReferenceError: Cannot access uninitialized variable
I have multiple React/Vite apps, and one called App Shell which is the host of all of the module federated apps. Based on the route of the page I am loading a remote app using loadRemote function from ...