Latest Questions

Swing can't be found

I have this version of Java installed on a Linux Mint 20.3 Una : java 17.0.1 2021-10-19 LTS Java(TM) SE Runtime Environment (build 17.0.1+12-LTS-39) Java HotSp

Convert 2D meshgrid into a 3D array in Python

I have coordinates (lat, lon) in a meshgrid, and data asociated with each "point". I want to export into a .csv and have each point asociated with the data i wa

Pie Chart disappears when "defaultRenderer: charts.ArcRendererConfig" is added to Charts in Flutter

I am completely new to Flutter, but I need to develop a mobile app for a university project using Flutter & Dart. I want to add a Pie Chart to my applicatio

How to remove application from "All Apps" in Google Play Console

Is there any way to permenantly REMOVE an application from the list of applications in Google Play Console? (not just Unpublish). I would be very grateful for y

functions running in loops and try/except does not work

I am a beginner in Python3 and was learning the basics during the last few weeks. I decided to use my knowledge and was trying to build a text-based game based

Create SHAP plots for tidymodel objects

This question refers to Obtaining summary shap plot for catboost model with tidymodels in R. Given the comment below the question, the OP found a solution but d

Mongoose - "Enriched" Query with Data from other Collection

I'm quite new to using Mongoose and therefore not too familiar with operations that go beyond finding data in a single collection. Was googling approaches to ac

Error Broken Pipe by Pushing Git Gogs in Eclipse

When I try to push my code from eclipse 4.22.0 to local git server, come error messege Can't connect to any repository: http://192.168.0.100:3000/root/ABC (http

Building a switch user tool: How to gain root permissions without dependencies

I've been trying to make my own sudo program in Python, but I don't want to have any dependencies (like su or pkexec). How would I gain root access? Ideas: Have

How to pass dataframe to pyspark parallel operation?

I'm trying to filter the data frame by values of salary then saving them as CSV files using pyspark. spark = SparkSession.builder.appName('SparkByExamples.com')

Why println is being executed in this recursive piece of code?

In this code arrLength starts with four and then keeps being decremented until it reaches zero. At the moment it reaches zero it should not execute what is insi

c# byte[] asspan equivalent?

I have a line of code with an AsSpan method that didn't exist in .NET 4.7.2. This is from a netstandard2.1 project that I neither understand nor can convert to

How to get a index of class onhover?

I have the following div structure: <div class="0"> <div class="test"></div> </div> <div class="1"> <div class="test"

Bot to extract files from sharepoint

I want to know if I can create a bot that extracts files present in my Share point folder in teams. I have tried finding an online code on similar lines, but be

AWK, 2 prints with different separators from the same file

Lets say I have this line "58062","2022-03-23 10:07:21.718670","Standard query 0x04c0 AAAA contoso.local" And I just want to print "contoso.local" which is the

MDX (Tableau) to DAX (Power BI) calculations

I have been using Tableau for quite some time but am getting some new experience with Power BI and the use of DAX, and am wondering how I would go about recreat

how to parse numpy array by line

Use cv2 to process PNG image, I want some areas to be transparent. change point [0, 0, 0, 255] to [0, 0, 0, 0]. for example, # a is ndarray(880, 1330, 4) a = [[

Iterate and modify a JSONObject

I have a json blob as below: { "name": "ABC", "type": "School", "state": { "events" : [ { "event": "Session

Thingsboard Upload Converter with multiple timestamps

My device takes measuremets more often than it communicates with MQTT broker, so there can be more than one timestamb in each message, like this: my/device/tele

Azure Data Factory - Copy data is converting excel file to application/octet-stream

I have a pipeline in data factory that is moving an excel file from a folder named inbound to a folder named raw, but it copies the excel file as "application/o

Mysql exists operator not working correctly or there is any other problem?

I have two tables txn_maxvoucherno (companycode, dbcode, vouchertype, fyear, series, voucherno) txn_vouchersdetails (voucherno, vouchertype) I am executing a st

R crashed when plotting Lidar points with lidR

I had to re-downloaded the latest R and Rstudio with all previous packages deleted... Now I cannot plot 3D Lidar points with the lidR package, but plotting othe

Admin consent request - best practice for service provider to prevent confused deputy

We have an application that requires admin consent for some permissions in order to work. I read the admin consent endpoint documentation and as I understand, t

Can't find the Transitive Dependency using maven publication

I have checked multiple questions and have checked the answers as well but those are not working for me. LibraryA -> LibraryB -> App I want to access the

How to increase stack size for Julia in Windows?

I wrote a recursive function (basically a flood fill), it works fine on smaller datasets, but for slightly larger input it throws StackOverflowError. How to inc

NPM Workspaces Typescript unable to find local modules

I have a NodeJS monorepo set up using NPM workspaces and Typescript. It works fine without Typescript, however introducing TS brings some dependency resolving e

Flutter localisation method not generating correctly with plural placeholder

I'm currently localizing my flutter app using the intl package. I have a localised text that contains two placeholders: userName and dayCount, where I have used

I am getting an error 404 using nodeJS and express

I'm having an issue with the routes in my project called review. My other routes have no issue so I'm not sure where I went wrong here. I keep getting error 404

Java REST api PATCH request

I have to modify java based old project(servlet , Gradle project) which was not integrated with any of Java framework. For a recent project integration requirem

Enable istio mTLS STRICT with MongoDB

I have a technical difficulty, I am trying to enable 'STRICT' mutual TLS. I have a stateless service (name: "my-service" / ServiceAccount / Service / Deployment