Latest Questions

I want to put all the items of that were taken from a get api request in list format in Jmeter

I have a get api and I want to get all the ID's that are present in it and put them in a list/array so I can use it in other api where I want to seperate even a

Echarts multicolored line chart

Is it possible to make echarts line chart with 1 line painted in different colors? For example if value <= 0 the color is red, if > 0 the color is green?

media rules not working for diffrent window size?

here in html & css i am trying to create a responsive navbar This is my html code: <a href="" class="active">Contact</a>

Stacked barchart in Vega

I am trying to make a stacked barchart in Vega and have hit a wall where I swear that my code should work, based on the several examples I've been cross referen

How to set PHP executable path php.validate.executablePath in VCSode when PHP is installed inside a virtual machine?

I want to use Xdebug in Visual Studio Code using the Xdebug extension. My development environment is installed inside an Ubuntu VM. VSCode is installed on my Wi

How to replace an user's authentication 'http.formLogin()' with a form that is on another frontend server?

Inside a class that extends WebSecurityConfigurerAdapter, I have this authencitation method. I store my users inside an Active Directory. @Override publ

Could not convert Tex math in Rmarkdown

I am trying to write an algebraic equation in Rmarkdown but its rending as text as opposed to an algebraic equation. The warning below for reference; [WARNING]

Currency convert based on geolocation

I am working on wordpress elementor. I tried some plugins for currency conversion but didn't worked out. As my pricing is mentioned in the text box, i didn't r

getOutlineShape is deprecated, is there another method to change the hitbox?

I'm making a block that does not occupy a full block in Fabric 1.18. I've tried the following code as suggested on the Fabric wiki. protected static final Voxel

Copy to a variable range returns an error '438' Object doesn't support property or method

I need to copy information from one sheet (labeled Testsheet), copy it to the next available empty row on the third sheet (Testsheet3), then rearrange the colum

How can I set the textColor on a preceding sibling of a input:focus using Tailwind CSS?

I have a situation where I need to change the text color of a label where the following sibling is an input, when its focussed. div(class='form-control') labe

Looking for an arabic names database :

I want a free database having all arabic names in english spelling (like : Ahmed, Oussama ,Fatima.... ) I've looked in internet but i did found this : https://w

Parsing list in bash

I have a text file which looks like this: ... unique_trigger = item1 item2 item3 ... itemN u

Pandas: imputing descriptive stats using a groupby with a variable

I have a data frame like this: input_df = pd.DataFrame({"sex": ["M", "F", "F", "M", "M"], "Class": [1, 2, 2, 1, 1], "Age":[40, 30, 30, 50, NaN]}) What I want t

No way to update python3.10 on my linux mint mate 20.3 Una

Last night the update manager indicates there are 2 update ready. I want to apply them but at the end only one updates the 2nd one (python 3.10) does not. It w

SQL doesn't accept my minimum date from C#

I use the layer2 cloud connector to sync between Sharepoint DB (right) and SQL Server database (left). I sync from right to left only. I make a dynamic column o

How to create a server in Mathematica container?

I try to create a server in a Docker container using Wolfram Language. Docker parameters and Wolfram script, which starts a server inside it, are in the attache

how can I use flutter_test from sdk and the package test? what version of test uses test_api 0.4.3?

I am trying to run some basic unit test for my flutter app. But when I run pub get I get the following error after including test: 1.20.0 in my pubspec: dev_de

puff.c How does the huffman decoding work?

I am trying to decompress a raw DEFLATE data stream in order to understand, how the DEFLATE decompression works. I don't care for performance at the moment. I j

Display Leaflet marker using latitude and longitude from XAMPP database using Laravel framework

I need help with this problem since I tried quite a few tutorials and videos, but I still can't implement them. The homepage of my website including the Leaflet

Change plot size of rglwidget in shiny

I would like to stretch these plots to the window size or at least make them bigger: ui.R options(rgl.useNULL = TRUE) library(shiny) library(rgl) shinyUI(flui

TypeError: Cannot read properties of undefined (reading 'createdTimestamp') discord.js

Basically i am trying to create a userinfo command for discord.js, i followed some tutorials and i seemed to make one, but i get this error saying: TypeError: C

how can i show a different window depending on the option i choose from a selection combo?

I have this code And I want to show a different message when I click in one of these options. document.getElementById("specialityAppointmentSelection").

Jakarta EE 8 Security > Wildfly 26 Elytron - Role not being set

I am trying to setup a simple JSF login using Jakarta EE 8 Security, I have implemented the login page as a custom form as follows: @ApplicationScoped @CustomFo

Save Data to Array Variable in For Loop

I need to find the earliest & latest dates for certain table entries. A link to a diagram of the table. The premise is that every time an entry has a desire

How can I put inside a curator project a suggester field (ElasticSearch)

My question is simple, I only want to know how can I add a field "suggester" correctly inside a curator project, because the next configuration not adds the fie

Send files from flutter web to .net api

I'm trying to send files to .net api, but api response me {"mensaje":"startIndex cannot be larger than length of string. (Parameter 'startIndex')"} void _ha

Python and vs or in while loop

choice = input('Enjoying the course? (y/n)') while choice != "y" or choice != "n": choice = input("Sorry, I didn't catch that. Enter again: ") im trying to

I have an unexpected buffer overrun warning, why do I have that?

I have to create a function that sum components of a vector this way: first + second, third + fourth, 5th + 6th, and so on. original vector has size "size". I h

Make Hikari discord bot only listen to one channel

I just mada a discord bot with hikari that for now listens to a whole server, and if someone types $shares https://tiktok.com/@xxx/2938923 It runs a script, th