Latest Questions

Excel Dynamic Chart Title (Top n)

Is it possible to create a dynamic Excel Pivot Chart title that includes "(Top n)" where n = the value filter row limit selected by the user? I know the chart

How to create a signal that delays the underlying signal and clears immediately

I want to make a signal that sets itself to underlying signal or a memo after a certain delay, and clears immediately if the underlying signal is cleared. The f

pyweka warning on a model

my question is why i receive this warning: java.beans.IntrospectionException: Method not found: isNumToSelect java.desktop/java.beans.PropertyDescriptor.<

Close hamburger menu when click on anchor links on same page (in mobile view)

I use this HTML, CSS and Javascript hamburger menu code: In the mobile view, it doesn't close the menu for me when I click on one of the other menus on the left

Using xpath method in selenium in python - no such element: Unable to locate element

kinda new in the selenium, I'm trying to reach a "submit" element in a very long xml page. Here is my code: import pip import time import autoit #import seleniu

Is it possible to have multiple checkboxes in the same 'if' statement?

I'm very new to coding and am currently learning C#. More specifically I'm currently struggling with using checkboxes in group boxes. What I'm wondering is if i

main:lua attempt to call box2d_init a nil value, why?

EDIT: obviously I didnt install the library correctly? (my version of love is 11.4). perhaps i should rename the question to how do i properly install this libr

ActiveMQ Artemis address security roles application order

I have some unclear moments with security for addresses. The application order of security roles is not clear for me. Let's imagine, we add security settings fo

How do I send request in robot framework for api testing

I am passing username and password in the Post request body but it gives Issue as Client Error: “Not Acceptable for url: https://apiexample.com/demo&rdqu

Blazor Repeatable EventCallback for Menu Item

I am working on a repeatable "Card" component that has a list of menu items and actions that this menu can take. However I cannot get the functionality to work

How do I set cookie values dynamically in "HTTP CookiesManager" i.e. ai_user & ai_session for incoming user in ecommerce site in JMeter?

I want to set user defined cookies value i.e. ai_user & ai_session dynamically for each user in "HTTP CookiesManager" in JMeter, as it happens in browser ec

How to move file from another directory to created folder that make by name file?

I already make script file for make new folder base on file name and move 1 file to this folder. The code as below. @ECHO OFF setlocal EnableExtensions Disable

How to catch white screen or black screen using robotframework or selenium

My project is to catch certain error message that can possibly show on website using robot framework and selenium. such as 400 - 500 error messages. ex: 404. p

How do I use pyscript in my HTML code and return output

I am trying to call my python function created. But not getting any output and no resource how to achieve. Code : <!DOCTYPE html> <html> <head>

Prevent a JComboBox popup from appearing. Passing InputVerifier

Given the following scenario: one has a JComboBox and a JTextField the latter has an InputVerifier providing its own error message. the textField is the current

how to restart subprocess if it crashes?

I'm trying to restart a subprocess if it crashes, but somewhy this loop just doesn't work. I've been wondering if that's even possible? def dont_stop(conv):

ASP.NET Web API return excel file to client

I have C# api code as below. It work correct when i run on visual studio and deploy to iis server. I consume this api by javascript or Angualar on production Fr

Unit test for void method with Interface as parameter

New to Unit testing, I have below sample code and I want to create a unit test for this , Please suggest what should i do to create a unit test for this ? any l

Patch a transient git dependency to a specific rev

I depend on crates a and b, where I patched b to a git dependency on ref foo: # Cargo.toml of my crate [dependencies] a = "1.0.0" b = "1.0.0" [patch.crates-io]

Does this function computeSVD use MapReduce in Pyspark

Does computeSVD() use map , reduce since it is a predefined function? i couldn't know the code of the function. from pyspark.mllib.linalg import Vectors from py

How can I use my utility classes in different git-projects at once?

I'm a beginning programmer and I apologize if my questions is trivial but I haven't found a sufficient answer to my problem. I have a git repository called "too

Plots.jl: Change formating of logscale ticks to normal formatting

Consider the following plot using Plots pyplot() radix_range_xticks = -4:4 radix_range = LinRange(-4, 4, 100) xs = 2.0 .^ radix_range_xticks pf = 50.0 bw = 25.

Time Serie with delta time travel in databricks

I'm storing in a delta table the prices of products. The schema of the table is like this: id | price | updated 1 | 3 | 2022-03-21 2 | 4 | 2022-03-20

boot microservice not accessible due to laptop security

I crafted a simple Java8/Eclipse/Maven/spring boot microservice on my own personal laptop ie have admin privileges. I start it with java -jar myService.jar from

What is/was the default git divergent merge strategy?

I recently started using a new machine and noticed and noticed this error hint when attempting to push to a branch after I resolved something online earlier on

Add member to telegram channel

I have been looking for a way to add a number of users to a telegram channel (with users id) for a long time and I didn't find anything. (I'm sure there is such

Concatenate using 'FOR' loop in VALUE operator with 'BASE' addition?

Is it possible to mix in a FOR with CONCATENATE along with BASE statement? Normally, itab1 = VALUE #( BASE itab1 ( value1 ) ) will append line1 into itab1 witho

Is leftsemi faster with smaller table on the left side?

Join operator documentation says: Tip For best performance, if one table is always smaller than the other, use it as the left (piped) side of the join. The pu

Memory considerations or risks to a very long (once per day) debounced function in JavaScript

I'm wondering if there are any possible risks or memory considerations to using a debounce (in our case, Lodash's implementation: https://github.com/lodash/loda

Insert variable with iteration into list display as variable with interation

I want to automate a list that looks like this in python. weights = [x[0],x[1],x[2]] I have written code but it just gives the value of iteration. I want to