Latest Questions

array_combine() expects parameter 2 to be array, string given in php

Array ( [0] => tttt [1] => tttt ) $terms_keys = array("terms"); $terms_array = array(); foreach ( array_map(null,$inv_terms) as $key => $value

Java Error: illegal start of expression

I'm basically refining, completing and trying to compile a test code from a reference book for java beginners. The objective is to create a guessing game wherei

Gettingerror: legacy-install-failure, while installing basemap

I am trying to install Basemap using pip, however at some point it reaches the error: note: This error originates from a subprocess, and is likely not a problem

Get updated value from database

How do I watch for a specifc Mongodb-query? Currently I have tried with collection.watch(), but I am only getting the new value. An example: user1 = [user3, use

Chromium flatpak default startup incognito-mode

How can I make the Chromium web-browser always start in incognito mode when it was installed using Flatpak on Kubuntu 22? I can't seem to find a solution anywhe

Keycloak - React.js cannot call API

I have a simple React.js application. I want to test if it can call an endpoint from my API. Both my API and React.js application are using Keycloak for Authent

Cmd is not showing Java Version

I am running for Java -version & javac -version in my cmd, but it isn't showing any output. It just goes to the next line, and doesn't show anything. Can an

Uncaught ReferenceError: process is not defined in webpack

I was working on a React app with typescript. I got it working, then I wanted to add css-loader and changed the webpack from 4 to 5 and updated all packages to

What is the proper way to POST data using javascript fetch? [duplicate]

I am trying to get away from jQuery and start using promises and arrow functions. Try as I might, I can't seem to pass data to PHP using java

PHP Notice: Undefined index: user_type in /var/www/mysite/public_html/index.php on line 66, referer: https://example.com/

I just transfer my PHP app, I used to have my app on example.com/app but now I transferred the app to its own domain, othersite.com. My principal site and PHP s

Is it possible to use camera permission but block "Take video" option in a iOS App?

I'm working on a hybrid project that uses cordova for building both iOS and Android. My problem is with iOS uploads. There's an option for "uploading" photo, wh

In Rust, what happens if main function returns Err?

According to The Rust Reference, If a main function is present, (snip), and its return type must be one of the following: () Result<(), E> where E: Erro

What is the time complexity of suggested solution?

This is the solution for the following problem: Given two strings s and t of length N, find the maximum number of possible matching pairs in strings s and t aft

Seperate django admin login from normal user login

How can you separate the django admin login from normal user login Can it be done using djangos authentication model? If it cannot be done that way, how to do i

Typescript reduce return wrong Type and also forbid to assert it

Faced very strange ts behaviour. type Labels = Record<string, boolean | undefined> type LabelGroups = Record<string, Labels> export function reduc

MYSQL or Laravel Eloquent How To Count The Detail From This Order

[MYSQL QUERY / LARAVEL ELOQUENT QUESTION] Hi, I really need some help with MYSQL Query this 3 tables I have. The order table and the details it's a manually inp

org.testcontainers.dockerclient.DockerMachineClientProviderStrategy - docker-machine executable was not found

When I try to run test containers I get the following error. The docker machine not found in /root/.sdkman/candidates/gradle/current/bin, /usr/local/sbin, /usr

I can't solve the dependency tree every time i try to install @craco/craco

Unable to solve dependency tree trying to install tailwind. This is my package.json: { "name": "front-end", "version": "0.1.0", "private": true, "devDep

How To Find Out Where the Short URLs Point To with Javascript

I have created a short url, let say https://my.short.link/foo, that is pointing to https://my.other.website/bar. How can I retrieve this url with a javascript m

How to get "Total number of messages on the IoT Hub exceeded the allocated quota" message from Azure iot sdk c

I'm using Azure iot sdk c, sometimes my iothub service can reach to maximum quota, I can see connection error or backend can't get data, but not able to obvious

Django complete form as signed up user

After you sign up, you are prompted to a page that contains a form used for gathering additional information about the new user and after that it redirects you

Elasticsearch application latency investigation

We have an Elasticsearch setup w/ [data, master, client] nodes. Client receives only query traffic, pass query to data nodes, gets the response, sends back to c

is react-native-navigation works on react-native-web app?

I have react-native project and I am using react-native-navigation, now I want to give support for web, is react-native-navigation work on react native web?

Webpack error when building Nextjs app in AWS Amplify

My SSR Next 11 app fails to build in Amplify with this error: HookWebpackError: processor is not a function > Build error occurred Error: > Build failed b

login screen is showed but i want to show profile page with help of async storage

if(userLoggedin) { console.log(userLoggedin); navigation.replace('DrawerNavigationRoutes'); return ( <View> <Text> hello </Text> <

What is the function of this code in thumbnails: quot

What is the meaning of this code please? &quot;300:100&quot The code is in this line: <a expr:href='data:post.url'><img expr:alt='data:post.tit

How can I call a Powershell / Command Line Script using a BrowserAction in a FireFox WebExtension?

When the button is pressed, I want to get the URL from the current tab and pass it as an argument to the script. I know that I have to use browser.browserAction

Not able to Initialize Firebase APP inside script module in HTML

I am working on a minimal (proof of concept) project with Preact and Firebase. A single HTML file, bundler/transpiler free thanks to HTM as JSX replacement. Her

SERVER/CLIENT cannot send and recieve data on the same socket, server close server after first attempt

Hi im trying to create a backup function for my program, the idea is to copy and send all the files from one especific folder from my client to the server, the

what is the type of interval in SQL Server DATEADD() Function? [closed]

For example: SELECT DATEADD(month, 2, '2017/08/25') AS DateAdd; I think it would be more sense to define argument as a specificed data type s