Latest Questions

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

Most efficient way to transform this data using Pandas?

I currently have several hundred .csv files in the format shown on the left below, and I need to transform them all into the format shown on the right. I tried

Loopback 4 - Is it possible to define id property's length?

Using LB4 + MySQL DB through loopback-connector-mysql to create tables on DB. A {id: string, name: string} id names 0007bc40-814b-11ec-8128-4df48bd1ae4d John 0

Connect RDS Instance in VPC-1 to EKS Cluster of VPC-2

I have 2 different VPC's in same Region and same AWS Account and let's say 1st VPC is VPC-1 2nd VPC is VPC-2 I have multiple RDS Databases in VPC-1 which have d

how can i change the gap of only element

i am creating something with css flexbox and use gap to give spacing between elements but now i want to change the spacing of only one element like .contain

Quick sort in function

Task: using the function of generating an array to a file, the function of reading an this array, and the quick sort function, sort the read array. I wrote all

Java Array Odd Sorting Algorythm

I got an algorithm to write that set order of an Arrey but in a specific way. Find the lowest number of an array Save it at the start of the new array. Mark in

error: Error: Unable to resolve module react-freeze

I was adding drawer navigation to my application and everything worked fine. But 4 days after I started receiving following error. error: Error: Unable to resol

How to remove "Waiting for the debugger to disconnect..." from VSCode console

When I run anything in the VSCode console it shows Debugger listening on ws://127.0.0.1:51890/cf1cb459-52b1-447f-8f78-aa5e8ff4caef For help, see: https://nodejs

how to enable Jetty debug log in 9.4.44 Logging initialized output (seen at INFO level)

I am using Jetty 9.4.44 and for jetty debug logs I have added jetty-logging.properties in classpath Setup logging implementation org.eclipse.jetty.util.log.cla

Flutter File Picker package is not working at all

I followed this tutorial online: https://www.youtube.com/watch?v=LlO5jydXws0 For some reason when I press the button to open a file, it does not work or do anyt

NVIDIA __constant memory: how to populate constant memory from host in both OpenCL and CUDA?

I have a buffer (array) on the host that should be resided in the constant memory region of the device (in this case, an NVIDIA GPU). So, I have two questions:

Why does partial application work when currying but not with .bind()?

I'm practicing partial application of a function, that is, fixing function arguments. I've learned two ways to achieve it: By currying the original function fir

call packages and modules in python

I am trying to call a package and a module but it throws an error. the modules are from DB_Manager* import from Operate_System.OS_Resolution import* but it gen

Powermail - changing the reuqired status of field at runtime by typoscript

In earlier versions of powermail it was possible to use plugin.tx_powermail_pi1.validate.uid#.required = 0 to change the required status of a field at runtime

how to reshape 3D to 2D with a big number?

hello i'm trying to reshape an array with shape (70,65536,18) to an array in 2D with shape (4587520,18) but i the result its a 3D array whit the same shape here

Spark structured streaming- checkpoint metadata growing indefinitely

I use spark struture streaming 3.1.2. I need to use s3 for storing checkpoint metadata (I know, it's not optimal storage for checkpoint metadata). Compaction in

unescaping UTF-8 characters from file (InputStream)

I am trying to unescape UTF_8 characters like "\u00f6" to their UTF-8 representation. E.g. file contains "Aalk\u00f6rben" should become "Aalkörben". val tm

Remove key from map kotlin

I have a map as follows val parentMap= mutableMapOf<String,String>() parentMap["key1"]="value1" parentMap["key2"]="value2" parentMap["key3"]

Why is my Nextcord Discord Music bot not looping or queueing?

I am Making a Music discord bot and I have been trying to make it loop and queue songs. But when I try to queue a song it just starts playing it instead of queu

Visual studio code uninstall in macbook M1 pro

How can uninstall visual studio code from my MacBook pro M1 laptop completely?