Latest Questions

Move Zip file from Local system to Remote server system(Static IP IIS server)

I am dynamically creating dot net c# console application on my local system (i'm using - this code sourcePath = @"D:\temp\DirectoryToZip.zip"; destFile="@"\19

How to use KeyGenerator with PasswordProtection

Let me start off by saying that I am a noob in the whole encryption thing. I am trying to generate a key and store it in the Android KeyStore protected with a p

Best way to provide admin role from Django REST to ReactJS

The default django user model has a is_superuser field. I would like to use this field to conditionally render components in react, i.e. get something like this

How to filter all fields data by one time without auto using button in lara classifer(Laravel,php)

Guys i'm currently working with lara classifer project and filtering method filter data when we select each radio button or dropdown.I want to make a button tha

The plugin `path_provider_android` doesn't have a main class defined

Since i wasn't using the plugin path_provider anymore i tried to delet it, then it gave me a warning, so i deleted a folder caled "data" know i'm trying to do f

How to use an array defined in Pinia store?

I created a store in order to use the User resource, and that store has an array of roles. What I am trying to do is to search for a specific role in that array

embedding golang server with flutter

I have web server written in golang which uses graphql package gqlgen and gorm for database. Since golang can be compiled and run on android I wanted to create

Does Google Bigtable has support for stored procedures?

Is there support for stored procedures in Google Bigtable, or support for any similar mechanism for saving multi-statement queries?

Custom date and time including nanoseconds

For this program I need to "grab the start time of the entire process within the max. time precision avail including nanoseconds." in the format: April 9, 2022

Can I know why I only get one puzzle not the figure I wanted?

I attached an image which is a row of different colours puzzles and the code runs perfectly fine except for the figures that supposed to be shown ... the figure

Hero section video overflowing (CSS/React)

How do you make a navbar and hero section that fills the height of the screen, and not scrollable? Currently I am trying: My nav css: .NavStyle { top: 0; wi

overflow-x: scroll and overflow-y: visible alternative

I have a list which is rendering images (horizontally with scroll): <div id="my-cool-wrapper"> ... // My cool wrapper has more elements (apart from li

Flutter Permission Request does not appear

I would like that when it is the first time on the application, it asks the user if it can access the photos. But when I uninstall the application to test, the

HTTP Endpoint not working with Elsa ERR_CONNECTION_REFUSED

I tried creating a web app in .Net standard 6.0 and added a simple workflow for HTTP Endpoint requests & responses. but the server URL returning ERR_CONNECT

Generating public ed25519 key with OpenSSL

I'm using this command to generate private ed25519 key: openssl genpkey -algorithm ed25519 -out private.pem and this is the example result: -----BEGIN PRIVATE

Switching back to previous task in android

I have three activities A, B, and C. As expected when C is changed to pip (picture in picture) mode, it is separated out as a new task. When back pressed is pre

Azure DevOps Backend Values for Picklist

I have created a picklist field in an Azure DevOps project that I would like to integrate with a corresponding field in another service (ServiceNow). Does anyon

embed does not open a document in Chrome

My Blazor web application needs to display a pdf document. It works in Firefox, but not in chrome. Here is the code: <embed src="data:application/pdf;base64,

Trying to launch my index.html onto local host via parcel, but getting errors

So i've set up my package.json, installed parcel, and everything is working fine. However, when I use terminal and try to load my webpage through parcel or crea

How to directly save spectrogram image to specific pixel size

I am generating spectrograms and casting them to images for use in a CNN. How can I directly specify the pixel size of the spectrogram. This is what I have so

Invoking functions from camera_web

according to the Flutter documentation, it is mentioned that camera_web plugin is similar to the camera plugin, but designed for web application, so I want to r

After adding env file to my project the firebase auth is not working, console showing the api key is not correct

Here how I connected firebase with environment variable: const firebaseConfig = { apiKey: process.env.REACT_APP_apiKey, authDomain: process.env.REACT_APP_

Bigquery - how to make a column true when month of date column matches with other date column? [closed]

I have a table like this, id date start end product result 10 2022-06-10 2022-02-10 2022-06-12 183 TRUE

Can I use php-cgi to serve an HTML which refers to CSS/JS files from the parent directory?

tl;dr My understanding is that php -S localhost:1234 -t some-dir serves the page some-dir/index.html at localhost:1234, expecting that CSS and JavaScript (and o

HtmlUnit returning empty loginForm set

I am trying to find the loginform data from the Nike website. I've added a timer to wait for the loginform to be populated but it still outputs as an empty set.

Vuetify - Show tooltip on click

I have button that trigger a tooltip when my user clicked Copy <v-btn @click="showCopiedText = !showCopiedText; copyHtmlText()">Copy</v-btn> <v

I need to render text on a data table

I am working with Data Tables and I have a function that I can't seem to figure out. I am using SSP and I have my columns set up in an array. See below: $column

1TypeError: document must be an instance of dict, bson.son.SON, bson.raw_bson.RawBSONDocument, or a type that inherits from collections.MutableMapping

I am new at pymongo, but have a decent knowledge on mongoDB So basically I have a list of strings, then I converted it into a dictionary using key as integer, s

How do I upload pdf into a folder and store the path into a database, and be able to view the uploaded file? Thank you

Here is my controller code namespace MyClassWorkApplication.Areas.Admin.Controllers { [Area("Admin")] [Authorize(Roles = "Admin")] public class Co

How to Debug Cloud Function? functions.logger.log not Working

When user update chat/{id} documents, this function will execute. const functions = require("firebase-functions"); exports.onChangedChat = functions.firestore