Results for app-shortcut
I am trying to fetch some dummy data from an API and display it on the screen but nothing shows up. the data itself appears in the console but not on ...
Here is my code: import os import cv2 import uuid import time camera = cv2.VideoCapture(0) POZ_Dosya = os.path.join("veriler", ...
I'm developing a Node.js twitter-like application where I use Mongoose (version 8.0.2) to interact with a MongoDB Atlas database. However, I've encoun...
I am creating a Flutter app and wish to publish it after I am done. However, there is a tutorial I want to show when the user downloads the app and op...
I'm currently developing with some friends a mobile app using Flutter. But we can't seem to find a working method to install the app on iPhone (none o...
I need to implement this logic: user clicked on a link on an Android phone if my application is installed - the application opens if the application ...
I am trying to create a site on ISS on one of our machines. The task keeps thinking that the site object changes, even though no changes occurred. If ...
There is the project with quarkus 1.2.1 + jakarta cdi 2.0.2. I've added a listener for SQS messages. The problem is that all the beans are created laz...
I'm currently working on a Next.js 14 app that utilizes NextAuth for authentication and Next-i18n-router for translations. I have followed the documen...
I'm trying to create installed with WiX v4 that would publish another C# project, harvest its files, and then package those into the installer. I was ...
I'm currently experimenting with .NET Aspire. According to docs, Aspire is used to streamline connections and communication between services in applic...
I’m having an issue about CSP rules on my netlify app. I’m trying to use the CDN from tailwind on my website, and on development it works fine, but wh...
Implemented a generic popup that is reusable in any component in my App by invoking it above the App component index.js: const handleClickBtn = (confi...
I have made a blogging application in Laravel 8. I am currently working on adding comment replies via jQuery (v3.5.0) AJAX. In comment-form.blade.php ...
When I click on a menu item I get an error: How can I fix this? Code: Main.js const { Menu } = require('electron') const { createNewFile } = require(...
My stack is Oracle DB, Node.js and React web. I have a stored image as Blob in Oracle DB. I want to view this image in a page but failed. I have the o...
I have a simple XML layout file in Android with just one button: "1.0" encoding="utf-8"?> androidx.constraintlayout.widget.ConstraintLayout xmlns:andr...
According to this RFC: Client Components May not import Server Components or call server hooks/utilities, because those only work on the server. I ...
I am making app for real time detection of some object and detecting when was last time it moved. I made python object detection and made it server so...
I have an androidp app ans i need to modify it, how can i have the source code from apk file and open it with android studio for modification. thank's...
I'm trying to set up a documentation for our app on the same domain, using Vitepress. Locally, I can run our app on port 5173 and the Vitepress docume...
I am trying to set up a pipeline for an iOS application using Fastlane and Match and I have followed the following guide. Azure iOS Pipeline Guide Is ...
i am trying to connect laravel app to azure postgres database the connection was working good but after the last update i get unknow error for me Code...
I'm trying to use Blazored.LocalStorage on the new Blazor Web App (.NET 8) and somehow it doesn't work like it should on Blazor Wasm. Program.cs on bo...
Using this command: az staticwebapp functions link --function-resource-id "/subscriptions/[sub-id]/resourceGroups/[resource-group-name]/providers/Micr...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?