Maybe someone faced a similar problem. When such a code is executed, the image added to the map is displayed not in the coordinates specified in the corners, bu
I have a react app (nextjs) and show a QR code that refreshes itself every 5 seconds and a clock which updates every 1 second. Further, I have added service-wor
This is my Cshtml <div class="field"> @Html.LabelFor(modelItem => modelItem.plateNumber) @Html.DropDownListFor(m => m.plateNumber, new Selec
I'm using MacOS with antlr installed with brew to generate a parser for Creole in JavaScript. It appears to correctly generate all the files but there is no sig
how can I display my Invitee2 a bit upper in my gray bar ? And for my button how can I put it on the extrem right side of my gray bar ? <div className="bg-gr
I am integrating Huawei in app payment module in my react native application, I have followed all the guidelines for setup. Every thing is going smooth but when
At the moment, the files setup looks like this: File Setup in the merkur.html file I use this to go to the JS files: <script src="../scripts/ui.js"></s
I'm opening a chrome extension programmatically from the background script with the following code: background.js chrome.windows.getLastFocused().then((window)
i think the error is from the checkout screen but i just cant find the '<' which is make believe that the error origin is from node_modules can anyone find t
const data = [ { productId: 6, productName: "pouch", productPrice: 29000, discountRate: 19, optionName: "13inch", optionPrice: 0,
I've been trying to figure out a way to access an Excel Spreadsheet in JavaScript and return the values stored within the cells based on the row/column they're
I am new to react, I have a component UpdateInvoice which has as props idInvoice and a boolean isNew. this component do two things if isNew is true the componen
I want to mask the original image using alpha mask image. I can do alpha masking on image with the following code. But I want to be able to edit the mask with t
So I open the Chrome developer tools and switch to the console tab, and I type the command console.log("Hello world!") but it doesn't log anything to the consol
I am building a website using react. I have a url http://0.0.0.0:9000/courseware/course/6/content/programming/issues/lab/1 which shows a list of issues belongin
I have these routing: /blog/slug /blog/search/search-keyword slug is dynamic and search is static and search-keyword is dynamic. but with below structure I got
This is the code block I have. I know the cause of it is because setup will always default back to not authenticated once I am redirected back to the website. M
I am trying to auto click a button that redirects to a new URL, and from there click a button. Both buttons need to be clicked one after another; however, the l
I have iOS app which implemented UI testing with Appium. And when I want to restart app with this code, processArguments are lost. Could anyone tell me how to r
I need some php or javascript script first to display a PDF file in a HTML modal (client browser) and then to print a PDF file from html modal (client browser)