text string | meta dict |
|---|---|
Q: speed and cost optimization of if statement in aws lambda I have an aws lambda function that works as expected.
It looks something like this...
def lambda_handler(x):
if x < 0.9:
return 0
else:
#some code
print (x)
return 1
If the user input value is more than 0.9 then the la... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588429",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Merge a Specific sheet from multi excel files into a new file I need your help to improve the code.
I have multi excel files ( 300 files) with the same format in one folder. I want to merge only the sheet name (DATA) from each excel in the folder. and I want to list the names of merged files in seperte sheet.
I am n... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588434",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Deleting entity in async method in a loop I delete user activitiy entities using hibernate, but got this error:
Error for user activity 461
org.springframework.dao.EmptyResultDataAccessException: No class com.db.model.UserActivity entity with id 461 exists!
I call this async method from scheduler. I know that EmptyR... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588436",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Want to create Neo4j Nodes relationships using APOC and foreign key constraint auto I have RDBMs tables with me (Consider just 2 tables having 1:M relationship), I want to create Neo4j Graph using APOC library call. I can fetch row and create nodes, But How I can create relationship? I don't want to create relations... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588439",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Why is my "simple" labor calculator not correct? I'm making myself a excel pay calculator that calculate what I should be getting paid. Cell f3 is the determining factor on how it calculate my reg hours, ot hours and dt hours. My clock in time is in cell d10 and my clock out time is in f10. It calculates correctly u... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588444",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: IFormFile is always null after doing post in javascript Here is an extract of a larger page that is to upload a file to a c# controller using pure javascript in a .Net Core 6 MVC App.
When it hits the controller, the myFile parameter is always null.
We've tried things like [FromBody] and [FromForm], but cannot seem ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588445",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Apache PdfBox verision 2.0.27 Not able to import PDImageXObject I'm trying to import one pdfbox package but Not able to import it.
import org.apache.pdfbox.pdmodel.graphics.image.PDImageXObject;
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75588449",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Return Value from Store procedure called inside another stored procedure in snowflake I am trying to call S.P inside a S.P in Snowflake using SQL Language:
CREATE OR REPLACE PROCEDURE Parent_Proc(process_tbl varchar ,audit_tbl varchar,process_nm array)
returns varchar
as
declare
COUNTER int default 1;
t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588454",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: javascript is not running as expected I'm trying to make html css js responsive but it doesn't work as expected, when it's minimized it's already responsive but when onclick it doesn't work.
navigation and navbar won't appear and disappear when clicked.
html and css are working
but js I don't know what's wrong or wr... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588460",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Spring, validate all header parameters and error out once Would it be possible to validate all header parameters once and return the validation message for all required parameters instead of Spring returning field by field errors?
Example: If I don't pass two header parameters in the request below, Spring returns a ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588461",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Regex to match a dot between characters, with constraint on some word pair The regex should match any dot between any character combination e.g
"they.them"
"us.we"
But shouldn't match if the dot is specifically between apple and oranges or mango and guava i.e
Shouldn't match for
"apple.oranges"
"mango.guava"
but ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588462",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: My app keeps crashing with this java code I'm just trying to create a simple calculator in android. I did everything correct. even it was showing some problem. which I just click clicked and it solved like setting final value to editText and buttons.
but when I try to run it, it just crashes and exits.
Here's the ja... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588464",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Unable to locate element in Selenium C# I am trying to input username on username input field using Selenium C# but it throw no such element: Unable to locate element.
Here is what I have tried but non of them worked.
driver.FindElement(By.Id("username")).SendKeys("demo@zigzy.com");
driver.FindElement(By.Name("usern... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588466",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: When we send FCM sometimes image is not shown in notification I am using Firebase Cloud Messaging (FCM) to send notifications to my Android app. However, sometimes the images are not showing up in the notifications, especially when the app is in the background or terminated. I have checked that the image format and ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588468",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to transfer text from one phone to another via NFC in react-native? I am making a react-native demo in which I want to transfer string data from one android/ios device to another android/ios device and use that string data.
I have searched alot but did not found anything which is useful. Some of the article says... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588470",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Formating for Y axis in Chart.JS as Time I'm trying to show time on y axis from 9 to 6.
as my chart is stacked bar chart.
as one bar is combination of three values.
when I'm trying to run it give me blank char or y axis with values like "0,200,400,600,800,1000"
datasource:
let Chartdata={
labels: ["a", "b", "c"... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588471",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: I want to create a mobile app from my website I have a website and I want to create a mobile app from it. I don't want to use a service and wondering how do they do it?
Thank you.
I'm not using a framework.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75588473",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-4"
} |
Q: Node.js (tcp socket cliend) into javascript file of html Hi so i have two PCs that need to have communication via tcp socket. PC A is server, PC B is client.
For now, i made mock simple server&clients that send&receive data. two PCs are connect to same ethernet switch.
const net = require('net');
const client = net.... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588474",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Finding common values in a 2 column SQLite database I have the following database named 'social_links' where Column A knows Column B:
A B
1 2
1 3
1 4
2 3
2 5
4 2
5 3
5 4
How do I query in python to find for example: User 1 knows User 2 and at the same time knows User 3. User 2 in the other hand, knows User 3 meanin... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588477",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: Upgrading PHP 7.4 to PHP 8.1 for Laravel 8.x I have a Laravel 8.x project that have been running on PHP 7.4 for a couple of years now and I would like to start planning the upgrade for Laravel to v9.x and v10.x. Before upgrading Laravel I thought I would upgrade the server to PHP 8.1 for the time being because I am ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588480",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Copy link value using navigator API is not working in Vue In a vue.js app, I want to click on a link and copy its value to the clipboard but each time I clicked I got this error-
[Vue warn]: Error in v-on handler (Promise/async): "TypeError: navigator.clipboard is undefined"
Here is my code-
<a @click.prevent="copy... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588482",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: File observer in Android delete event not working In Android when we are using file observer for delete event it is not working because now the devices send the deleted items into recycle bin instead of deleting, is there any alternative solution for this
Tried using move from and move to event but it is also not wo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588486",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Enable sonar scanning for .svelte files I am not able to run sonar on .svelte files. I have tried updating the language setting by adding .svelte in html tab but no luck. Any help?
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75588487",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to randomly sample but keeping position of certain values the same in R I have a species list of names from a phylogeny, I want to randomly change the position of certain species names in the phylogeny while keeping a subset of the species names in their original positions.
for example:
#full species list:
name... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588491",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: Most efficient way to web-scrape 10,000 pages on a website in Python Hello I'm new to webscraping. The website I'm attempting to scrape uses incapsula.
Through trial and error, I discovered that beautifulsoup doesn't get the html, however selenium and scrapy successfully get the html data. However, selenium and scra... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588493",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: How to set the perspective to show real positions in OpenGL C++ I am trying to make Minecraft in opengl using the glad library, sfml instead of glfw and the glm library. I have rendered ten cubes besides each other(without any gap) and their one side is touching with each other. But the perspective is generating a w... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588495",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Elasticsearch query null check for two fields with OR condition I want to alter the data in elastic search with a java 7 application running on jboss server. In elastic search index there are two fields called city_id and country_id. With new implementation I need to search for city_name is null or country_name null... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588496",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Updating deep nested columns in Pyspark Dataframe I have a flat dataframe df_flat (no nested structure) which I need to save in a specific structure. The resulting schema should look like this:
|-- risk: struct (nullable = true)
| |-- last_month: struct (nullable = true)
| | |-- activity: struct (nullable =... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588500",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I Download a file Stored with spatie by API Call in Laravel? I have stored an activity log file in database. The database returns the log file when id is passed.
public function downloadFile($id)
{
$data = $this->repository->findById($id);
return $this->response->item($data, new LeadActi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588502",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to push new element in map under case statement inside loop in clojure I am writing clojure code where I am using case statement inside the loop and I want each data in a single map, below code I have written and what ever data I am getting in print statement I want all that in a single map
(defn formatGa4Dime... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588505",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: 'GstV4l2Src' has no property named 'caps' I'm using GStreamer to get v4l2 data and display it on my panel. For gst-launch-1.0, it is gst-launch-1.0 v4l2src device=/dev/video0 ! video/x-raw, format=NV12, width=640, height=480, framerate=30/1 ! waylandsink, and it works. But when I create the pipeline I get an warning... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588507",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: 401 Unauthorized HttpInterceptor Catch Error handler I have multiple api fetching in angular component, if any of them throw 401 unauthorized error, i should stop calling further api.
Its look like my code is working, but i don't want to fetch further API if response from API will be 401.
@Injectable()
export clas... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588510",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: swagger-codegen-v3 mustache files custom templating not working for python-flask I am trying to use custom templates on my swagger server code generated by swagger-codegen-v3 docker image. I am using an already validated yaml file as source, a trimmed version of pet-store sample.
I downloaded all mustache files fro... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588511",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to send textinput value to POST request? <html>
<head><title>POST</title></head>
<body>
<form id="fromPost" name="fromPost" action="http://localhost:8099/dashboard/" method="POST">
<textarea id="txtValue" name="txtValue" form="fromPost" >I need to send this to post request</textarea>... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588512",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How can I determine, if I ruining something or causing sideffects when I manipulate DOM directly? I do understand that manipulating DOM in Angular is not a best practice, instead the developer should achieve the required UI state changes using Angular's higher level abstraction API.
I intend to develop completely a... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588513",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Can i route host directly to a path in the backend? I am using nginx-ingress.
Is it possible to route host to a path of the backend?
For example,
foo.example.com/ -> my-service:80/myapp/gui/
bar.example.com/ -> my-service:80/different/path/here
I tried this
spec:
rules:
- host: foo.example.com
http:
pa... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588517",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Reduce image quality when resizing with bitmap I Use this code to resize image:
int w=Integer.parseInt(edw.getText().toString());
int h=Integer.parseInt(edh.getText().toString());
resized = Bitmap. createScaledBitmap ( myBitmap,w, h , true ) ;
//
Bitmap bitm... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588519",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Unable to scrape data from from a goverment website featuring a dashboard, having multiple pages, all with same URL Trying to scrape data from the website https://www.pmfby.gov.in/adminStatistics/dashboard. Upon clicking the link, Screenshot 1 opens
What I am trying to scrape is starts from second screen (Refer Scr... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588521",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Spring: Pass integer value to an annotation from spring property file In my application.properties file
timeout=10000;
I want to pass this value to a class level annotation
@myRestClient( timeout="${timeout}")
public interface myClient{
//enter code here
}
Here the timeout value return by spring is String but I... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588522",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Cassandra 4.X - Custom retries not getting triggered I am trying to implement a custom retry as follows but "onWriteTimeOut " is not getting triggered for WriteTimeOutException . "onReadTimeOut" is getting triggered, but not working as expected.
ProgrammaticDriverConfigLoaderBuilder programmaticBuilder = DriverCon... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588523",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: R: Selecting All Neighbors of Degree "N" in a Graph I am trying to learn how to extract all neighbors of "degree n" for some node in a graph.
For example suppose I have a graph that contains friendships amongst groups of people. Suppose I select "John" and want friends of degree = 2. This means that I select :
*
*... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588528",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: logstash as a service : issue writing last_run_metadata_path The logstash service runs on an AWS ec2 instance, and also I have a pipe.conf file that has this config:
input {
jdbc {
jdbc_connection_string => "jdbc:sqlserver://xxxxx:xxxx;databaseName=xxx;encrypt=true;trustServerCertificate=true"
j... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588529",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Pairing up elements of sublists within lists in Python I have two lists Ci,Cb.
I am pairing up each element of the sublists within the lists. I present the current and expected outputs.
Ci=[[0, 0],[1, 2]]
Cb=[[0.1, 0.1],[5, 6]]
C1=[]
t=2
for j in range(t):
for i in range(2):
C=[Ci[j][i],Cb[j][i]]
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588531",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: WPF - Bound TreeView selection resets when switching tabs from TabControl In my C# WPF Application I have a TabControl which has a model as an item source. In each TabItem a TreeView is created, which is also filled with data from the model.
My problem is that when I switch through the tabs of the TabControl, the se... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588532",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Does FileIOWrite in ETW provides what data is written to file? I am using ETW(Event Tracing For Windows) for getting file write data. Does the ETW provide what data has been written to the file?
I tried using the IrpPtr field to get data but it says can't read from protected memory.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75588533",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to expand a NTTP parameter pack with a fold expression I have a function (bar) that takes a pack of NTTP, hax can I expand the pack using fold expression so that each element of the pack is the template parameter of another function (foo).
#include <iostream>
#include <string_view>
#include <type_traits>
struct... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588535",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Python: Error when running Python script on Raspberry Pi Title: "Error when installing Python package using pip"
Details:
I'm running a Python script on my Raspberry Pi, but I'm getting an error message that I can't seem to resolve. Specifically, I'm trying to read data from a sensor connected to my Pi using the RPi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588539",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Generate short string keys from long integer keys I have large set of keys (~100m) that are 10-15 digit integers. The goal is to hash them to the shorter the better string keys. A random thought is if I can built the string key using [a-z0-9], then (26+10)**6 = 2billion, so 6 digit is enough. Not sure it is achievab... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588544",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Karate Run option on individual scenario does not work for VSCode karate plugin I am facing a problem with the Karatelabs VSCode plugin i.e. https://marketplace.visualstudio.com/items?itemName=karatelabs.karate.
My karate config file is calling a feature file which in turn is calling a JAVA file to get the user name... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588548",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Segmentation fault: Struct Pointer I'm trying to learn how to use SMTP on C using Winsock. I've followed the guide provided by Microsoft, and the final code as is, works perfectly. Now, I decided to take it a step further and make it a little bit more "organized" by taking different parts of the code and put them in... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588549",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: spark scala dataframe.show is getting stuck I am running simple spark code on EC2 instance. It writes dataframe with 6 records and 6 columns as parquet file and then tries to read it and display content. It is getting stuck on df.show() step. Data is not huge or anything.
code to read is
df = spark.read.parquet("s3a... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588550",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: What is the most efficient way of communication between an exported Godot project (Windows) and a compiled Python executable? The scope behind this question is to create a GUI linked to a database connected to Microsoft SQL Server.
I have chosen Godot 3.5.x for the GUI design for its simplicity and intuitively and f... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588552",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: getting the error: Overload resolution failed when working with mediaSource and fileReader in the code below i'm trying to create waveform image from audio file my function receives as an input, but when I upload audio files im getting the following error: Failed to execute 'appendBuffer' on 'SourceBuffer': Overload... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588553",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Editing column value of a dataframe, but only where a column value is found Say I have a dataframe with columns 'Name', 'Location', 'Value'. Say I wanted to pick out rows that only had a certain name. This is simple enough with the following command:
df.loc[df['Name'] == 'James']
Now say that I wanted to change of ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588554",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: In vs code when i discard the code what to do to get it Can any one tell when I discard my own code & how to get it back
I need to know what to do in vs code
Is there any option to do
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75588555",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: AVEVA Wonderware Failed to deploy , Remote Node's UserId/Password don't match GR Node's While Deploying the Platform , i am facing following error.
Error: Failed to deploy <Platform_Name> : Remote Node's UserId/Password don't match GR Node's.
A: Run the Change Network Account utility on both machines and reboot. It... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588558",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I get event that outgoing call is accepted from the opposite in Android 13? I'm developing a call recorder app that uses of default call app on Android 13.
I need to get the event when my outgoing call is accepted from the opposite at that time.
I tried using TelephonyCallback(), TelephonyCallback.CallStateL... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588559",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: VBA noob. Replacing zero values with "No" and greater than zero with "Yes" on multiple sheets in multiple columns based on header I currently provide clients with a list of the products we have and their availability, but putting it together is more time intensive than I would like. The source product lists, which a... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588560",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Other Linux Users Fail to Start the xorg by Running the Startx Command The following information is displayed when i run the startx command in the new_create user(calamari):
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Error: Can't find file "en" for symbols include
> Exiting
> ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588562",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Use Force Index with Hibernate JPA Repository Query Hint? Looking for a way to use Force Index on a MySQL query (not native).
Is it possible to create a custom QueryHint that can be registered and applied which will add the necessary sql FORCE INDEX (some_index_name) to the query?
If so can anyone give an example or... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588563",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Pass array and receive array in Promise.all I have a list of currencies:
ETH: 0,
BTC: 0,
USD: 0,
UAH: 0,
EUR: 0,
Full code:
data() {
return {
selected: 'USD',
selected2: '',
tickers: [
{
id: 1,
name: 'USD'
},
{
id: 2,
name: 'EUR'
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588566",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to find the minimum number from a list of Redis keys using RedisAtomicInteger and then increment it using RedisAtomicInteger How to find the minimum number from a list of Redis keys using RedisAtomicInteger and then increment it using RedisAtomicInteger
I am trying to find a minimum count for Balls(my redis Key ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588567",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Jasper Report Time Change How to Change time zone in Jasper Report in Struts Framework base project
The date-time of every report at the bottom should be as per Malawi time.
Code:
$Rgeneratedon}+" : "+new SimpleDateFormat("dd-MM-yyyy h:mm a").format(new Date())
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75588568",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Leetcode 652. Find Duplicate Subtrees The question is of finding duplicate subtrees and the approach used is to convert each subtree to a post order tree and compare them.
class Solution {
public:
vector<TreeNode*> ans;
unordered_map<string, int> list;
string helper(TreeNode* root){
if(!root)retu... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588570",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: How to deal with imported library dependent on Document object in MV3 service workers(background script) I am in the process of migrating a chrome extension to MV3 . Now we use a library called Segment Analytics. This is basically for capturing events that happen . Basically content scripts & popup script pass event... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588572",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: On linux terminal, I copy something selected by mouse to clipboard, and past that to outlook email. How to present the color I selected by mosue On Linux shell,
I copy something selected by mouse to clipboard as below.
and then I past that to outlook mail and the color did not be presented as below.
How to presen... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588574",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: What is the difference between Work item, boards and sprints in Azure Devops In Work Item i am able to see task and user story, I boards I am able to see only User story and in sprints i am able to see both. So what is the difference between them and for which purpose we use boards and sprints?
A: In Azure DevOps ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588579",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Unable to create a custom Tauri window title bar in Sveltekit I have setup a Sveltekit-Tauri app and want to create a custom title bar. I followed the instructions as per Tauri's official page. The html and css works. But the javascript shows an error.
<script>
import { appWindow } from '@tauri-apps/api/window'
do... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588582",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: When mouse hovering, How to i get Parent element in my custom tooltip class in WinUI C#? In my custom RibbonScreenTip class I have to handle the event as ToolTip.Opened.
public class RibbonScreenTip : ToolTip
{
public RibbonScreenTip ()
{
DefaultStyleKey = typeof(RibbonScreenTip);
this.Opened... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588583",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Anylogic-Railways and trains Please can you share useful links to learn modelling of railway with several yards.
I want to fix save data of location(in certain yard) of locomotive and railcars. I'm developing IOT system for railroad. Thank you.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75588584",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: I'm trying to develop a (private) hit counter My code attempt uses php functions fopen(), date(), time(), fwrite() and fclose(). There are a few examples I have found (e.g. w3schools)that use several of the components I need but, in my hands, no joy.
First attempt at code to be included eventually in a bigger page:... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588588",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Spring SimpleJdbcCall - stored procedure parameters getting exchanged/Stored Procedure Meta Data query happening for each stored procedure call We are using AMQP jms queue and spring boot microservices , we are getting stored procedure name and parameters to be called from jms message with we will call and use the r... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588589",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Keycloak: Custom login page with React I'm new to Keycloak and I was wondering if it is possible to have a custom login page made with React which can have an authentication on Keycloak or if I could customize Keycloak login page with a React form.
A little help would be appreciated!
Thanks :)
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75588590",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Data Migration In Apache Age How to migrate the data from one database to another in Apache Age like if I have one database "db_1" and want to transfer data from that database to another one "db_2" so how can I do that??
I've seen the process for migrating PostgreSQL using dump and then load the file. Does the same ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588591",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: ReferenceError: window is not defined in Next Js error - ReferenceError: window is not defined
at Object.<anonymous> (D:\ZZZ\my_app\node_modules\react-flip-page\dist\index.js:1:254)
at Module._compile (node:internal/modules/cjs/loader:1226:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588592",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Visual Studio 2022 not loading Android project I am attempting to open a solution with 9 projects, inside a workspace on TFS, via VS 2022. I have tried using both VS 2022 Community 17.5.0 and VS 2022 Professional LTSC 17.4. Neither have that issue initially, but after some use, the problem manifests.
The solution ha... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588595",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Flutter: Why is my table only loading after I save the data and not when I load it in initState? I have a list of objects that I am attempting to save
List<Exercise> todaysExercises = [];
//Load data from shared preferences
Future<void> loadData() async {
final SharedPreferences prefs = await SharedPreferences... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588600",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Printing an information nested in PostgreSQL json data The following PostgreSQL query produces an output in json format.
SELECT exampleColumn::jsonb FROM public."MyTable"
The output is as follows:
[
{
"testSettings":{
"www.test1.com":{
"IpAddress":[
{
"... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588601",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to extract pvalue for each column in r? I have a dataframe as follows:
df = structure(list(aa = c(1L, 5L, 8L, 10L, 1L, 10L, 8L, 6L, 7L, 4L,
1L, 5L, 7L, 7L, 5L, 8L), bb = c(2L, 9L, 1L, 10L, 8L, 7L, 10L,
8L, 1L, 7L, 2L, 10L, 3L, 5L, 2L, 10L), cc = c(1L, 5L, 9L, 4L,
9L, 1L, 8L, 3L, 2L, 2L, 2L, 5L, 7L, 2L, 2L, 3L... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588602",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Create a new symfony project in an existing new git repository When trying to create a new symfony project in a newly created git repository folder I got the error message Project directory is not empty.
Example
symfony new myApplication
With error message
Project directory myApplication is not empty
Does anyone f... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588606",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: REDIS: recommendations for efficient prefix search For our use case we have to index about 100K documents containing one text field, which most of the time consists of a single word (e.g. nickname), and several numeric fields.
Also, we need to be able to run prefix queries on the text field in an efficient way. For ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588608",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Cython not installed. Please install cython from I installed RADAR tool (for Rapid Automatic Detection and Alignment of Repeats in protein sequences.).
RADAR requires Cython for setup. I installed cython, If i want to instal RADAR, I got the below message :
print """Cython not installed. Please install cython from h... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588609",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Limiting Bandwidth for Windows using command line I am trying to throttle my internet speed upto a certain limit for testing purposes. I am looking for a command-line utility for doing so as I want to integrate the commands in a script. In Mac, the PF (packet filter) and dummynet come in default. So, throttling can ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588610",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Want to create live streaming using WebRTC with laravel I am creating an education portal in their i want to add live-streaming feature for Teacher and students.
Teacher can create live-stream and students of his batch can join the stream. for this i am flow this tutorial https://dev.to/mupati/live-stream-with-webrt... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588611",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to fix "An expression tree cannot contain a call or invocation that uses optional arguments" while mocking in C#? I have this method which I am try to mock in C# but I am getting an error -
Task<(T, HttpStatusCode)> SendPostRequestAsync<T>(
LoggingContext loggingContext,
string path,
CancellationTok... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588613",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to solve Expected 'this' to be used by class async method eslint Error How to Solve this eslint error
Expected 'this' to be used by class async method 'changePassword'
Code
import { makeAutoObservable, reaction, runInAction } from 'mobx';
import agent from '../api/agent';
export default class UserStore {
con... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588614",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Wagtail modal window feedback form located in navbar I've referred the steps given in this answer given in this question below:
Modal Formbuilder for wagtail?
However, I'm getting this error:
TypeError at /
'DeferringRelatedManager' object is not callable
This is my current form model in the app "Contact":
contact/... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588615",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: There is a way to changing base Constructor order? This code won't output faculty value, because of base() order.
Undergraduate student1 = new Undergraduate("Bob","IT");
class Student
{
public string Name { get; }
public Student(string name)
{
Name = name;
Message();
}
public v... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588616",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Is there a way to know how much size a socket.io totally send and recv? I have searched the internet but not find any helping thing, and the document's of Socket.io also not mention it.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75588617",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Event invitations not going to attendees in Lightning with EAC enabled I have enabled EAC with email, events and contacts sync in both directions for my outlook account. I can see contacts from SF in my outlook and able to send email and it is capturing under activities of related contacts.
But Im unable to send eve... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588618",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: I Am facing issue on WebSocket Connectivity and Response not getting after send message Error on Websocket Connection, sometime it's connected and already connection established and not getting response after connection
try
{
// Initialize ClientWebSocket instance and connect with Url
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588619",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Authentication failure in creating item in cosmosdb with csharp code I am following this tutorial to get started on cosmos db - https://learn.microsoft.com/en-us/azure/cosmos-db/nosql/quickstart-dotnet?tabs=azure-portal%2Cwindows%2Cpasswordless%2Csign-in-azure-cli#create-account
In the tutorial, cosmos URI and PRIMA... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588623",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Download and upload zip file to sql sever database using java I'm trying to upload zip files and pdfs file to my sql sever database using java swing but dont know how to start
Can somebody help me with it
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75588624",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: how to calculate the nearest location to locations in excel sheet from another locations un another excel sheet using Lat and Long using python i'm trying to calculate the nearest location from group of data to other group of data from excel sheets so far that's what I wrote, however I'm troubled with the below issu... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588627",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to pass multiple kwargs arguments in a function call in Python 3.10? I am trying to pass multiple kwargs arguments in a Python function but without any success. I am using Python 3.10.8. I have read solutions online but they're not quite working for me.
Here is the problem. I have kwargsX, kwargsY and kwargsZ in... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588630",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Katex parse error: Unknown column alignment enter image description hereI used anaconda to launch vs-code and opened an .ipynb file and came across the parse error in the title,
but it compiled fine in browser (same code).
$$u\\left( c \\right) = \\left{ {\\begin{array}{\*{20}{c}}
{\\frac{{ - {e^{ - \\alpha c}}}}{\\... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588631",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Mapbox Drop-in UI with React-Native and Android Native UI View causing app crash Some details and context:
I've been trying to get turn-by-turn navigation running in our react-native app using the Mapbox drop-in UI and/or SDKs. We've created a native-ui bridge to react-native and can call basic commands however on a... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588632",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Containers have to accessible from only one ip and they must be able to connect each other I have three containers running, swagger, my_api and nginx. I want them to be accessible only from one ip.
When I apply rule, they can not talk to each other.
$ iptables -t filter -nL
Chain DOCKER (1 references)
target pro... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588633",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: The SDK 'Microsoft.NET.Sdk' specified could not be found. in Visual Studio Community 2022 version 17.5 Since Visual Studio 2022 updated from version 17.4 to 17.5, I couldn't load my project. and get the error "The SDK 'Microsoft.NET.Sdk' specified could not be found." But if the project was opened in version 17.4, t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588635",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: What is the memory usage in javascript when using the comparators such as '==', '===' and Object.is() method? ==, ===, Object.is(value1, value2) are used in JavaScript to compare values. This will return true or false. I want to know if there is any memory usage difference between these comparators.
example usages,
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75588638",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |