text string | meta dict |
|---|---|
Q: ArrayFormula() is not working in google sheet I have below three formula in google sheet on which arrayformula() is not working.
How can I apply arrayformula() or alternate formula on the below three formulas to apply a formula to the whole column only putting in it in a single cell?
=COUNTA(filter($E$7:$E$24, REGEX... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583313",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to add window.setTimeout to leadpages for a button? I've built a page in LeadPages with a custom HTML button from Commoninja. I need the button to show up at a specific time after the page loads. Commoninja recommended adding a window.setTimeout piece of code. I've tried adding on LeadPages to their custom CSS a... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583314",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Are there any annotations for resolving java.time.Instant deserialization errors. I am getting this error as I have a dateType field as Instant Error: Java 8 date/time type** java.time.Instant** not supported by default: add Module "com.fasterxml.jackson.datatype:jackson-datatype-jsr310
I have followed forum comment... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583320",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: OWA opening Outlook add-in at incorrect URL Our Outlook add-in is used for thousands of clients but recently it has started to fail for a handful of clients. We are afraid this is a growing issue. This is a paid service and the clients must install the add-in manifest manually as we have not made it available thro... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583322",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Open pull request by number in Visual Studio Code without cloning it Is there a way to open a github pull request in VS Code by its number without checking out the remote branch? Or is this not possible because VS Code would not be able to show the correct version (corresponding commit) of the code in the PR?
There ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583324",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Java inheritance - Spring Boot conditional @Generated annotation I have a Java Spring Boot project where I have inheritance with a class called Base.java with a field like this one:
@Id
@GeneratedValue
private String id
Then, I have some other intermediate classes extending from that one.
The problem is I have a co... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583325",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: React Js UseEffect is slow and it's updating content i'm working on a project that when a user create an account a validation email is being sent to their I want to display a msg based on the return of a useEffect however even after the useEffect is being loaded when i console log confirm i get the the msg 'User alr... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583327",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Run Python script by clicking a button on html file, get script's output into XML format I have python scripts that I have saved on my computer, out of curiosity I have created a html file that just has one button. Instead of going into the terminal and running python , I would like to make it so that when button is... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583330",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Liquibase version that works with H2 v2 and doesn't have path problem NOR addAtPosition error So i need to update my H2 from the current version 1.4.200 to v2 to use some of its features, mainly to set the timezone from JVM System default timezone.
Because i am updating H2 to v2 i also need to update my liquibase. I... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583333",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Remote Erlang node debugging not working using OTP Debugger Setup:
I am using the OTP Debugger for debugging an Erlang process as explained in https://www.erlang.org/doc/apps/debugger/debugger_chapter.html
I started epmd using epmd -daemon -d.
I started the application in a separate node as follows;
$ erl -sname nod... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583334",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Cache NodeJS tool in DevOps Is it possible to use Cache with the NodeTool task on order to skip downloading a specific version of tools and use a version shared across multiple pipelines? Right now NodeTool task occasionally fails to download the tool which causes intermittent errors. I'm a little unclear on how t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583337",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Pandas dataframe return column value I'm sure this is an easier question for most experts, however, I'm learning as I go...
So, in learning Pandas - I'm slowly grasping the concept of the dataframe. However, I'm having a little trouble with the practical uses of what pandas views as an IF. With that said, the issue ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583340",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Issue with function execution on page load I have a small problem with the project from FrondEnd Mentor that I have just completed.
I have a function that is getting data from json file, however as the page initially loads the function fails to execute. Function executes normally when it's being triggered by click e... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583343",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: I am using a function which export data to an excel file. Is there any way, where I can export the table data(title) to that function in JSON format function HomePage(){
const[data, setData] = useState([]);
const column=[
{
title: 'Id',
dataIndex: 'id',
key: 'id',
},
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583348",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Inconsistent predictions (confidence values) with multiple runs with ferret
*
*ferret version: 0.4.1
*Python version: 3.10.9
*Operating System: Ubuntu 20.04.5 LTS
Description
Describe what you were trying to get done.
I am loading ferret's explainer with my pretrained model (for classification task on nlp datas... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583349",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Cookie setting fails for login with Google but works for login with email/password I'm trying to create an API server that handles signup and login. It could be either with email/password or using google. Once the user signed up or logged in, they get a session cookie, and get redirected to their profile to complete... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583354",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Adding background color to a specific field in order woocommerce I use the below code to add Total amount of saving in discounted order page in woocommerce.
I want to add background color plus bigger font size to the "Your Total Saving is" text which is in the following line:
$label = __( 'Your Total Saving is', 'ts... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583356",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Add first two elements together, remove them, and push into a new array until there is nothing left in the array
//Write a method adjacent_sum that takes in an array of numbers and returns a new array containing the sums of adjacent numbers in the original array.
This is my problem.
function adjacent_sum(arr) {
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583360",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: C++ std::map key is in wrong place I copy a std::map in exe with my dll ( std::map<DWORD, dummyclass*> map1; ) that works for my exe and another exe but there is one more exe and it doest not work for it bc there are 16 byte before map's attributes but the exe has 12 bytes before map's attributes so my dll can not c... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583361",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: How to use two different Struct Models with name collisions In my Swift app (ios 16/xcode 14), I call two different National Weather Service APIs and use JSONDecoder to decode the results.
if let decodedResponse = try? JSONDecoder().decode(AlertModel.self, from: data) {
if let decodedResponse = try? JSONDecoder().d... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583362",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: JavaFX load fxml file issues When I first create a new project using IntelliJ with JavaFX, I'm given two prebuilt classes, HelloApplication and HelloController, stored inside a package named com.example.demo. Aswell as a fxml file named, hello-view.fxml, which is stored inside a directory named com.example.demo insi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583364",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Django and AJAX: stop setTimeout after a value is updated I want to use AJAX to "watch" a webpage while some data processing is ongoing in the background using celery
AJAX file, worklist_download_ajax.js
(function worker() {
console.log('worker');
var ids = $('#Ids').val();
var timer = setT... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583365",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Using SSO in Collibra, how to assign author licenses The Collibra documentation provides helpful information on how to assign author licenses to regular accounts, however it doesn't have any information on how to do so for accounts that are SSO. Is it the same process or is there something that differs?
Any help wou... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583370",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I merge these two SQL queries? I have the following SQL queries and I don't have the experience to know how to combine them but they work individually.
This first query pulls only the first record for the given dates in the SettlementDate table
SELECT
R.TradeDate,
R.PromptIndicator,
SUM(CASE WHEN... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583372",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Saving images without encoding them with laravel/intervention Sometimes i need to place images somewhere without encoding them or touching on the quality, For example:
The content-length of this image is 27661,But when i use save() method it become twice as its size on the disk:
// the original size is 27661
Image::... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583376",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Getting InternalServerError when I call the API in Parallel.ForEachAsync in >net Core I have an API that do Insert, Delete & Update operations in Oracle database. I have to call this API for multiple Items. So I use ForEach, and it works perfectly.
But when I try to do the same operation using Parallel.ForeachAsync ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583378",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: linux ident protocol equivalent for localhost connections How to make perl script access equivalent for ident protocol provided info for loopback/localhost/127.0.0.1 tcp connections?
In short: I want to check local OS account at the other end of tcp connection over loopback interface (from this host to this host). ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583379",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: Creating a dropdown select field with 4 predefined options in Rails I want to create a dropdown select field in my 'kudos' new form with 4 predefined company values 'Honesty','Ownership', 'Passion' and 'Accountability'. The company_values_id are a part of the 'kudos' table. As far I know the collection select writte... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583381",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to run concurrency in python-telegram-bot this is my code
import logging
import requests
from telegram import Update
from telegram.ext import ApplicationBuilder, CallbackContext, CommandHandler
logging.basicConfig(
format='%(asctime)s - %(name)s - %(levelname)s - %(message)s',
level=logging.INFO
)
asyn... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583382",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Python: Memory corrucpts when initiate an object using default value (which is a list) Python memory corruption
The memory is corrupted when I create the class using the default value, then send the object into a recursive function.
My codes
To reproduce the issue, I created 2 simplified classes shown below
class No... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583384",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Unable to push pandas dataframe data to google bigquery table using Python I am unable to push pandas dataframe data to google bigquery table am getting error
"pandas_gbq.exceptions.ConversionError: Could not convert Dataframe to Parquet"
and
"pyarrow.lib.ArrowInvalid: Could not convert '1' with type str: tried to c... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583385",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to configure Openshift to not use cache when pulling image from external Docker Hub? I created a docker image and uploaded it to Docker Hub.
My goal is that every time a pod is created, Openshift will pull the image from Docker Hub, while ignoring any cache it has.
I created a new app using the following command... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583388",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Swift reloadRows on TableView with firebase observer I am trying to find the best solution to reload the newly inserted data of the tableView without reloading the entire tableView. I need to load the data top down so that the new data is shown at index 0 of the tableView.
ref.child(live_mode).queryOrderedByKey().qu... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583389",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: ASP.NET Core Web API : add non-CRUD opperations Is it possible to add non-Crud operations such as deleting a file in a Web API? For example, after a GetByID, this method deletes a file:
[HttpGet("{id}")]
[ProducesResponseType(typeof(Issue), StatusCodes.Status200OK)]
[ProducesResponseType(StatusCodes.Status404NotFoun... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583390",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Websocket connection with rails 7 to external wss return only ping I try to connect to a websocket server from my rails project and send a graphql susbcription query.
I tried with different methods , but still have the same problem : I receive a welcome message and then only infinite pings.
I used gem "faye-websocke... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583391",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: FETCH API and Display Data I been try to get some research online regarding this task I am new to JS and API thing but I do know basic fetch on API. Can someone give me some good reference about this.
1.For each item, add a hyperlink to the item name that will trigger a JavaScript function when clicked.
2.In the Jav... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583393",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Testing infinite observables with Jest and TestScheduler I am currently creating a test for a complex observable inside of an Angular project, but the test does not work at all (JavaScript heap out of memory).
Basically the Observable emits a new value from a REST service every n seconds (the polling rate, which can... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583397",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: I want to display the highest age of each gender and all the marks of that person
Gender
Name
English
Hindi
Maths
Science
Age
Male
Rajesh
68
56
67
95
14
Male
Suresh
83
99
85
88
15
Male
Amit
56
60
60
92
14
Male
Punit
90
68
86
99
12
Male
Rahul
75
57
68
62
16
Male
Alok
60
76
67
95
16
Female
Renuka
6... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583398",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: SFML when destructor is defined, i get access violation exception So my program works just fine but when i define the MapTile's destructor ( which just calls delete operator for sprite and a texture) it throws access violation at the start of the program. Can someone please help me? Here's the code:
Map.h
#pragma on... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583399",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: IF command for 2 date columns in 2 different tables I want to compare 2 date columns in 2 different tables using the IF command but it keeps saying the syntax is wrong.
What is the correct command for me to use in this scenario?
I created a relationship between the two tables and used the command:
IF(RELATED('POHDPM... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583406",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Field 'browser' doesn't contain a valid alias configuration resolve as module When running npm run storybook I got the following error.
Field 'browser' doesn't contain a valid alias configuration
resolve as module
D:\FullStack\UI\react-uikit\node_modules\@testing-library\user-event\dist\utils\misc\node_mo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583407",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Array reduce explanation I would like to get some advise through javascript cookies handling.
I have these code for extracting values from cookies.However i understand all the way till .map from .reduce array method i have some doubt. Can any body tell me what is happening through these method. Especially in
.reduce... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583409",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: module.save() Error 'TypeError: this __dict__ descriptor does not support '_DictWrapper' objects' I'm following a tutorial on Youtube for image classification with machine learning. I keep getting the error as shown in the title from trying to save a deep learning module with tensorflow.
I'm using PyCharm on Windows... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583410",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I store a ggplot object in a dataframe in R? I have a nested dataset that contains 4 columns: plots (storing ggplot objects), data (the datasets used to make the plots), and x ('a', 'b', 'c') and y ('d', 'e', 'f') (variables that are used in the plots).
The problem is that I'm missing some y variables, so whe... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583412",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: Round RangeSlider position values to 2 decimal places I'm trying to create a price range slider in Compose, I've found something that almost suits my needs:
@Composable
@OptIn(ExperimentalMaterialApi::class)
fun RangeSliderSample() {
var sliderPosition by remember { mutableStateOf(0f..100f) }
Text(text = sli... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583414",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: AWS CodeBuild DOWNLOAD_SOURCE failed - CLIENT_ERROR I always get the following failure message whenever my build is triggered via a GitHub webhook in CodeBuild:
CLIENT_ERROR: open /codebuild/output/srcDownload/src/.git/refs/remotes/origin/feature/pre-promo: is a directory for primary source and source version 2f153... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583417",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is there a way to FilterasUtype using a textbox in Access I have a form bound to a table "INVENTORY" with fields: "Stock", "DECSRIPTION.", "Price". The customer requires a textbox that will filter the table by values in "Description" as she types in the textbox:
*
*She keys and filters for 1st word (table filterin... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583419",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: @ManyToOne mapping with only one field from the entity
We have this roomie_categories table which has composite primary keys and is mapped in the application as follows:
@Data
@Embeddable
@NoArgsConstructor
@AllArgsConstructor
public class CategoryCompositeKey {
private UUID subcategoryId;
private UUID category... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583421",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Rooted Device Self-Update not working on Android 12 I have a few tablets for clients that are rooted/managed, with their settings limited to restrict control over system settings. I have a small settings app that exposes the related settings for what they'd need to adjust given their work. This app has a self-update... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583422",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to use ForEach Loop for DataBricks Notebook Json object output I am trying to fetch the notebook value(json value) to loop ForEach activity. how do we use this approach. also my goal is ForEach activity needs to all lookup activity to fetch some details from azure SQL DB to concatenate the values to send another... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583423",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: why when I hover on title some property doesn't work? I have a title and ::before and ::after Pseudo-elements, I gave the Pseudo-elements an animation when I hover on the title here is the code :
.title-heading::before,
.title-heading::after {
position: absolute;
content: "";
width: 20px;
height: 20px;
ba... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583425",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Set protocol for go mod download command I've a go library, the source for which resides in a private repository (Azure DevOps git). Another go project references this library as a dependency. The referenced module path has a VCS qualifier like this:
dev.azure.com/<organization>/<project>/_git/<repo>.git
I set the G... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583428",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Less compiler issue - Deprecated feature I am trying to compile a .Less file and when I run it in Chrome, I get this problem:
I have installed both the dotless and Web Compiler 2022+ extensions in my project. I did have a look at this thread Here but it wasn't clear to me as it is referring to SASS not Less.
I have... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583429",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: angular - module federation different versions I have quite a big problem with connecting several versions of angular.
shell application uses version 14.0.0, it needs lazyLoad to connect angular version 12, here there is a problem because the application is quite large it has several modules, previously it was downl... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583434",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: mysql.connector.errors.ProgrammingError: 1115 (42000): Unknown character set: 'utf8mb4' mysql.connector.errors.ProgrammingError: 1115 (42000): Unknown character set: 'utf8mb4'
import mysql.connector
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75583436",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Appium 2 Webdriverio XCUITest - How to approve permissions modal iOS I'm completely stuck on allowing permissions on iOS in automation testing with Appium 2. I want to proceed with permissions and click Allow. But nothing happens, find element gets 3 retry and then timeout. ┐(´•_•`)┌
]1
*
*I'm able to install and ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583443",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Merging of multiples time series Today I tried to merge multiples time series, corresponding to clinical recording (Heart rate, Arterial Pressure...), to make TSfresh analysis. Some of this have the same time step, and other have different one, like this :
df1 = df1 = pd.read_csv("PATH", delimiter='\t', header=None,... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583444",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How can I make it so a paragraph element text changes each time the button is clicked? I already have a button that sends an alert, but I want something like when the button is clicked the text changes to this but if its clicked again it changes it to a different thing and so on.
I tried to put a <var> in a <p> and ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583447",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to save weights and biases without defining " model "? recently i am trying the PINN, i have read some codes, in this code, he didn't define the "model", the losses are directly applied on the weights and biases, so i want to ask if anybody know how to save weights and biases in this situation?
Thanks!
Here is s... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583448",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Recoding same variable across multiple data frames I want to create a simplified way of recoding the same variable (the same way) across multiple data frames. For example, right now I'm re-coding an age variable from state datasets FL and GA. I'm currently coding them separately. How can I condense this code?
FL <- ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583449",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Can i connect a cat6 network cable on a cat5 rj45 connector? I'm having huge troubles trying pass a cable from my server to my pc, because i bought a cat6 cable and rj45 cat5 connectors, and i can't put them togheter , no matter how hard i try, even using the EIA/TIA 568A standard and the correct tools. They simply... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583450",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Execel & Outlook data search I have a dataset of emails in a excel column and I need to find owner name by searching my outlook mail as it pops up the owner name with thier email, is there a shortcut to process this huge data.
Any trcik or shortcut to do so
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75583451",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Check if the response comes from okhttp cache while using ktor I use the following client
private val client: HttpClient by lazy {
HttpClient(OkHttp) {
engine {
config {
cache(Cache(File(App.context.cacheDir, "ktor"), 10 * 1024 * 1024))
}
}
install... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583452",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Code Igniter 4 Error when showing table from database I want to show all supplier records from my table to my view, but it always returning this error when I show the data with print_r although the table name and database is correct it wont show the table contents.
It always output this error :
object(CodeIgniter\Da... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583454",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Trying to make an online slots click bot I'm trying to code a bot in Python that will play a demo slot game for me. I want the bot to click a button when it appears on screen, a certain number of times. So for example, at the start of the game, the bot will click the spin button. The reels will spin and the spin but... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583456",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Preprocess a dataset for federated learning error TypeError: object.__new__() takes exactly one argument (the type to instantiate) I have a csv dataset which I want to split in 5 parts to distribute it to 5 clients that I have in a federated learning scenario. Here is my code:
train = train.iloc[:, 1:]
train = trai... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583460",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Importing a rust app exported to wasm as a React component I am building a simple 2d game in Rust with Bevy. I was able to export it to wasm and generate javascript files to load it in a web page via wasm-bindgen --out-dir ./out/ --target web ./target/wasm32-unknown-unknown/release/starkship.wasm. This works well in... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583462",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Getting webpack compilation error when using Faker 7.6.0 in Cypress 12.5.1 Trying to use faker for random data generation.
Under support > e2e.js added
cy.faker = require('faker');
In spec file "TestRandomData.cy.js"
import {faker} from "faker-js/faker"
const cityName = faker.address.cityName();
describe('Test Rand... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583463",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Vue3 Copy Router Path to Clipboard with User Data I have a search system set up that loads a datatable of every account from an API call, then once you select the account ID, it will place that account ID in a store, and route you to the user's Dashboard where it then populates the information based on that ID.
stor... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583464",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Keycloak: Logout from client application doesn't logout user from Kibana I have two applications that are registered as client with Keycloak. First application is custom developed and uses spring security to handle the logout.
Code snippet for logout:
@Bean(name = "logoutFilter")
public LogoutFilter logoutFilter(Ada... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583467",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Angular service promise response test using jasmine I created a project and it contain a service which return a promise boolean response. So, I wrote spec code to test the code and its falling. The error as below,
Expected 'yes' to be 'no'.
please help me to identify the issue which I did when testing the promise r... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583470",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: CardinalityViolation: ON CONFLICT DO UPDATE command cannot affect row a second time , in databricks --> postgres I'm getting below error while loading data in postgres table :
INSERT INTO edh_services.ec_users
(cdc_ID,organization_Id,user_email_ID,rec_crt_ts,rec_updt_ts) SELECT DISTINCT
cdc_ID, organization_... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583472",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to QUERY a SPLIT csv and find the value that matches criteria in Google Sheets I want to SPLIT("1,4,10,17",",") and then use QUERY to find the lowest number that is higher or equal to a number of my choice.
So for example, if my choice is 5, it will return 4 or if my choice was 15 then the result would be 10.
Wh... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583474",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Placeholder not working inside a mat-form-field Angular The placeholder for input which is "Search Here" is not working.
is it because its inside a mat-form-field ?
the Css file for input class is only
.search-input{
width:100%;
}
Any help would be highly appreciated
<mat-form-field class="search" float... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583479",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to test a component with a subcomponent in Jest E2E? I'm beginner at Jest and I'm testing E2E in React Native with Jest, but I can't figure out how to test a subcomponent.
Here is the component that I'm trying to test:
export const TimesheetCardFooter = ({
dueDate,
status,
testID = 'timesheetCardFooter',
}... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583480",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Make a request with API Fetch using IPv6 in NodeJS 18 I have a Debian server with IPv4 and IPv6 and every time I make a request from the NodeJS Fetch API it is done using IPv4.
I understand that the server is prioritizing the network with the IPv4, but is there a way to change this preference only in NodeJS? And for... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583481",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to list files in a sftp from scala using akka.stream.alpakka.ftp? In my Scala code I have:
val ftpApi: FtpApi[SSHClient, SftpSettings]
val futureResult = ftpApi.ls(basePath = path, connectionSettings = settings)
this generetes this output:
11:53:36.875 [sshj-Reader-/200.13.144.60:181] DEBUG net.schmizz.sshj.tr... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583486",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to check if user.id is contained in an array of objects in Javascript? I am trying to check if a user (preferrably the id) is contained in an array of users, i am getting some issues when i try doing it this way
if (
res.data.followers.includes(id=1)
){
setIsFollow(true);
console.log("user exists");
}
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583489",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Unbuffered Channel issue in Golang I am getting below go program working but need to have input channel as buffered.
How to make the same program run without having the buffered channel.
package main
import "fmt"
func main() {
// create 2 channels, how to make input channel as unbuffered
input := make(cha... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583490",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: How to mock axios with Vue Test Utils and Jest? I'm trying to run example from here: https://v1.test-utils.vuejs.org/guides/#testing-asynchronous-behavior
my component:
<template>
<button @click="fetchResults">{{ value }}</button>
</template>
<script>
import axios from 'axios'
export default {
data() {
ret... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583491",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Request method 'POST' is not supported with custom login page We have a custom login page form using Spring Boot MVC & Spring Security that uses a username and password.
However every time we do a submit, we get the following error after the user logins in, it's supposed to go to the main dashboard:
There was an un... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583493",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: NoMethodError: undefined method `pluck' for nil:NilClass I am currently working with Ruby on Rails and I encountered a weird thing.
So, I am creating an array, then using .pluck(:client_id) on that array and I get the following error: NoMethodError: undefined method 'pluck' for nil:NilClass.
I used binding.pry to ch... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583496",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Modules communication in multi module android app I try to realise multi module android app.
I read modularization documentation section which is started here. There is Figure3 in feature modules section. This figure demonstrates connections between :feature and :data modules. I have :domain module which is included... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583497",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I merge the following tables in sequence when the key columns are different? I have been requested to merge several tables in a specific order. The first table, 'a', serves as a directory with some basic information for each entity, uniquely identified by 'id'. The second and third tables each have specific i... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583498",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: AWS EMR - EMR-DefaultRole is not being displayed in the dropdown box I want to create an EMR Cluster in AWS. To do that, I need to select a service role in the last step, but when I click the drop box, no role appears.
When I looked at someone's tutorial, there was a default role called EMR_DefaultRole. Why can't I ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583501",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: I am very confused by the load function in this example import random
class Server:
def __init__(self):
"""Creates a new server instance, with no active connections."""
self.connections = {}
def add_connection(self, connection_id):
"""Adds a new connection to this server."""
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583505",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Powerapps formula error "on save" property please a need help to make the formula works.
So I place the formula and now I cant submitform if central or not.
I would like to applied codeblk1 and codeblk2 if person is from central, if not from central then just codeblk2.
With({
codeblk1: DataCardValue3.SelectedDat... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583506",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Beginner Question in PostgreSQL concerning CASE, WHEN, THEN, END AS I am following a video tutorial that tackles CASE, WHEN and END queries. pgAdmin can find it with SELECT but when using the CASE it ceases to exist!
select film_id, title, description, release_year, length, rating,
CASE
WHEN language... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583508",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Swagger json file in API Manager I have deployed my Azure Function behind an API Manager.
Is it possible for the API Manager to expose the same swagger endpoint as the azure function.
For e.g :
If the function app swagger url is :
https://myazurefunctionapp.azurewebsites.net/api/swagger.json
I need
https://myapimana... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583509",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to check if a pandas DF column has dictionary in it? Referring to this Thread: Identify columns containing dictionaries in pandas
The above one will find the columns if it has a list of dictionaries. I want to find if the column values are 'a' dictionary. If yes, how to convert them to columns of its own.
Tried ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583512",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Web3 contract call using Web3.HTTPProvider takes too long(what can I check?) I am using Web3 instance to call contracts on-chain (arbiturm)
I am using Infura for node provider.
But when I call a contract, it takes like 2-3 seconds for each call.
What kind of things can I check as a blocker? reason for being this slo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583513",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Binance {code: -1022, msg: 'Signature for this request is not valid.'} I use SSR in next js with simple js fetch to make binance order, but facing with {code: -1022, msg: 'Signature for this request is not valid.'}
var keysBuy = {
"APIkey": 'my api key',
"SECRETkey": 'my a secret key'
}
var myHeaders = new H... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583518",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: how to convert a docx into html So I have a program that can create a docx file and now I want to implement a code that takes the docx file and converts it into html.
I have somewhat made it functional but the problem I'm having is that the converter does not detect the headers/title or a list. I've tried to make it... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583519",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: changing a 2d array in React I'm kind of following this YouTube tutorial to make my own Tetris game in react. I'm doing this to train my react skills. I'm trying to come up with my own solutions and sometimes check what Thomas did in the tutorial.
I'm having a problem now when I try to populate the map grid with is ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583520",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Trigger to fire after Insert/Update/Delete not firing after Insert I added the following trigger to a table but it's only firing after Update and Delete, but not for Insert - why?
I tried changed the AFTER INSERT, UPDATE, DELETE to FOR INSERT, UPDATE, DELETE
CREATE TRIGGER [dbo].[EPRTrigger]
ON [dbo].[TriggerTable]... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583521",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: code of datacake for the device rak10701-L I have a field tester, and that device use a payload to read the data it sends but my payload have an error with the distance and i cant get the real distance in the moment and I get a default 250 maxdistance and mixdistance ,but the others things work very well
this is the... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583522",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: can firebase cloud functions handle 100K+ requests at the same time? my app may have 100K+ Users active at same time so can Firebase - Cloud Functions & Firestore handle that traffic.
Not getting a clear answer from firebase documentation.
A: You can have as many instances as you need! For example in documentation ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583523",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Why Android NDK's System.loadLibrary tries to load a SONAME I have a vendor library that I need to link against: libSnpeHta.so
I successfully can link against it in the Android.mk
...
# main project
LOCAL_MODULE := mylib
LOCAL_SHARED_LIBRARIES += snpe_hta
include $(BUILD_SHARED_LIBRARY)
...
# dependency
include $(CL... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583530",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I organizing parts of a code file into titled, collapsible, bordered UI containers in VS Code? How can I separate different parts of code in any file into separate modules, simply for easier visual understanding of the different parts, preferably collapsible too- and supporting any code language in VS Code?
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583531",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: TypeScript KeyOf with Type Constraint for optional nested property I have a generic function that takes multiple generic parameters:
function myFunction<
L extends Q[K]["nodes"],
Q extends Record<K, { nodes: L[] }>,
K extends keyof Q>(
document: Q,
dataKey: K
): L[] {
//do something with the Docume... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75583533",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |