text string | meta dict |
|---|---|
Q: error build: Framework not found FBLPromises After make successful build from the Unity hub, I'm getting error build: Framework not found FBLPromises this error when try to run iOS project on Xcode
Thank you
I try update pods, Install pods everything but didn’t works
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75557022",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Handling update access+refresh tokens (Axios interceptors) Developing a fullstack application (vue+express). Faced the problem of updating tokens. On the front-end I created an Axios image with interceptors, in which I process the response request, if the response status is 401 (in my case means expired access token... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557023",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Flutter View All Button with Background (Row) Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [
Text('Reminder',style: subtitleTextStyles),
Row(
children: [
Text('VI... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557025",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: The remote server returned an error: (406) Not Acceptable. when sending arabic characters in sparql query to remote endpoint I am using dotnetrdf with asp.net ,and trying to get altLabels for authors names via sparql my query is like this:
SparqlRemoteEndpoint endpoint = new SparqlRemoteEndpoint(new Uri("http://dbpe... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557027",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Not able to Set Session Cookie Path I am trying to set Session Cookie Path in ASP.NET Global.asax File inside Application_PreRequestHandlerExecute Method. but it is not working.
I Need to Set Session Cookie Path to Specific Application Folder.
below is the code I tried
protected void Application_PreRequestHandlerEx... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557028",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to show list of text with given xy cordinates over images in flutter? How to show list of text with given xy cordinates over images in flutter ??
How to show list of text with given xy cordinates over images in flutter ??
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75557030",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: A problem occurred evaluating project ':app'. > Could not get unknown property 'compile' for configuration container of type org.gradle.api **since i upgraded gradle, when i try to open my react-native project i got this error in android studio **
A problem occurred evaluating project ':app'.
> Could not get unknow... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557033",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Lazy Loading, React Router V6 and nested routes getting an error: "A component suspended while responding to synchronous input." My use case is as follows: I build a web application, and I use react-router@6 to build the application's routes. I'm using the RouterProvider from react-router-dom. Then, I configured som... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557034",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: Specifying return types and variable types in Python doesn't work as expected? I come from C and I'm learning Python. I understand that you don't have to specify the types of variables and the return type of a function unlike C. However, I found out that you can add type annotations. So I tested the following code:
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557036",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Filling detail form using Jmeter and blazemeter for 500 concurent users I am new in jmeter and doing R&D on Jmeter. I have a scenario can you help me with this, 1. there is detailed form filling which 1000 users have to fill out at the same time 2. I am using Blaze meter to record the submissions 3. I know about CSV... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557038",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Emotion FOUC after upgrading to Next 13 / React 18 After upgrading our project too from Next 12/React 17 to Next 13/React 18 I am seeing FOUC (Flash of Unstyled Content) that was not present before the upgrade. Nothing within our Emotion setup has changed within the process. We use @emotion/react and @emotion/styled... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557039",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Empty guid id in QueueTrigger Every id I receive from queue has the value "00000000-0000-0000-0000-000000000000" rather than for example:
Here is my code:
[FunctionName("FunctionName")]
[Singleton("{Path}", SingletonScope.Function, Mode = SingletonMode.Listener)]
public async Task Run(
[QueueTrigger("extern... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557044",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is it possible to execute shell commands from a Blazor app? If I were to run a Blazor app from a docker container would it be possible for me to run shell commands on that container? I'm wanting to copy files and maybe setup cron tasks and manage them from the Blazor app.
Robert Harvey,
I tried that suggestion, but... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557046",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: How to pass data between pages? I am trying to build a calendar web app with daily to-do lists. So when clicking on the link on any day, the user should be able to add and edit what to do for that day. But I would also like to show the total number of to-dos added for each day in the calendar page. E.g. 1 To-Do: "sh... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557049",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How can i stop making authentication requests per second? I'm making a web app using django for backend and react for frontend.
The proble is that when a I login in the app and enter with the user, the app is making a lot of authentication request per second and don't understand why.
enter image description here
ent... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557050",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Interactive map plotly from shapefile I would like to create an interactive map, using the plotly package in R.
However, I face the issue now that my geodata is contained in a shx shapefile, which the plot_ly() function seems to have issues with, as it does not contain long and lat but the known geometry lists. How ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557052",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Missing values on time variable, SPSS I have problem with time variable (coded as hmm or hhmm) what is recorded as string. I need help with following:
Value 9999 has to be coded as missing, NA.
Value h99 or hh99, needs to be coded as h00 or hh00
How can achieve this? Thank you very much for the answer.
Tried to chan... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557054",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Woocommerce How to add links to Product categories with my code Please can somebody advise me how to get this php code to pull through the link to the product category?
It is currently just pulling through the name of the product category but I need it to pull through the name and also have that name link to the cat... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557056",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: REST API certificates in IntelliJ Selenium project I got stuck lately trying to understand how to setup environment in IntelliJ for some specific API which requires .key .crt .p12 and password/passphrase. While I got everything setup correctly in Postman I cant really set it up in my Selenium framework.
I was told t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557060",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Stopping automatic Group Policy refresh Using Windows 11 if relevant.
I want to disable the refresh of the group policy on my machine, as it has some unwanted effects e.g. my organisation restrict the use of profiles sync in Firefox. I can amend this in the registry however each time i log out/shutdown a policy refr... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557061",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: not preserving the sequence after the query is executed in mysql I am using a query to insert the records in a table attendance_student but when the query executed it do not preserve the sequence in att_punch. preserve means as in the query 'ss' is coming at the last in att_punch it should be at last but when it is ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557066",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Can't see request from my controller service in Swagger UI I know this question has been asked many times. However, I have not found the solution to my problem after many attempts.
I have a Java project (v17) using Spring, MongoDB and Swagger to allow services and exchanges between my front and back.
However, I can'... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557068",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: The terminal of my mac hangs out with Angular I have no idea, but it frustate me a lot when I open the terminal and it takes 5 minutes to be ready. I'm very sure the problem is due to Angular, but the terminal didn't hang out when I installed Angular at first, so I don't know why it's happening now.
I've googled few... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557072",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Discovering connected devices through broadcast messages from Flask I want to be able to send a broadcast message from a Flask application (A) to an internal network for detecting connected devices. This should be done as a respose from an HTTP request coming from another Flask application (B). For clarification, th... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557073",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: ADF lookup to Foreach I have json input file and using lookup activity and passing to Foreach to get file name list.
But I am facing issue in foreach activity and get the file list.
Input Json:
> {
> "ItemsCount": 2,
> "FilteredItemsCount": 1,
> "Value": [
> {
> "Sourcetype": "DB",
> ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557079",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Confusion with Media Queries im making a site on my laptop that has a resolution of 1366 x 768 and i wanna make the site responsive also for bigger screen. i tried looking on the internet but i found the media queries for desktops be 1281 or higher. i tried making media queries like 1440 or 1920 but i'm not very sur... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557080",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to calculate how many days lef to due date in a query? I have a model that has due_date field and I want to create a query that annotates overdue value that counts how many days are left until due_date.
but I can't implement it in my code I'm getting this error:
Case() got an unexpected keyword argument 'default... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557082",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Inventory Validation remove inactive stock items I am tring to add in a extra Where cluse to the INItemList view on the Inventory validation screen.
I only want Active stock items to be validated
if i override the PXFilteredProcessingJoin view it works but it doent look like it executes the protected virtual IEnume... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557083",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: how to navigate to a shell route in go router flutter? I'm using Go Router 6.2.0 with Flutter 3.7.3
Problem: I want to navigate to the shell route when a user is logged in and the login page when no one is logged in.
What developers usually do is redirect the route to another one when user is logged in but I can't r... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557086",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: reproduce Cloud Run's disk and memory limits in Docker I'd like to reproduce on my local development machine in Docker the disk and memory limits that Cloud Run sets for my container in Cloud Run. How can I configure my local Docker to set the same disk and memory limits for my container as Cloud Run does?
I'm runni... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557087",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Jackson transfor POJO to XML avoid list Wrapper I am trying to get an output without a root node for a list.
I will simplify my code with a more simple idea :
@JacksonXmlRootElement(localName = "my_company")
public class Company {
//Creating properties of Company class
public String comName;
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557088",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Create image with name without blur in the different sizes swift Here is what I am trying to do:
The screenshot is taken from a 14Pro iPhone.
I need to display a profile pic of every user corresponding to his name in a UITableView.
Code:-
import UIKit
class ViewController: UIViewController {
@IBOutlet weak var i... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557089",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Gitlab local server configuration issue (unable to connect with docker daemon)
Issue-1:
ERROR: error during connect: Get "http://dockerhost:2375/_ping": dial tcp: lookup dockerhost on 8.8.8.8:53: no such host
I tried a lot but not able to resolve.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75557090",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Is there a way to scan barcodes/qr codes with device camera on windows using Fluent UI library in flutter? I was trying to make a barcode/qr code scanner for windows in flutter with fluent UI, but when i tried to google some scanning packages, there was nothing except some packages that use material library. I was w... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557091",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Manually choose the colors of ggplots in R for-loop I am trying to manually choose the color of three plots created in a double for-loop. However, when I run the code below, the plots (maps) have no points displayed and I have these warming messages.
What can I do to make this work?
library(ggplot2)
# Data frame (se... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557093",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to get the browser profile internal name in javascript I am working in a feature where after login my application from webui (say chrome Default profile), user will be shown some options. And on click one of the options a backend hit goes for third party validation and after success this should redirect the user... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557095",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Removing duplicates from array of objects based on Id I have an array of objects which are set up like so:
{ code: 1
description: "ARTICLES OF AGREEMENT"
disciplineId: "d29b2d98-39c6-4350-3bd5-08dac6565a75"
id: "783d6788-19f2-4cbd-79b3-08dac6565a77"
projectSchedules: []
r6Codes : []
r7Code... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557096",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Magnolia Richtext inserts wrong internal link I am using the richtext field in Magnolia and have a custom configuration for my CK editor:
var VAADIN_DIR_URL =
typeof CKEDITOR.vaadinDirUrl !== "undefined"
? CKEDITOR.vaadinDirUrl
: "../../../";
// Loads magnoliaFileBrowser replacing CKEditor file browser. T... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557098",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Why one of force update hook is not working while other is? Both looks same conceptually I am using forceUpdate hook like
export const App = ()=>{
const forceUpdate1 = useForceUpdate1();
const forceUpdate2 = useForceUpdate2();
// ignore usage in effect. As both will be used exactly at same place still s... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557099",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Vuforia REST API Authentication I have some issues with Vuforia REST API authentication in C# to generate Vumarks instances. I followed the guides to make the POST request and to authenticate but I still get an AuthorizationFailure response.
This is my code:
async void GenerateVumark(string vumarkId)
{
v... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557100",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: GetMapping method is not working in other packages I wrote a simple API using Spring Boot. But GetMapping annotation isn't working in other packages and everytime I have tried got 404 error.
When I used this GetMapping annotation in the main method it works.
I use ComponentScan and most of the solution that are exis... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557105",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Elasticsearch query for nested AND OR clause for this simple scenario I have 2 fields - name and color. my data looks like below
id
name
color
1
mango
green
2
mango
yellow
3
banana
green
4
banana
yellow
5
pineapple
green
6
pineapple
yellow
7
melon
green
8
melon
yellow
I am looking for (yell... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557106",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Video concatination with overlap FFmpeg I have base MP4 video and outro video in MOV format with alpha channel in first 5 seconds. I need to concat them with 5 seconds overlap so the result video will have duration base.duration + outro.duration - 5 seconds overlap. It's also important to have overlay option enabled... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557111",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: STOMP notification in spring not returning message in console So I have been trying to write simple notification for my application and have the following problem. I was able to connect the websocket but it should also write the message in the console which it does not. I just started to learn websockets and notific... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557113",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Critical dependency: Accessing import.meta directly is unsupported (only property access is supported) I have got a problem as mentioned below.
Critical dependency: Accessing import.meta directly is unsupported (only property access is supported)
I don't know how to tackle with it, i notice there is a post about t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557114",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: self play - reinforcement learning - ELO Question regarding self play. I have implemented the settings and the relevant loops. I have some confusion regarding ELO. Should it be used at any stage or is it just for later when a dashboard is build. Where can it be used in potential: the loss, the selection of models to... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557116",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Editing elements of a numpy vector via a for-loop I seem to lack basic understanding of numpy vectors… I tried to edit the elements inside a numpy vector, yet I couldn't figure out what the problem with it is.
I specifically look for an answer regarding numpy vectors. Ty in advance. :)
This is my try so far.
list1 =... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557118",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: JSPWiki pages on a different disk My JSPWiki servlet on Tomcat cannot make use of a wiki page directory not located in tomcat/lib as it did before. Any idea why?
I am using JSPWiki 2.11.3 and Tomcat 10.1.6.
In jspwiki-custom.properties I have specified
jspwiki.fileSystemProvider.pageDir = /home/rsc/share/tomcat/lib/... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557120",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Access to Global::Hashtable from function in Powershell I write Poweshell Cmdlets and get error over error
#cut
$global:Vertraege = @{}
function xy
{
#local access is working
$local_Vertraege = @{}
$local_Vertraege += ( @{ i=1; ag="AG1"; we="WE1" } )
$local_Vertraege += ( @{ i=2; ag="AG2"; we="WE2" } )
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557123",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Converting DefaultMutableTreeNode to a map of maps I have created a javax.swing.tree.DefaultMutableTreeNode based tree successfully from a JSON source.
Below is the simplified version of the DefaultMutableTreeNode tree, where few children are part of the root. The children itself can have few more children to them. ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557125",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Parse VS project file with ignoring namespace I try to parse an XML VS project file using XPath.
This works fine, but only when I remove the namespace reference in the XML file.
I know that I can run XPath with ignoring namespaces but the expression for that is not really handy.
Is there any way to tell the .NET XML... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557126",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: IF statement with OR condition does not work for a dataframe in R I want to add new column to my dataframe that only has two values ,1 and 0. 1 if either of the x, y, and z columns have an instance of 1, and 0 otherwise. For instance, with this rule, all but rows 6 and 9 have new column value as 1. The problem is th... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557127",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to add a ValidationMessage for a specific item in a List property using Blazor EditForm Using the EditForm component in Blazor Server.
I want to validate all child items in a List<> property and show a validation message next to the input.
The validation is triggered, and the validation messages appear in the su... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557130",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Apache won't start laravel with alias I installed a apache server on my computer and it says "it works"in localhost, I gave a directory and a alias in httpd.conf file to my laravel public folder, but when ı go to that alias, it won't show the laravel page, but it shows the files inside the public folder.
I used "php... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557131",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to serialize / deserialize without using Newtonsoft.JSON I have to serialize and deserialize a JSON string which is used by another program.
I know very little about JSON, so please be gentle with me.
The other program uses NewtonSoft.JSON to do this, but as this is the only thing I need NewtonSoft.JSON for, I w... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557135",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: Chart is still interactable even with modal window on top I have an angular page that contains an amcharts5 chart. When I open an angular material (latest version) modal dialog which sits above it, even after disabling background interactions of the modal via the provided options, the chart underneath is still inter... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557139",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: 3DS Security check in MasterCard Gateway Im trying to implement payments using MasterCard Gateway for android i follow the steps in the documentation i reach the step where i get the HTML Response for 3DS i use testing card to check it but the issue when i click submit in the 3ds check i got authorization error i wi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557141",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to check the value of variable in cypress? i have a variable ids which gets assigned some value dynamically.
it contains value like so
const ids = ["6fd92108-b1ca-4ce5-ace5-5d16c37ff245"]
now in cypress i want to check the value from html dom which is like so
<input name="ids" value=["6fd92108-b1ca-4ce5-ace5-5... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557144",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to show a custom inline error page when AWS ALB health check fails in CDK 2? How can I show a custom inline error page using AWS CDK v2 when the underlying EC2 instances of an ALB in an ASG are down and the health check fails? I have created an Application Load Balancer and an Application Target Group in my CDK ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557146",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: ValueError: Layer "sequential_1" expects 1 input(s), but it received 2 input tensors I'm writing some codes to build a GAN with Tensorflow. While running the training loop, I have come across an error that says:
ValueError: Layer "sequential_1" expects 1 input(s), but it received 2 input tensors. Inputs received: [... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557148",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to record the stream of video chat application using socket.io peerjs in node js I am building a video chat app, where multiple users can join the same room and chat with each other,
want to add a functionality if users want they can RECORD THE ENTIRE CHAT WITH AUDIO AND VIDEO WITH MULTIPLE USERS
I am using sock... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557149",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Timeline Slicer DrillDown Power BI I have a page in my Power BI report with multiple charts having a timeline on the x axis. I would like to be able to switch the timeline between the following (Day, Month, Quarter, Year) using a slicer.
For example when I select Month on the slicer, all the charts timeline should c... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557151",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: When reading excel file, is there a way to program it to always read in the file that contains specific text like today's date? When reading an excel file in python to a dataframe, do I always need to enter the full file name in the string or is there a way to read a file from a folder that contains certain text, li... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557153",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: NUXT 3: ERROR Cannot read properties of undefined (reading 'prismic') I work on prismic and I would like to use slice machine preview on nuxt 3.
I get this error after downloading yarn add nuxt-sm vue-slicezone @nuxtjs/prismic @prismicio/slice-simulator-vue.
enter image description here
I work on prismic and I would... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557154",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Azure nuget installer and nuget Restore fails in pipeline running in a new machine agent I have installed a new Azure agent in a new machine.
I have tried the following pipeline
I have problems wit the Use Nuget showing the next error: Unable to get local issuer Certificate
What could be the problem?
A: The solut... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557156",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is consuming your own API necessary in this case? I have a solution with:
*
*ASP.NET Core WebAPI project
*Blazor Server project (web)
I also have 2 Class Libraries
*
*Core (domain models and interfaces here)
*Infrastructure (implementation of interfaces here)
Is it worth it for my Blazor Server to consume my... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557158",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Extracting a string with question marks regex php I'm trying to extract a string with question mark in regex with preg_replace and it almost works.
I have a output like this:
?Be Happy?
And I'd like to replace those question marks to quotes, so it should look like this:
"Be Happy"
I tried to do that with preg_repl... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557160",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: php:8.1-fpm-alpine: how to install openssl, pdo_mysql, mbstring and mcrypt I'm trying to upgrade an Alpine image from PHP 7.4 to PHP 8.1.
This is the Dockerfile:
FROM php:8.1-fpm-alpine
RUN apk update && \
apk add bash build-base gcc wget git autoconf libmcrypt-dev \
g++ make openssl-dev \
php8-openssl \... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557161",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Failed to acquire connection after switching from IP address to Server Name I have an SSIS package that has been running as a job without issues for years, alongside several other jobs.
Recently we changed our subnet IP address - this along with one other job was referencing the SQL Server by IP address so it broke.... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557162",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Razor page URL Routing migration from Webforms I'm migrating a Webforms application where the routing is set in a function that runs from Global.asax as follows:
RouteTable.Routes.MapPageRoute("RouteName", "routeurl", "~/SitePage/SubDirectory/PageName.aspx");
RouteTable.Routes.MapPageRoute("RouteName2", "routeurl/ro... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557167",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: C# - StreamReader incompatible with Content-Length? I receive a JSON from an http stream
I rely on the Content-Length header to read the body, but the StreamReaders reads extra characters
is it possible to use the Content-Length value of the header as-is while using a StreamReader ?
with this function, there are ext... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557168",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: Object's unique sequencial index for each user - Django models I have a table for users and another for what I call 'documents' in my database (I use postgresql). That last one has a 'user/author' column as a foreign key. How can I set a sequential index column for each user/author? Here's what's on my mind:
*
*us... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557174",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to use a service declared in a Custom Angular Library into other project I am trying to re use a service implemented in a custom library into other projects, the problem is that I receive this error: 'ERROR Error: NG0203: inject() must be called from an injection context'. Can someone give me some light in the d... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557176",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Does NLM_F_DUMP on AF_XDP support filtering? I'm issuing a SOCK_DIAG_BY_FAMILY DLM_F_DUMP on a NETLINK_INET_DIAG netlink socket for the AF_XDP family. I successfully get back a dump of the currently open XSKs. So I think I got the basics correct it seems.
Now I want to query in some situations for a single specific ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557177",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Creating a “Clear cart” button in PrestaShop 1.7 Need to delete items from cart
I have tried with ajax as well as using the cart Update method to clear the cart but It didn't work..
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75557178",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Write a function even_numbers that uses a for loop and outputs a list that contains all the even numbers from 1 inclusive up to 2 exclusive? It is not working.
In [122]:
def even_numbers(n1, n2):
for x in range(-2,4):
if (x%2 == 0):
print(x)
In [123]:
Q6 Test Cases
assert even_numbers(-2, ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557179",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Saxon / NodeJS : xslt3 command line says "Command line option -export requires a value" I am trying to perform an XSLT transformation in NodeJS.
I found that Saxon looked like a good option (https://www.saxonica.com/download/javascript.xml), so I installed both saxon-js and xslt3 using npm.
Following the documentati... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557182",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How does sentry handle the souremap filenames using sentry-cli? I'm in the process of configuring sentry to make sense of my projects source maps which I've uploaded using the sentry CLI. I'm currently having trouble mapping the filenames of the minified code back to the source code so that I can read the stack trac... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557183",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Error 304 whenever I post to my own API in TypeScript I have been building an application for some time now. I have a page where the user POSTs order confirmation details to the database through an API.
I now created a new page in which the user makes a "simple" POST through the same API. However, I am unable to get... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557184",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to validate UNC paths and mapped folders paths in Java I need to write in java a static method which validates both UNC paths and local files and folders (for mapped drives).
The method should validate strings like "\\\\computer\\folder\\file.txt" or "c:\folder\file.txt" or any other UNC accepted format.
What is... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557185",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: I want to see the charts points value when the mouse is over the related point. Therefore I have added a MouseMove event, but got problems I have added following code to my project:
public Form1()
{
chart1.MouseMove += new MouseEventHandler(chData_MouseMove);
InitializeComponent();
this.... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557193",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: React use effect cause problem when rendering the modal I am a fresh new react developer and my problem is related with the rendering problem of a model. Here is my code:
import * as React from 'react'
import { Typography, IconButton, Box, Link, Grid, FormGroup, FormControlLabel, Switch, Accordion, AccordionSummary,... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557195",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: NextJS page seemingly gets props out of thin air I have a nextJS page called login, which gets props like all React components. But no props are given when the page is referred to with a <Link href="/login">. Yet the login page uses props.login() function. I can't find anything on this in the documentation.
There do... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557197",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Discord.NET 3.9.0: Failed to create "Discord.Interactions.NullableConverter..." [Translator used]
I wrote my Discord bot and everything was fine, but after the last changes (I tried to delete them, but it didn't help to fix the error) it gives the following error:
An exception was raised:
"System.Threading.Tasks.Ta... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557201",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is it a good practice to pass a Ref as an argument to a service? I'm playing with Flutter coming from a Xamarin.Forms experience and I'm trying to implement some common scenarios I dealt with in my previous applications.
I have a RestClient service class containing all the low-level Rest calls performed with Dio.
I ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557203",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Make public an implementation in rust and I need some help:
I'm working with grpc in rust, my directoris is organized like:
├── Cargo.lock
├── Cargo.toml
├── src/
│ └── main.rs
├── user/
└── user.rs
and I added this in Cargo.toml :
[lib]
name = "user"
path = "user/user.rs"
The UserStruct is implemented in u... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557205",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is there a better way to sort a list of lists of the same length in Python? I want to know the best way to sort a list of lists of the same length in Python. I've tried one, and I think it's somewhat good, but not the best.
My code:
k = [[1, 99, 12, 1111], [999, 1, -34, -32948], [-9, 122, 19, 77776]]
d = sorted([t ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557207",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: How to let CMake put .lib files inside the build folder I have a C++-project with a structure like this:
├─examples
│ ├─main.cpp
│ └─CMakeLists.txt
├─unittests
│ ├─main.cpp
│ ├─other source files
│ └─CMakeLists.txt
├─actualLib // static library
│ ├─source files
│ └─CMakeLists.txt
├─CMakeLists.txt //... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557208",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Auto clicking Google Pay button in Woocommerce payments (Stripe) after 5 seconds H1,
I have a Woocommerce site, with woocommerce-payments installed and Google-pay button (Stripe) active.
I want to show the payment popup from google pay, after a set time interval, both on phone (android/iOS) and desktop. So, basicall... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557214",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: get summary statistics on numerical column grouping by categorical column value in pyspark Hi I have this dataframe
id
state
utcTimeStamp
516d73de-a4a2-4f4...
NEW
1608619977140
516d73de-a4a2-4f4...
QUEUED_FOR_PROCES...
1608619977443
516d73de-a4a2-4f4...
PRE_PROCESSING
1608619977443
516d73de-a4a2-4f4...... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557219",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to get all the SEQUENCES GRANT DDL for the SCHEMA in Oracle Tried below query to get the sequence's privileges,
select * from dba_tab_privs where owner='TEST' and TYPE='SEQUENCE';
Response:
GRANTEE OWNER TABLE_NAME GRANTOR PRIVILEGE GRANTABLE HIERARCHY COMMON TYPE INHERITED
READ_WRITE TEST ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557221",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: MongoDB Atlas connections time out I have a Spring Boot service deployed on AWS ECS. The service offers a REST API for clients and stores its data on a MongoDB Atlas M2 cluster (Replica Set - 3 nodes).
Recently, I noticed some strange logs popping up:
MongoSocketReadException
2023-02-17 15:09:46.998 INFO 1 --- [ngo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557223",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I scroll inside a popup using Selenium webdriver?
I need to scroll a popup. I know only driver.execute_script("window.scrollTo(0, 2080)") - doesn't work.
i've tryed driver.execute_script("window.scrollTo(0, 2080)"), but this command scrolls all window, not a popup.
A: The easiest way to scroll down a popup... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557224",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to use OpenStreetMaps with react-native-maps? I have seen many people saying you can do that even though it requires Google API. Is that true? Does it work for both iOS and Android?
Also, how do I get the OpenStreetMaps API, I cant seem to find it?
import MapView, { MAP_TYPES, UrlTile } from 'react-native-maps';... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557225",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: SQL query to find sum of two particular rows This is my table :
id name age role
---------------------------------------
1 Rahul 20 1
2 Karan 35 0
3 Vivek 47 0
4 Shubham 40 1
5 ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557226",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "3"
} |
Q: gradle init - generate LF line ending on windows I wonder if it is possible to convince gradle to generate on Windows files with Linux line endings (LF) instead of (CRLF), while running gradle init.
It is interesting, that the generated *.java files have LF line endings, while build.gradle, git-related etc files hav... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557228",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Matplotlib does not recognize pyplot eventhough it is already imported import matplotlib.pyplot as plt
plt.figure(figsize=(4,6))
dataset.label.value_counts().plot(kind='bar', title="Dataset distribution")
plt.show()
---------------------------------------------------------------------------
AttributeError ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557229",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: JPA SqlResultSetMapping annotation unable to perform mapping for non-Entity Spring Boot + JPA/Hibernate here. I have the following query using EntityManager:
@Component
public class AnalyticsPersistor {
@PersistenceContext
private EntityManager entityManager;
public List<RevenueRank> fetchRevenuRanks(S... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557231",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Google Translation API V3 not supporting language pair other then Russian Supporting : English to Russian
Not supporting : English to Japanese
Not supporting : English to Hindi
Not supporting : English to french
Request :
{
"sourceLanguageCode": "en",
"targetLanguageCode": "ar",
"contents" : "Medical Clothing Market... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557233",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: upload videos to an AWS S3 bucket and generate shareable URLs I want to create a website that has a front end interface where users can upload videos to my AWS S3 bucket, and the URL of that video will be generated automatically, and then it can be shared anywhere else. is that possible
if yes how to do that is anyo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75557235",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |