text string | meta dict |
|---|---|
Q: Memory for Integers like String? Actually I was studying strings in java and I got to know that 2 reference variables will point to same object in the string pool ( so to verify this we use "==" operator and it gives true!
My question is that for integers also == operator gives true for 2 reference variables having ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580285",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to preserve category dtype in pandas multiindex when concatenating data frames? I'm handling data (in my real use case, chromosome names, but here I used dummy names) for which I want to be able to control the sort order, and that will be part of a MultiIndex (also containing positions within chromosomes: I want... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580288",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Excel VBA Json Converter to table I've been trying around with the VBA JsonConverter.
Hi have a json that looks like this:
{
"payload": {
"c": {
"aa": "value_aa",
"bb": "value_bb"
},
"k": {
"aaa": "value_aaa",
"bbb": "value_bbb"
},
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580291",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: ERESOLVE unable to resolve dependency tree rxjs@undefined I installed Node.js and Angular on my Mac but when I tried to create a project I recieved this error message in the terminal [Terminal output] (https://i.stack.imgur.com/0i4qc.png)
The version of node.js is 18.14.2 and the version of Angular client is 15.2.0
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580292",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Converting French and English names I have French and English noble names like this: Robert d'Artois, Charles de Valois, Edmund of Woodstock etc.
Capitalization is important, because you can have, for example, knight of France, or bishop of people, which aren't person names for sure.
I would like to change the said ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580293",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Error while implementing SSO with okta in saml using spring boot and spring security I was using this link as a reference to implement SSO: https://medium.com/digital-software-architecture/spring-boot-spring-security-with-saml-2-83d87df5b470
This seems to work if the spring boot starter parent dependency is version ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580294",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Problems building fmt library in /MTd Mode with Visual Studio 2019 I tried to build fmt library in /MTd mode. I added /MTd to set(PEDANTIC_COMPILE_FLAGS /W3 /MTd) in the CMakeLists.txt file. The problem then is that when building, the following is passed to the cl compiler:
/D_WINDOWS /EHsc /Zi /Ob0 /Od /RTC1 -MDd /... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580295",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: error running npm and node commands in Visual Studio Code I can execute node commands in a command window like ng serve -o
But when I try it in VS Code I get this error
ng : The term 'ng' is not recognized as the name of a cmdlet, function, script file, or executable program. Check if you spelled the name correctly... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580297",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Unable to calculate Heart Rate Counts from ECG/PPG sensor(AFE49I30 sensor) I am trying to calculate my Heart Rate using a PPG/ECG sensor (I am using an AFE49I30 sensor) using the Xamarin form Application.
*
*I have one Bluetooth device and the Bluetooth device is connected to the Xamarin form Application using Plu... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580301",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "4"
} |
Q: Is it possible for an external gradle annotationProcessor to imply its dependencies? As far as I can tell, you need to manually specify what's going to be in the classpath when using Gradle's annotationProcessor dependency handler. I'm looking for a way to possibly automate that.
It feels like I'm missing something.... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580302",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Javascript escape double quote XSS function init() {
var message = "document.cookie";
if (message) {
alert(message);
}
}
The script currently runs alert("document.cookie").
How can i escape double quote such that it runs alert(document.cookie),
while chang... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580303",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Hello, I want to display a real time in a variable and display a real date in a txttime views.setImageViewBitmap(R.id.imgtime, BuildUpdate("20:25 ",200,context));
views.setImageViewBitmap(R.id.imgdate, BuildUpdate("26/02/2023",100,context));
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75580305",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to pass an array to another screen React Native I'm building this beginner react-native application that lists down its ongoing tasks and also allows users to delete and see the deleted tasks when needed. I was already able to show each task in one screen but I can't figure out how to show my deleted tasks (thro... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580306",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: python win32gui How to input the function return value into the global variable I get the handle of the window through the position of the mouse. I want it to work globally, instead of looking up the mouse position every time,What should I do?
import win32api
import win32gui
def handle():
point = win32api.GetCu... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580307",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: What is mean by Application has stopped working in ArcGis Pro I'm working in ArcGis pro suddenly ArcGis pro.
I need a solution for these error
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75580308",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: is there a way to add a tuple of both str and int to a dict and how to delete a key of a dict python so I have this code right here I want to make a dict of roll num is key and a tuple of name and marks is the value. So I cant do it so I'm using dict of roll num is key and list as value not tuple but I have encounte... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580311",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Complexity of function - sum of log in base 16 I need to find what the time complexity of the following code depend on n:
void f3(int n) {
if (n == 0) return;
int k = 16;
for (int i = 0; i*i < k; ++i)
f3(n / k);
printf("*");
}
I calculated and got that the recursion will go for log16(n) levels and ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580316",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: 3D plot with mesh I wrote this code in order to get a 3D plot based on those x,y,t values. is there any way to confirm that the plot would look like this? or i need to just trust Matlab with it? (added the plot)
%given data
x = [0 10 20 30 0 10 20 0 10 20 30];
y = [0 0 0 0 15 15 15 15 30 30 30 30];
t = [20 22 25 23 ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580317",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: ASP.NET login using request in python with a next buton The website request the user name and after clicking on next it posts the info {'UserName': "123456789", "btnNext" : "Next"} (also viewstate generator eventvalidation) and asks for password and after clicking on submit it posts {"Password" : "123456789", "btnSu... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580318",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Dynamic typing with JS EventListener not working I want the input in the input section to dynamically show up on the webpage as I am typing. I used an event listener for it, but there seems to be a lag.
The event listener first reads an empty space, and then the inputted character. This is what I mean:
Input
Out... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580319",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I join a duplicate value within one object? This is an example of the object:
[{index: 0,
name: "name 1",
key: "key 1",
value: "value 1"},
{index: 0,
name: "name 1",
key: "key 2",
value: "value 2"}]
I want to make it so the duplicated value are maintained, while the different value are added to the corres... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580323",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: Java Multithreading vs Python Multithreading for DB calls I wanted to get insights into which language provides better performance using multithreading.
Because I have a use case where I have to make independent/asynchronous calls to a database function(Oracle DB) which takes a key column as input.
So, earlier there... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580325",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Spacing for nav Below are my HTML and CSS for my nav on a website. As it stands the words sit at the top of the bar when I want them centered.
How can I do this? And what other things should I do?
nav ul {
background-color: #6699CC;
height: 100px;
margin: 0;
padding: 0;
position: -webkit-s... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580327",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: Where can I find the reason a message was Nack'd? Context
I am new to IBM MQ. I am trying to understand why a Consumer is Nack'ing a message. It's worth mentioning that I don't have direct access to the consumer.
The problem I am trying to solve
In particular, one of the consumers is Nack'ing a message and putting i... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580328",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I get register information by passing it through props? I'm trying to convert the input element to a component using React and passing the props through it, to be able to use this component in different places in the app, I'm using react-hook-form, when I tried to pass the register through props I got this e... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580332",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to filter data in a query This query is for a project at work, I need it to filter and return the "quantity" of a specific word like "workers" within this dataset of my work . I'm new to this and need to know how to filter this value efficiently
SELECT
lines.accounting_book_id AS Livro
,lines.book... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580333",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: FMPy statuses modifications(?) I was working with an old version of FMPy (from about 2 years ago) and found that after updating (on 25/02/2023) that the statuses returned by doStep are not working in the same way.
previously I had:
fmu = fmpy.fmi2.FMU2Slave(guid=model_description.guid,
unzipDirectory... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580334",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: GRADLE_HOME is picking /usr/share/gradle-8.0.1 instead of /usr/share/gradle-7.6 in github actions CI pipeline My project is using gradle-7.6 and the building, running fine on my local machine as well as on the GitHub actions workflows CI pipeline
But after a minor patch update on the ubuntu machine, the build starte... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580335",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: An example on using OLE or DDE I have never used OLE controls nor DDE servers or clients, so my experience on this matter is null.
I am exporting data from datasets or data grids creating CSV files, which MS Excel understands and open them like they were Excel sheets.
I am not able to merge cells nor set colors to a... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580336",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: pandas group by and aggregate in a list based on condition This code groups X columns and aggregates Y column in one list when the other values are the same. I want to do the same, aggregate into a list but based in a condition:
As you can see in the example, from 4 rows I obtain 2 rows, since it's aggregating the a... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580337",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Converting a string to a list separated by spaces Say I have a string like this
s="a b c de fgh"
Now I want to convert it to a list like this
list1=['a','b','c','de','fgh']
That is I will separate the characters when there's a space and make them a string of its own and store them in a list. Is there any easier way... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580338",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: I'm unable to protect worksheet while having vba autofilter I keep on getting unprotect file to proceed
ActiveSheet.Range("$BE$27:$BO$59").AutoFilter Field:=11, Criteria1:="James"
The above is attached to an image
I've tried to unlock cell
Is there a way to protect worksheet while maintaining autofilter option
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75580339",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Database Process vs. Manual Process I'm currently studying databases and I am curious which is more expensive:
*
*Processing data using sone's database commands (Ex. MongoDB's aggregate) or
*Fetch from the database then process it manually.
For example, Averaging two data columns GradeA and GradeB.
*
*Using th... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580341",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: NullInjectorError: No provider for HttpBackend enter image description here error
enter image description here main.ts
enter image description here app-config-service.ts
after i replaced bootstrapModule with bootstrapApplication in main.js and moved all providers in app-module to main.ts. i got this error.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75580343",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: R 4.2.2 Crashes when using qgraph on Windows 10x64 I am experiencing a weird error: R Studio crashes anytime I use qgraph. I am sorry for probably not giving the perfect bug report, while I do some social network analysis, I am generally not very code-savvy.
R crashes anytime I use qgraph.
This is my session info
R ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580346",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Dlib overlay color on detected face I am using dlib and 81 face landmarks library from github. I am able to get the shape predictor to work correctly using the code provided:
import sys
import os
import dlib
import glob
from skimage import io
import numpy as np
import cv2
cap = cv2.VideoCapture(0)
fourcc = cv2.Vid... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580348",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is there a 'execution date' or run date parameter in pyspark? I want to run a script for historical data (2022 data_ that is stored in the azure data lake gen 2 in date directory format yyyy/mm/dd)
Steps:1
*
*for each date in 2022 i want to pull in data for the last 10/ or so number of days
*perform some calcula... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580351",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: WooCommerce Adds-On Ultimate How to add addition condition that is not include in the plugins using action I really Need help for my project
I created a website its a tour website
example of one program is
*
*Mall Tour
With Date Field
Adult Field (Price: 100 ea)
Child Field ( Price: 50 ea)
its already working now... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580352",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Can't login to Sanity using vs code. Error inside Trying to login to sanity for the first time and having trouble. Signed up easily, everything went smooth, but when trying to login through vs code for a project this is what I am getting-
path: 'undefined\\System32\\WindowsPowerShell\\v1.0\\powershell',
spawna... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580355",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: A failure occurred while running the android studio I am getting this error while running APK
error:
Caused by: org.gradle.workers.internal.DefaultWorkerExecutor$WorkExecutionException: A failure occurred
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75580358",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-4"
} |
Q: Counting number of events up until a specific date in a pandas dataframe I would like to count the number of events that occured up until a date that is specified in the row.
I want to know how many events took place per ID up until the specified date.
Original dataframe:
Date
ID
Event
23.01.23
1
AA
19.01.... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580361",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to make Visual Studio auto complete the braces I open? for about a week I've been trying to fix a problem I have with visual studio. In my other code editors I don't have such problem.
About the problem:
Every time that I open a bracket such as (,{,[ the Visual Studio Behavior does not recognize it and therefor ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580362",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Apply varying function for pandas dataframe depending on column arguments being passed I would like to apply a function to each row of a pandas dataframe. Instead of the argument being variable across rows, it's the function itself that is different for each row depending on the values in its columns. Let's be more ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580363",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How can I calculate integral of this equation with python? I have an equation that I have to calculate integral to solve my problem but I can't calculate that with python.
some times my system can't run and other times the result integral was wrong.
My code is :
x = sy.symbols('x', real=True)
r=1.4e-5
c = 9.72e-9
G ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580364",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Pandas Dataframe Row have unusual pattren of alphabet in rows and between the string I am Talha and new to the Data science community. Today I worked on a data set and found something challenging to resolve this my data set
there is a pattern of string that contains the "????". I am trying to remove them by compari... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580365",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Android : Call function when user close app from any activity I want to call one function when the user closes the app from any activity. For e.g. the user opens the app and uses it for some time and then clicks on the home button and closes the app at that time I want to call one method.
How can I archive this.?
Cu... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580367",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: error on rendering: Uncaught TypeError: Cannot read properties of undefined (reading '0') I am trying to render buttons in vanilla js, but i get this error instead:
const weekDays = ['M', 'T', 'W', 'T', 'F', 'S', 'S'];
const habits = [
{
img: './assets/img/habit-1.svg',
name: 'No Smoking',
completed: [... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580368",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: Convert the matrices in a 3D array into three-column format I have a 3D array of dimensions 13 x 15 x 1000, that is, an array of 1000, 13 x 15 matrices, which is called nulls.qs. I want to convert its matrices into three columns format of 195 x 3, to get a 3D array of dimensions 195 x 3 x 1000, called netfun.nulls.q... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580369",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Set column value from running total in a vectorized way I've read tons of questions and answers but I can't find a way to accomplish this, if it's even possible.
Consider this dataframe:
Date
Name
N
Buy
Sell
Ret
Size
Profit
Balance
2023-01-31
100000
2023-02-01
QQQ
3
294.41
300.92
0.022112
2023-... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580370",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: MSVC "list erase iterator outside range" I was solving the leetcode LFU Cache problem and get passed in webpage, but in my local machine use Visual studio came across an error: Assertion failed: list erase iterator outside range
class LFUCache {
public:
LFUCache(int capacity) : capacity_(capacity)
{
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580374",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: VS Code doesn't see 'python' and 'pip', but cmd does. At the same time, neither cmd nor VS Code can see the virtual env folder I'm creating a web page in Flask Python using VS Code, and there's a problem. Let's start by creating a virtual environment folder in VS Code:
python -m venv auth
After that, the auth folder... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580381",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: github pages custom domain - can't point AWS route 53 domain at it I am trying to point my AWS hosted domain at my github pages.
In the Route 53 Console, I created the following records per the github pages instructions:
Type A:
185.199.108.153
185.199.109.153
185.199.110.153
185.199.111.153
Type AAAA
2606:50c0:8... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580382",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Program never gets out of while loop I was wondering why this first program dont work, if it is writen same as other 1 just the difference is that i am using vectors , and pairs in first 1.
#include<bits/stdc++.h>
#define F first
#define S second
using namespace std;;
int main()
{
cin.tie(0);cout.tie(0);
int... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580385",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: get values from an array in firebase
i want to get values from an array field.
but i got an error
The operator '[]' isn't defined for the type 'Object'. (Documentation) Try defining the operator '[]'.from this codevar followedSitesList = value.data()!["followedSites"];
getNotificationData(BuildContext context) {... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580386",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to retrieve more than 50 historical messages between two users using StanzaJS in React Native? I have referenced this post as well. I can query the earliest 50 messages between two users using client.searchHistory([self@hostname], {with: [target@hostname]}). But retrieving every exchange between the users is onl... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580388",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: BUILD IOS application disappears just after distribution (IONIC CORDOVA XCODE) I developed a mobile application via IONIC and I am in the deployment phase on APP STORE.
during the archiving and the distribution everything is OK
When I connected with AppStoreConnect - TestFlight I noticed the display of the build ver... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580389",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Antlr4ts not working with Angular Version 13 I am trying to use antlr4ts with angular version 13 when I am trying to parse any string I am getting error.
The below is my service code where I am trying to parse a string
import { Injectable } from '@angular/core';
import { ANTLRInputStream, CommonToken, CommonTokenStr... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580391",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Functions die() and exit() have no effect on PHP74 I installed PHP74 and some libraries on my CentOS 7:
libicu71-71.1-2.el7.remi.x86_64.rpm libsodium-1.0.18-1.el7.x86_64.rpm php-7.4.33-2.el7.remi.x86_64.rpm php-bcmath-7.4.33-2.el7.remi.x86_64.rpm php-cli-7.4.33-2.el7.remi.x86_64.rpm php-common-7.4.33-2.el7.remi.x86... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580393",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: How can I write the pyspark dataframe schema for this following data `[{'locid': '', 'edge_property': [{x}, {y}]}]
[{'locid': '', 'edge_property': [{x}, {y}]}]
[{'locid': '', 'edge_property': [{x}, {y}]}]
[{'locid': '', 'edge_property': [{x}, {y}]}]
[{'locid': '', 'edge_property': [{x}, {y}]}]`
[{'locid': '', 'edge... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580396",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-4"
} |
Q: add Googleservice.json file in flutter package no Android Manifest file in flutter package directory,how to add flutter package to firebase app and add generate google_service.json file
connect firebase app to my flutter package
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75580398",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Using flutter_html to render a table with customRenders to apply Styling I am trying to wrap my head around the flutter_html and flutter_html_all package and I spent the last few hours trying to render a table with some custom styling to no avail.
What I want to do:
Render a table from some HTML and apply styling to... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580400",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Scrape data which loads on scrolling I am trying to fetch data on this page using selenium:
https://www.justdial.com/Mumbai/General-Physician-Doctors/nct-10892680
I am using BeautifulSoup, and Selenium in Python for this. But I am able to fetch only 10 records. The remaining records are loaded only when you scroll d... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580401",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I type object keys as members of an array? I have an array of objects coming from an API, like this:
const items = [
{
title: 'foo',
date: '123'
},
{
title: 'bar',
date: '456'
}
]
I would like to use all the available item titles to type the key for another obj... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580402",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Applying nvidia MDL materials in Blender I have a BlenderPy script that applies basic textures to my meshes using materials from the NVIDIA vMaterials library.
These materials consist of diffuse images, normal images, roughness images, metallic images, and more.
However, I recently realized that the script completel... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580404",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Git: failed to execute git I was trying to push one of my project from vs code to github but when I click on commit button it asked me to continue instead of no changes or to change something I clicked on continue button and after 5 seconds it says "Git:failed to execute git".I have already tried git init but no eff... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580407",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: I need to sign the active user on a windows 10 pc off through java, I already have the basic CMD queries I need, I just don't know how to use them? The block of text at the bottom of this post is a template of a method based on other commands I have built into my app, those other commands work fine and so does this ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580408",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: SQL list to get any previous application date for a person submitting an application I've been searching for a solution to this but not managed to find it. We have a table listing person ID, application ID and application date. One person may have submitted multiple applications. Basically I am trying to generate a ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580409",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to convert string of time to milliseconds? I have a string which contains time (Hour-Minute-Second-Millisecond):
"00:00:12.750000"
I tried to convert it to milliseconds number without any success:
dt_obj = datetime.strptime(" 00:00:12.750000",'%H:%M:%S')
millisec = dt_obj.timestamp() * 1000
I'm getting error:
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580410",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Variable columns for days in month I'm new in Jasper Reports and I need some help.
To address my problem, I've created this example.
Imagine I have a report that shows amount of sales for EACH DAY IN MONTH, GROUPED BY COUNTRY(it's important). What is the best way to solve this problem?
At this point I've tried using... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580411",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: deployment of a Vuejs web page with DeployNow from IONOS fails: Could not get input project I have developed a page in vuejs, my code is on github. I installed the IONOS Deploy Now application in my github. I deployed automatically with DeployNow, and my web page works. But now every time I try to deploy again via d... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580412",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Changing the variable's value, by using a pointer #include <stdio.h>
void functionx(int *ptr) {
*ptr = *ptr + 100;
}
int main(void) {
int i = 100;
int *p = &i;
printf("i = %d\n", i);
functionx(p);
printf("i = %d\n", i);
return 0;
}
How does the pointer change the value of i variable?
Why... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580414",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: We are facing kafka producer latency since few days We are using below producer properties:
We have 6 kafka brokers, since few days we can notice the producer latency as below.
2023-02-26 20:12:49,618 \[pool-4-thread-40\] ERROR \[com.xaz.zfils.publisher.online.core.SingleTxnKafkaDispatcher\] - Kafka submission time... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580419",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: LOOKUP function in python i'm kinda new to Python and i'm trying to create my very first program. I decided to make something like FX values (for example EUR/USD). So I created a list, e.g. FX_list = ("12/31/2022", 1.0666). Index [0] is representing date of FX rate, floating number[1] is it's value. My question is, ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580421",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: How to update multiple input fields using data class in Android composable function I have Composable function that represents address form with 9 input fields. I don't want to add 9 parameters for values and 9 parameters for every onTextChange. So I decided to create CustomerAddress data class.
data class CustomerA... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580422",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Should I mark my iterator with DoesNotReturnAttribute if it never "yield breaks"? Is the use of DoesNotReturnAttribute here appropriate or not?
[DoesNotReturn]
public static IEnumerable<int> X()
{
yield return 0;
yield return 1;
throw new Exception("Go away");
}
A: This returns, so no; you can see this... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580429",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Fully-qualified macro is undefined I'm just experimenting with macros. I've this:
src/entry.rs
#[macro_export]
macro_rules! initialize {
($lambda_exp:expr) => {
fn main() {
$lambda_exp();
}
};
}
I want to use that to wrap the program entry point. I can basically do this:
src/main... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580431",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: if with psr2 return operation in function must have empty line before? Looking at good laravel good styling in docs
https://github.com/alexeymezenin/laravel-best-practices
and
https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md
I got a question if return operation in function m... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580432",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to change multiple h1 class entry.title on he same page to h2 so I have multiple h1 titles on the same page
what do I need to change and the h1 tags into h2 tags?
to the answer bellow image: this is how my content.php looks like
code for content.php:
<?php
/**
* @package electro
*/
$additional_post_classes = ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580436",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to >=python3.10 on ubuntu 20.04? for Frappe-bench When I run bench init frappe-bench
I get this error:
Setting Up Environment
$ python3 -m venv env
$ /home/$USER/bench/frappe-bench/env/bin/python -m pip install --quiet --upgrade pip
$ /home/$USER/bench/frappe-bench/env/bin/python -m pip install --quiet wheel
Get... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580440",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Images from fastapi project in flask-admin When I send image in my FastAPI API I save it to my disk and store it like a URL in the database (URLField in SQLAlchemy). So when I open admin panel Flask Admin and click on create record this field renders as a text field and not like file upload field. I saw a variant of... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580443",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Why do simple math calculations give wrong answers in c? Questions
Some calculations are giving me the wrong answers.
Can someone tell me the proper way to carry out math operations?
(as in what data types to use for the numbers and so on)
// setup code
#include <stdio.h>
int num1 = 24;
int num2 = 7;
float result;
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580444",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: i am facing too many request axios issue in react js quiz app
i am facing too many request axios issue in react js quiz app
A: Remove your fetchOptions from your useEffect() Dependencies
line 54 leave only [questions]
In fact remove all functions from all your dependencies`
line 54, line 75, line 35, line 106
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75580445",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Which priorityClass has higher priority in kubernetes? As per the official documentation -K8s Priority, the system-node-critical is ever higher in terms of priority then system-cluster-critical.
However, when compared the integer value the system-node-critical has -ve value(-100000) as priority and system-cluster-cr... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580449",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Segfault when allocating memory to a struct I want to concatenate using strcat each new tag stored in a struct with char member in a the char tags_cell_concat. I get a segfault
First attempt
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#define BUFDATE 50
#define BIGBUFFLEN 1024
typedef struct
{
c... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580452",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Add Company Website(URL) to my Vcard file in js I am trying to add the website URL to business card.I have created the vCard string and the business card is generating with image. All that is left is the website URL.
On creating new contact throught Vcard file. URL Label is 'homepage'.
IS there a way to change the l... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580453",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Spring webclient timeout duration and circuit breaker retry I am using spring webclient for timeout, but also using resiliency 4j circuit breaker and retry police.
So if i configure timeout of 30 seconds, it so happens that since i have retry count of 3, the timeout response takes 30 x 3 = 90 seconds.
Is this a stan... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580454",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Trigger a pipeline from another repository to build at a specific time I have a Jenkins pipeline project that the script lives in a BitBucket repository 'A', when it builds, it clones Bitbucket repository 'B', compiles the app and deploys it. I want to trigger the pipeline to build at a specific time whenever there ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580455",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Cookie working fine on localhost but not working on vercel production I am setting a cookie in middleware:
export function middleware(req: NextRequest) {
const cookie = req.cookies.get("app_id")?.value;
if (cookie) return NextResponse.next();
const requestHeaders = new Headers(req.headers);
const app_id: st... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580458",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Django Jet Theme Installation + Bookmark collission with Admin_Tools I keep getting this error when Installing Jet Theme in an environment which uses currently admin_tools.
Any idea how to solve it? What do I need to add in Models? All I try with ForeignKeys and related_name ends up in another error.
python manage.... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580460",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Import Angular web component from node_modules to Vue2 application We have an application written in Vue2 (with Webpack4) in which we want to import Angular web component saved in node_module folder.
Web component has 3 files inside its root folder: package.json, webcomponent.css and webcomponent.js.
We are having t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580463",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: java.lang.ClassNotFoundException: jakarta.servlet.ServletException: Spring MVC Web App I'm developing a Spring MVC Web app, using Maven(Webapp archetype), Spring 5, Java 17 and Tomcat 9.0;
When I'm tryin' to deploy my artefact, I get java.lang.ClassNotFoundException: jakarta.servlet.ServletException and I can't unde... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580464",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: cost sensitive learning in multiple classification in imbalanced dataset I am working on cost sensitive learning on unbalanced datasets. I wanted to try it with the C50cost in R. But there are always examples for binary classification in the documentation. I want to experiment on a dataset with four classes. How can... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580465",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: emtrends in presence of a quadratic term: difference in quadratic trends I want to model my response variable by Time. I used a quadratic term .
Usually when I only have a linear term, I use the function emtrends of emmeans package to get the differences between the two trend of two levels of my factor 'Side', how t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580470",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Load an image from URL with POST I need to load an image by calling an API and passing a JSON string via POST. The API returns a binary PNG image.
There are answers for loading an image from URL and sending a HTTP POST request, but not the two together.
How to get images to appear in Excel given image url
How can I ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580471",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to use Sequential Each Occurrence in JMeter I have a body data for a request where I need to pass values from CSV, but for every iteration I need to pass 2 values from file because it is having 2 occurrences of same variable
Bodydata
How can we pass 2 values for every run in JMeter.
I need sequential each occur... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580473",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Measuring the download speed of a webpage with Python requests I need to measure the download speed of a webpage (html document) using requests.
I am trying this simple and easy approach:
def get_speed(response):
download_speed = len(response.content) / response.elapsed.microseconds
return download_speed * 9... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580475",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Issue while copying a file from remote server to local server I'm trying to copy a few dynamic files from a remote server to a local server using PHP ssh2_connect.
Below is the code :
$connection = ssh2_connect('XXX.XXX.XX.x', 8288);
ssh2_auth_password($connection, 'root', 'abcd');
ssh2_scp_recv($connection, $absolu... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580476",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Excel VBA Conditional Combination Counter Summary I have the following code which will create all 3 number combinations of a set of numbers that are in cells A1 and below in a list (eg. 1,2,3,4,5,6) ;
Sub Three_combo()
Dim Last As Long
Application.ScreenUpdating = False
Application.Calculation = xlCalculationManual
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580479",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Need to Refresh the Angular material table after deleting the row based on the index using splice, In my current code only one row is deleting Below code is only removing the last low while deleting in line but not the others, Need to refresh it.
deleteRow(index:any){
console.log("called", index);
thi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580480",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Liquibase & Postgresql: How to migrate varchar column to oid column type I am using Liquibase version 4.9 and several databases including Postgres 13.9.
In a createTable statement of the initial database scheme I create a column x of type VARCHAR(4000).
In an upgrade script I try to execute following liquibase scrip... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75580481",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |