text string | meta dict |
|---|---|
Q: Slas Response servicenow Can someone help me with the following?
I'm trying to copy the times from one sla response to another
For example
when an incident is created, 2 slas are created, a Response and a Resolution and when the incident is assigned to a group and a user, the Response normally changes to "complete"
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619064",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: check for null values on Data Flow Azure Data factory Imagine I have following four rows on a SQL database:
id
county
city
adress
price
datefrom
dateto
iscurrent
3
PT
Lisbon
jack
10000
2012-1-1
2022-1-10
0
3
PT
Lisbon
jack
10000
2012-8-1
null
1
4
ES
Madrid
ola str
23000
2022-3-1
2022-3-10
0
4
ES
Madrid... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619065",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I disable SSL verification in Spring OAuth2 resource server? I am getting the bellow error. My resource is using self signed certificate.
How do I disable SSL verification?
Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderExcepti... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619068",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to pass a parameter to a function from a button in Pygame? The Button class has a function parameter. But the function is triggered only if no parameter is passed. When trying to pass a parameter to a function, I get - TypeError error: 'NoneType' object is not callable.
Here is an example, when I try to pass the... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619069",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Good: How can I run app on android if its showing this error? While running the app on an android device it directly throws an error
*
*'package:flutter/src/material/text_theme.dart':Failed assertion: line 350 pos 7: '(displayLarge == null && displayMedium == null && displaySmall == null && headlineMedium == null... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619070",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: SQL query that returns value based on create_timestamp I am using SQL Server Management Studio.
Dbo.trans_detail
Charge_ID Adj_amt Create_timestamp
---------------------------------------
1 20 20200101
2 20 20200101
Dbo.Charges
Charge_ID unit_price create_timestamp
----... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619072",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: type 'Null' is not a subtype of type 'String' in type cast | Flutter EditProductScreen is used for both to update the existing product or to add new product, just difference is while updating product screen data is filled with initial values of existing product to update it. App is working properly to update the pro... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619074",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: When I group by a PK, all columns from that table have the same value in each group. So why does SQL Server require aggregation for those columns? Preface
There is a general rule for using grouping in SQL: If you want to reference a column in the select clause, you must either wrap it in an aggregation function, or ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619076",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "4"
} |
Q: Change top attribute while using an animation So, I've created a button to collapse the navbar (literally just the .collapsed div) except when I try to move it with the navbar, nothing happens. I've tried using some DOM with timeout function (to match with the animation timing), used class combination properties (in... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619080",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Why React state doesn't change when appending child nodes dynamically? Why doesn't the counter increase every time I press the "increase" button? Console.log shows counter value not changing
import React, { useState } from 'react';
function Increase({ action }) {
return (
<button onClick={ action }>incr... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619083",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Add a prefix to beginning of each line I'm making a program in c# console. How can i make every new line start with a prefixed "<" without manually inserting it everywhere?
every line should begin with:
<
I can't seem to figure out exactly how to.
A: If you're looking for every line in the console to print with a p... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619084",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Unable play sound using python's Turtle module in windows 11 I'm unable to play the background sound in my code using Turtle module.
I have the sound file in (WAV) format which is suitable for turtle, & have sound file in the same folder of python file(script) yet getting the window's default sound.
have tried redow... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619086",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Count appearance of string in a comma-separated data column from another table I'm having an issue trying to corrently display the count of occurrences in a column fom a different table. I have a table all products:
Product
act_checking
act_savings
act_auto
I need to find the count of each of those located in anothe... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619088",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Hide selected Woocommerce Products on certain days of the week I am trying to implement special offers for Mondays and Tuesdays. I have four products that I do not want to display for the rest of the week. I appricate your efforts to compose a function that I can add to my child theme please. Thank you
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75619090",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: How to constrain a parameter pack to a single type? struct moveonly{
moveonly(){}
moveonly(moveonly&& o){}
moveonly(const moveonly&)=delete;
};
template<class Arg>
void multi(const Arg&... in){}
int main(...){
moveonly i,j,k;
multi(i,j,k);
}
doesn't compile, but putting class...Arg instead of... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619091",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Excel Pivot Table - Keeping Specific Bars without Compromising Percentages I've created a Pivot Table. I only want to keep the green bars showing the 'Yes' percentage. If I filter/deselect the 'No' then I'm left with the green bars but they all go to 100%. How do I keep only the green bars but maintain the percen... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619093",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Sentry not showing source map for Error in Next.js project deployed on Vercel I have a Next.js project deployed on Vercel.
I have completed the integration of Sentry with Vercel as mentioned here in docs : https://docs.sentry.io/product/integrations/deployment/vercel/
But when I see an error on Sentry, the stack tra... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619094",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Add a 'Total' row with merged cells in pandas DataFrame I am trying to create a DataFrame with a 'Total' row with merged cells as my last row.
I have this DataFrame:
| Id | Item | Quantity | Value |
| 1 | box | 3 | 50 |
| 1 | table| 6 | 20 |
| 1 | cup | 9 | 10 |
| 1 | ball | 2 ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619095",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to check if the array of objects contains same value for a specific key inside second level of array of object `Arr=[{ name:"example",
createdAt: "2345"
documents: [
{itemNo:20,itemLocation:'abc',itemOrderID:1}, //itemLocation abc equal with down
{itemNo:30,itemLocation:'... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619098",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: System.IO.FileNotFoundException: 'Could not load file or assembly I have an application in .net core. the application was running fine, but the error started coming after I installed
dotnet add package Microsoft.AspNetCore.Authentication.Negotiate --version 6.0.14
Once I installed this package and put this line of ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619100",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Excel formula with multiplication that increases by 1 for every column it is in I have a formula in one column
=IF(AND($B2+D2>2023,$B2+D2<=2122),($B2*2)+$A2,0)
and in the column beside it, the formula is
=IF(AND($B2+E2>2023,$B2+E2<=2122),($B2*3)+$A2,0)
I am hoping to modify the formula so that it automatically in... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619101",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Filtering S3 shared key (subfolder) for specific file type in boto3 Python/boto3 here. I have an S3 bucket with several "subfolders", and in one of these "subfolders" (yes I know there's no such thing in S3, but when you look at the layout below you'll understand) I have several dozen files, 0+ of which will be Exce... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619103",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: When I am using casewhen() and mutate() it's not saving the new variable in the dataframe I might be using it wrong, but when I use the code below it only prints out a summary statement. Is there a way to save this output in a new variable?
data %>%
mutate(motivation = case_when(DRG_WHY_TRY == 1 ~ 'experimentati... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619104",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: YTD measure that checks individual Months On a Power BI page , the user selects a Month and expects to see any NEW Customers that have appeared this month .
The criteria for a new customer is as follows :
Has Revenue in current month
No revenue in the last 23 months not counting the current month
So for the current ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619109",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Hello, I have a flask assignment for class. I have to create a session and also do a form submit using get post I want my form submit to return an image of the cat chosen. It's not working.
I feel like there is something wrong with the if else statement and/or the session
Here is the link to my repl
MY REPL
But here... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619110",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: How To Detect If Image Finished Loading When Using `nuxt-img`? I have a Nuxt 3 project using the Nuxt Image module, and want to fade in my images when they finished loading. The nuxt-img component does re-emit the load event, but I noticed that this event is not always emitted. After searching online I found out tha... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619118",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Assign the vector to return from function gives error "std::bad_alloc" in C++ 98 Here is vector <struct> that is returned from `func():
struct mystruct{
int a;
int b;
};
std::vector<mystruct> func(int c, int d){
mystruct retval;
retval.a = c;
retval.b = d;
std::vector<mystruct> structList;
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619119",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How can the below code be integrated into a RecyclerView Adapter for deleting files? i am trying to create a video player app for android, i am trying to add delete functon in my app, so can you tell me how to add this code in recyclerview adapter class, i dont know how to use resultLauncer in activity , please chec... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619122",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: how to plot several boxplot with disjoint x buckets I would like to to plot several boxplots in one plot. There are three groups in my toy example. Group 1 has values of a different magnitude, but should be on the very left side on the plot. Then Group 2-3 should be appended on the x-axis and have a y-axis on the ri... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619124",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Calling new Thread with parameters in for-loop I'm testing a piece of code where a the same Task should be executed in a for loop, with variables updated every cycle.
for (int j = 0; j < 6; j++)
{
_waitNextBatch++;
Console.WriteLine($"{_waitNextBatch}");
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619125",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to count the number of selected checkboxes in selenium python I am working on selecting checkboxes(2) randomly using selenium Python. After selection is done, I want to verify the number of checked checkboxes. How to do that?
Below is my code:
checkboxes = driver.find_elements(By.XPATH, "//*[@type='checkbox']")
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619128",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Kotlin - Show error message when data is null I'm trying to make an app that gets data from TMDB API with retrofit.
I use Paging Source and Flow to get the movies from the api.
MoviesViewModel.kt
class MoviesViewModel: ViewModel() {
val isLoading: MutableLiveData<Boolean> = MutableLiveData()
val hasError: Mu... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619132",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Use ASP.NET identity for multiple tables? I was looking into asp.net identity framework and how it works
what I've read is that I cant create unique models (tables) and use the identity authentication with it. I just create a 'user' and use identity with it..
for example I have (student) and (doctor) tables each wit... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619135",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Get subset of DataFrame where certain columns meet certain criteria How can I cleanly make a subset of my DataFrame, where my desired columns meet certain criteria?
Take the following DataFrame as an example:
df = pd.DataFrame(data=[[0, 1, 2],
[2, 3, 4],
[4, 5, 6],
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619137",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: I need stress test only at 20% of CPU I want to test a processor with a medium load, about 20 - 30% for a long period of time, I would like to make a python script for it but I have tried several ways and I can't, I can only stress the cpu at 100%, any help? thank you!
import os
import time
while True:
os.system("st... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619141",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: How would I resolve this bug in my chess engine? On execution, this code repeatedly prints the same statement of 'Enter fen'.
Here's the repository: https://github.com/YashNarayan-thefirst/Chess_Engine/blob/main/Engine_V5.py
ㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤ
| {
"language": "ja",
"url": "https://stackoverflow.com/questions/75619143",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-4"
} |
Q: Laravel sail connection refused with mysql on localhost When I try to access via the Laravel sail on the local environment using Tinker I get this error from MySQL:
SQLSTATE[HY000] [2002] Connection refused (SQL: select count(*) as
aggregate from users...
Same thing (with an error) if I try to use MySQL docker.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75619144",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Ansible to slack notification I am working with some linux servers (s1, s2, s3, s4) from azure.
I am using ansible to run a script to check if a app is up.
If this is not up, it should send a Slack notification to the user who is running this playbook saying that it is not ok.
I have managed that by doing this:
- ho... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619145",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: What does it mean when one branch is ahead of another? I am testing a scenario where devs create feature branches and push them into a dev branch (which is my compare branch). Once per week, we then merge dev into main, which triggers our CI/CD pipeline.
My intention was that main and dev should always match up. How... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619147",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Can I use a condition to define a type in an interface? I have this interface for an item:
interface IItem {
id: string;
name: string;
description: string;
note: string | undefined;
type: string;
sellable: boolean;
buyable: boolean;
usable: boolean;
price: number | undefined; // <--- only undefined... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619151",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Bulk Indexing Error in Elastic search Python I am trying to ingest a simple Hello World example into a Data Stream using the Bulk call as shown in documemtation https://elasticsearch-py.readthedocs.io/en/v8.6.2/helpers.html#bulk-helpers
Traceback (most recent call last):
File "C:\Users\elastic\Documents\azure_repo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619153",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Populating Empty List vs Empty Data Frame I am learning R and want to know the difference between populating an empty list and an empty data frame. My required dataset will have 3 variables, with 51 observations each.
Using empty list:
zscoremds <- list()
for(col in names(mds_numbers)) {
zscoremds[[col]] = zscore... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619154",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Best Practice of securing Google Cloud Run REST API I have a REST API (implemented in Python) which is currently running on Google Cloud Run. I've configured it to:
*
*allow all traffic
*require authentication
and it currently it is working fine for me because I can log in (in the browser) with my google account... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619157",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: FactoryBoy factory that does NOT generate an 'id' for an unmanaged Django model? I've got a factory that I need to just generate the data I want it to - without having it create an 'id' attribute.
I have a couple factories that look like this:
class RatedPersonalityFactory(PersonalityFactory):
person__end_year =... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619158",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Model Not Closing Properly (Black/Grey Screen On Modal Close) Our team page modals are working fine. They open and close with the 'X' button. There has been no problem thus far.
But the problem is when you click on a another place on the screen, the model closes, but there is a black/gray screen left behind, and you... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619161",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: SQL - Grouping SQL output in 5 minute intervals I have a dataset that has a date column every 1 minute.
I wanted to group the information to have the data "organized" every 5 minutes and average the SellCount column.
For example, I have 5 records, 1 for minute 1, another for minute 2, another for minute 3, another f... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619162",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Can a Firestore Rules wildcard match statement support a list query snapshot listener I have set up my security rules, and verified that they operate correctly when using get requests, but fail with list requests. Below is the basic structure of my database:
/parent_collection
/parent_doc
...data,
[st... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619164",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Parse raw string html to HtmlDivision instance (HtmlUnit) i'm trying to cast a simple raw html string (coming from an ajax call) to HtmlDivision instance using HtmlUnit library
String div = "<div ... /div>"
HtmlDivision div = (HtmlDivision) div;
i tried a default cast in java and also looked in oficial documentati... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619165",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to change Radzen primary color in Blazor Web Assembly? I am working with Radzen and Bootstrap 5 on a Blazor project.
However I don't want the default colors that come with it.
I want to change Radzen primary colors so that my app has a different color theme.
So I added this to my app.css:
:root {
--rz-primary:... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619167",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Executing mvn tests using gitlab yml I want to execute my tests under an automation framework (selenium + cucumber BDD) built with maven. I have a test stage for this and other stages in my pipeline. Test stage is shown below:
test_regression_suite:
stage: test_regression_suite
tags:
- ci
script:
- Sta... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619171",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I pass options to acorn parser when loading from a CDN? I'm wanting to use acorn parser so that I can use paper.js with paperscript but still have access to ES6(+) language features. This works, however I get a warning that acorn now requires setting options.ecmaVersion explicitly, and that future versions w... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619176",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Issue with cookie and this google analitics `<script type="text/plain" data-cookiecategory="cookie">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.par... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619177",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Validating inputs I need to validate inputs and am unsure as to how to do that correctly in my code, I need to make sure that the teamSize is between 9 and 15, and that the players is greater than 1
import java.util.Scanner;
public class SoccerTeam {
public static void main(String[] args) {
Scanner scan... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619179",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: WordPress Migration PhP Errors I just recently migrated my wordpress site from an amazon linux server with php7 to a fresh ubuntu server with php8. Most things are functionally working except for a couple plugins(that are now deactivated). My main issue is there are a lot of errors in the debug.log most of which are... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619181",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: how to bind my ip address to a udp server in qt creator I want to code a UDP server and I want to use my IP address as the address of the server without putting the code the address in raw.
myIP="192.168.1.38";
is there any way to get the IP of the host machine ?
i know that QHostAddress::LocalHost is equivalent to ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619185",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How Do I Bind a Sub-class to an inherited Sub Class I have looked at an answer that was given but I need to know how to fix it. I'm sorry for being so difficult but "How to fix a NullReferenceException" article wasn't really helpful.
In the below class file I have created a base class with a nested base class under... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619186",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Sdk with angular for integrating in android app I know how to develop mobile app with ionic, native mobile app using java and flutter.
But what I need to know is how to build sdk using Angular which have api calls and integrate in mobile app with java or flutter.
I find I can convert Web app to mobile app with a... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619189",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Migrating large database from MariaDB 10.1 to MySQL 8 I have a large (~75GB) database running in MariaDB 10.1.48 (running natively on an Ubuntu server). I want to migrate this to MySQL 8.
I was aiming to do this by taking a backup on the same server using xtrabackup 2.4 and then restoring this into a Docker instance... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619191",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Google Analitics cookieless I'm using gtag.js con (Apache/Php/) to track users on my website. Depending(GRPD) on the existence of a cookie and its value, "custom_function(cookie_value)" is called with the cookie value as a parameter. In this way, if the user allows it, the tracking cookies _ga, _gid, etc. are create... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619196",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to use free y axis for different groups on the same plot with ggplot2? I would like to set different y axis limit for different groups (different lines) on the same plot. I understand that I can use facet_grid to plot each line on a different plot, but I would like to plot them on the same plot for a more clear ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619197",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Using Dependency Inversion in React I have a page that is showing a dropdown with only two options as of now. For both options, I am rendering only one component with different props.
There is a submit button as well in the component which calls different APIs based on the option we selected.
Now, I can easily call ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619198",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I use Typescript CDK to create an Elasticache user? I've got a redis engine in AWS - with a series of functions outside of the main scope. But for some reason, part of my code is not being implemented when I run a CDK deploy.
Just for reference, within the main scope, I have a
cache.node.addDependency(use... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619199",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Django Simple History: Don't want to track User I'm working on a Django project, and I'd like to use Django Simple History to track changes to records. However, I'm facing an issue: I don't want to track the user who made the change (I'm not using Django's auth app).
When I try to perform the migrations, I receive t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619201",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Simple Spring Rest Controller not working I am new to Spring boot and trying to learn some REST api. I am trying to create a controller where it returns Hello World. I have tried multiple tutorials and a lot of StackOverflow questions but it still doesn't work
I have checked this Spring Boot Controller not mapping
T... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619204",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to mix a list and regular params in same query using Dapper Given the following SQL statement for MySQL
var sql = @"INSERT INTO MyTable (Key1, Field1, Field2, Field3)
VALUES (@key, @field1, @field2, @field3)
ON DUPLICATE UPDATE Field3 = @existing";
I would normally build up the values list like this (highly mod... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619205",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Objective guidelines on when to use `Promise` vs `NativeEventEmitter` in react-native bridge React-Native documentation mentions 2 method of sharing the data from native bridge to JS:
*
*Promise:
const onSubmit = async () => {
try {
const eventId = await CalendarModule.createCalendarEvent
// ...
*
*Nat... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619207",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: React Apollo Client concurrency graphlql query error I have a screen where i call for two different queries
const {
data: { user = {} } = {},
} = useQuery(GET_USER_BY_ID, {
variables: { userId },
});
const {
data: { userPracticeTest = {} } = {},
} = useQuery(GET_PRACTICE_TEST_BY_USER, {
va... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619211",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Sitecore 9 - restricting role from publishing without approval I am trying to create a Sitecore 9 user role that allows users to create content but not have the ability to publish it. How can this be done without programming?
I create a new role, limited the content areas that the users of that role would have acces... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619212",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Segmentation Fault when initializing an AVL tree I am trying to initialize an AVL tree. For some reason it says that I have a segmentation fault.
This is the type of info in the tree:
typedef struct patientType
{
int id;
string name;
dateptr birthDate;
appointmentLLL_manager appointment_manager;
} pa... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619215",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Purview - capturing data lineage of data import process We have Microsoft Purview configured in our Azure Cloud network. When doing Purview scanning of data assets in our Azure subscription, Purview successfully classifiesdata assets (based on the scan rule sets). But we noticed that when we import data into our Az... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619218",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Passing a pointer of a 2D array to a function in C Update: Well I don't know what to say, I simply copied the entire code to a new file and the errors are gone. They do persist in the old file, though, so I'll just get rid of it. Thanks, everyone.
I have 3 matrices defined in the main function. The size of the matr... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619219",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-4"
} |
Q: Python 3.10 Popen behavior after update from 2.7 I am updating some old python scripts from 2.7 to 3.10 and can't figure out the behavior of one function.
def export_from_source(self):
self.dt_start = datetime.now()
p = subprocess.Popen(self.esbadmin_cmd, stdin=subprocess.PIPE,
stdou... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619221",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to specify path to a local reposiory in .pre-commit-config.yaml? I have a local package B which depends on another local package A. They both are stored in a company repository: https://mycompany.com/api/pypi/pypi-bld/simple. Therefore, tests of B requires A.
I need to use pre-commit which uses both the company... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619222",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to Keep a WhatsApp Bot Online 24/7 on AWS Ubuntu Instance: Issues with Running on VS Code and Solutions Tried i have a whatsapp bot, but if i run it on VS Code, he can't online 24/7. so i searching for how to make it online 24/7, and the answer is VPS. so i make an AWS, where the instance is UBUNTU. and i copyin... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619224",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: non-nullable local variable userModel must be assigned FutureEither<UserModel> signInWithGoogle() async {
try {
final GoogleSignInAccount? googleUser = await _googleSignIn.signIn();
final GoogleSignInAuthentication? googleAuth =
await googleUser?.authentication;
final credential = Goo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619226",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Use a linear model to predict onset of growth I have a tree growth database containing the number of living cells in different growth stages called 'enlarging' and 'thickening' for every DOY (Day of the year) I went to the forest to take samples, for every tree I took samples of, and every year (in this example: 2 d... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619227",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to get Bulma burger in navbar to actually work? It shows up, but on click does nothing Title pretty much.
I tried following another post on here of a similar question from 2016 and a few other solutions from some half hour of browsing, but I couldn't get any of the solutions to work (likely due to my own incompe... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619228",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: libpqcrypto installation failure I am trying to install libpqcrypto for Python implementation. I am following the details described on the official page here: https://libpqcrypto.org/install.html
For convenience I have copied the commands below:
cc and other compiler tools:
apt install build-essential
OpenSSL heade... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619229",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Google Apps Script: appendRow() getting values like [Ljava.lang.Object;@66e6c522 function doGet(e){
var p = e.parameters;
try {
if ("username" in p) { // user info get
let id = p.ID;
let username = p.username;
let time = p.time;
let email = p.email;
let roles = p.roles;
le... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619235",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Deduction of auto make the compiler generate defaults constructors Consider this code, wrote with the only purpose of an exercise:
class Param {
private:
struct Foo{
int bar;
};
public:
Foo foo;
};
int main()
{
Param p;
p.foo.bar = 5;
}
Generate this intermediate code with cppInsight:
#include ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619237",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: Button works in IE, but does nothing in Chrome The problem is that the "Submit" button on a form, generated using the <sx:submit> tag, appears to do absolutely nothing when clicked on in the Chrome browser.
The jsp page source looks something like this:
<%@taglib uri="/struts-tags" prefix="s" %>
<%@taglib uri="/str... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619239",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: can`t filter by category in mongoDB in a MERN app It's an e-commerce project using MERN stack. I'm trying to filter by category but it's the only one that doesnt'matches. For example, if I use find() to search by name it works, but white category says that the object doesn't have that property.
this is the route:
r... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619240",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to synchronise SwiftUI View and initializer? I have a SwiftUI class that receives data as an object-array (swipeStackThemes) and a part of the data should be inserted in another array (indicesThemes). the input-array contains up to 100 elements, but i want to view to load only 5 at a point. I want to do this, be... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619241",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to change html using React event listeners? I was trying to make a select appear whenever the value of the variable isDisabled is set to false, however no change to the html is made, I have tried to change the html dynamically in several ways this was the last and least messy attempt, but no it worked anyway. Wh... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619243",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Mulesoft connectors for AWS I see different connectors to connect AWS functionalities, but I do not see one for event bridge. https://blogs.mulesoft.com/api-integration/cloud/getting-the-most-of-mulesoft-and-aws/. How can I connect to bridge?
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75619245",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Python Spotify API - Unable to get full playlist with "get_playlist_items" method When I want to extract all songs from a spotify playlist, I get only the first 100 songs even when using the "offset" and "limit" parameters in my get request. I'm using no libraries like spotipy and I'm working in Python 3.9.
Can some... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619250",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Input 0 of layer "sequential" is incompatible with the layer: expected shape=(None, 300, 300, 3), found shape=(300, 300, 3) I'm new in machine learning and deep learning. I'm working on a project to create saliency map for some testing images. I have loaded some cats and dogs images and preprocessed them. I've creat... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619251",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to make a workqueue consistent across replicas in kubernetes custom controllers? In the k8s.io/client-go package, we have a workqueue that is used for adding items to whenever informers detect changes to resources. I'm trying to figure out if there is a way, in the case we have multiple pods running the controll... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619252",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Tkinter - binded lamba function to return value I am bulding rather simple Tkinter application but I would like to stick to OOP. Therefore whole application is splitted into different classes.
One of the class is Mathematical Calculations which is making different calculations based on Pandas's dataframe (DF). One o... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619254",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Vaadin: resizing area is too big In the following picture it is clear: the resizing area overlaps with the arrows to sort the grid.
I tried a number of things: like setting a margin on the inputfield or a padding on the cell or add a style to the grid. In the browser, using the developer tools I can add padding to ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619256",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Flutter IOS is working on release mode but not in debug mode I have a flutter app that is working perfectly on Android and currently I am trying to create the IOS version.
I tested it using Xcode and Android studio and these are the results.
on all simulators it is working perfectly.
on Real device (iPhone 7 - iOS 1... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619257",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Putting empty array values '[]' into postgres text[] column from pandas dataframe I am having an issue using sqlalchemy and python to write some vaules to a postgres table that has a text[] column. The issue is when I go to put in an empty array. The error that comes back is <class 'sqlalchemy.exc.DataError'>, DataE... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619259",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Salesforce Custom Formula in Report I am trying to find the # of days since last modified (Claimant: Last Modified Date column) from current date. Appreciate everyone's help!
Screenshot of Salesforce Report
Tried playing around the custom formulas but I only get a syntax error.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75619260",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Resilence4j: Losing MDC Context and correlationId HTTP headers when retries are executed We are facing an issue when executing retries on a Feign or Spring reactive WebClient HTTP client. We are setting the correlationId in the headers of the HTTP request (using an interceptor with Feign or a filter with Spring reac... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619261",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Windows thread impersonation is lost after log off / fast startup There is a Windows service with a running thread that impersonates a security context of a logged-on user. Then there is system shutdown -> fast startup sequence that performs the user log off. After that the thread continues its execution but behaves... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619262",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: how to transform the json to json and fetch some of the attribute values of that json by using xslt unable to fetch the value of the attribute in json by using xslt. For example I want to get the
value of the 1st index of the members array or value of the "squadName" and the output should be in json format.
json fil... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619265",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Copy Paste in Hyper Terminal in Windows How do I copy and paste my GitHub Repo URL into my hyper terminal in Windows?
when I press ctrl+V it shows ^V
It should have the link pasted into the hyper terminal
A: I think you need to press Ctrl + Shift + V to paste it. And just for additional reference you can press C... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619267",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: C++ DLL access in C# I am trying to access functions from my C++ DLL using C# and am getting the error
System.DllNotFoundException: 'Unable to load DLL 'BLib.dll' or one of its dependencies: The specified module could not be found. (0x8007007E)'
My C++ DLL code is
#include <sstream>
#include <curlpp/cURLpp.hpp>
#in... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619270",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Covert a local image to blob A local image is loaded & displayed in a tab and we want to get a blob (or dataURL) of the image on contextMenus.onClicked.
Normally, fetch or XMLHttpRequest can be used on remotely hosted image but that would cause an error on a local image.
Similarly, the following in the background sc... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619271",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Using Arcpy to create layers and clip locations within the created layers I am trying learn python within ArcGIS and I am having trouble with clipping cities within created state layers. First, I was also expecting all of the states in the list to be apart of the states_layer, however, it is only the state of North ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75619273",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |