All Questions

0 votes
0 answers
4 views

In robotframework, In a group of multiple test cases in a robot file, how can i skip to the last test case

In the below robot file, Is there a way to SKIP to the last Test Case "D Test Validation" based on the SKIP condition in "Test StepA2". This should skip both "B Test ...
pradeep's user avatar
  • 61
0 votes
0 answers
5 views

I faced an error when I used PCA with LSTM model

I have a time series dataset with 20 classes, but they are imbalanced; when I tried a method like "RandomOverSampler", I got an error because of the 3D of our data so could you suggest a ...
Zineb Adaika's user avatar
0 votes
0 answers
6 views

springdoc integration not working as expected for springboot

I am following this to integrate springdoc in my springboot application. Springboot version is 3.3.1 and I have added dependency: <dependency> <groupId>org.springdoc</...
Mandroid's user avatar
  • 7,000
0 votes
0 answers
4 views

How to add prefix before value in the status line of chart(PINE script)

can't add prefix here below is my code // This Pine Script™ code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Bao1984 //@version=5 indicator("...
Genshinn1999's user avatar
-1 votes
0 answers
11 views

Jetpack Compose: Creating a Curved Image

I'm working on a Jetpack Compose UI element where I want to achieve a specific visual effect. Here's the desired outcome: In this image, an image sits on top of the background, clipped to a curved ...
Abdelrahman Mahmoud Nasr's user avatar
1 vote
0 answers
5 views

Windows 11 integrated virtual keyboard not called when clicking on QSpinBox

I'm creating a Qt Widgets application and deploying it on Windows 11 tablet. Currently, when I click on a QLineEdit, the Windows 11 integrated virtual keyboard appears and I can edit the text. But, ...
user26304607's user avatar
1 vote
0 answers
6 views

Text appears in Bottom Navigation Toggle in the application

There is text in navigation view. The text in bottom navifation view is the value of textview with id="audioUtils". The textview is required to represent value in detailed_information.xml ...
Shekhar Suman's user avatar
2 votes
1 answer
11 views

Filter and sort data with multiple column & row criteria and match corresponding data to it with flexible return_arrays

0 A B C D E F G H I J K L M N O P 1 Product Shop 2023-S 2023-M 2024-S 2024-M Type 2 3 500 4 P-Line_A Step1 5 Prod_A shop3 80 2% 500 22% t1 ColCrit1 ColCrit2 ColCrit3 6 Prod_B shop2 ...
Michi's user avatar
  • 5,261
0 votes
0 answers
9 views

How and When to use Salesforce features with website or can we use salesforce as backend?

I have a website based on angular and backend in C# + SQL server hosted on azure, and the website is a portal where any company can register with a main user on our system and can use our website ...
josh's user avatar
  • 107
1 vote
0 answers
5 views

Cannot control go2 when use webrtc method

I extracted the WebRTC part from go2_ros2_sdk for controlling Go2 (without ROS) but encountered the following issues: webrtc_driver.py import base64 import hashlib import json import logging import ...
Jimmy Hanns's user avatar
0 votes
1 answer
11 views

Delete cells to autofit columns to default size

I am using the below code to delete cells and autofit all columns in multiple sheets to default size. I am not a good writer of codes but used this to get results. My query, Is there a way to do this ...
Siraj's user avatar
  • 177
-1 votes
0 answers
24 views

Is it thread-safe by default to have nested CopyOnWriteArrayList?

Lets imagine I have the following code: class ClassA { final Integer i; final String; final CopyOnWriteArrayList<ClassB> l; ClassA() { ... } } class ClassB { final Integer i; final String;...
Elektor's user avatar
  • 81
1 vote
0 answers
13 views

Sub folder that does not import with my folder

I am making an application where you can import a folder from your PC and it will put it in my Angular application, except that my problem is that when I want to import a folder which includes sub-...
ZeDi13's user avatar
  • 11
0 votes
0 answers
4 views

Bind9 Managed-Keys-Zone: Unable to Fetch DNSKEY Set '.'

root@eugene-QEMU-Virtual-Machine:/etc# sudo rndc managed-keys status view: _default next scheduled event: Wed, 10 Jul 2024 08:06:51 GMT name: keyid: 20326 algorithm: RSASHA256 flags: SEP next refresh: ...
ryan's user avatar
  • 41
0 votes
0 answers
8 views

Why does wordpress interactivity api need context?

WordPress Interactivity API was officially released with WordPress 6.5. As I've been studying this new feature, I find it intriguing, but I'm somewhat perplexed about certain aspects, particularly ...
Byeongin Yoon's user avatar

15 30 50 per page
1
3 4
5
6 7
1613458