text string | meta dict |
|---|---|
Q: Crystal Report Windows Forms Viewer external component has thrown an exception I am getting the attached "Crystal Reports Windows Forms Viewer" External component has thrown an exception error when I run my VS 2015 application. My OS is Windows 11 64-bit and .Net version is 4.5.1. I have also installed the attached ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579252",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to use same public and private keys across instances when scaling out in Azure App Service - Linux - PHP I have a PHP app on Azure App Service running azure linux.
On my local machine I created public-private key pair using openssl and used the keys in JWT authentication flow
access token creation
$private_key =... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579253",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: What is the best approach to track a huge object in Vuforia with Unity 3D? (size of +40 meters) I am looking for a solution/ best practice on how I should solve the issue of tracking an enormous object. The object that I would like to track is over 40 meters. Is it even possible with Vuforia? (I would like to use Un... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579258",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Eas Build Failure When I ran "eas build", I'm getting this following error :Error in EAS dashboard when I tried to build the app
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75579260",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Unable to get lowest value using join I have two tables info and sell_info. info table contains "list of record" and sell_info contains "product which are on sale".
I want to get "lowest" value of record where id = 1. How can i do this?
Here is my table "info":
id
name
1
ABC
2
XYZ
3
CDE
...
...
Her... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579264",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: subquery and alias in data analysis: Syntax error: Expected end of input but got "(" The first 2 lines of my query:
SELECT
Warehouse.warehouse_id
CONCAT (Warehouse.state, ': '. Warehouse.warehouse_alias) AS warehouse_name,
The syntax error message I'm getting:
Syntax error: Expected end of input but got "(" at... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579266",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to implement the web3 in react-native In my project using react-native, I want to use web3.
But I'm unsure of how to use Web3 with React Native.
A: Package: https://www.npmjs.com/package/react-native-web3-wallet
Implementing Web3 in React Native is similar to implementing it in a web application, but with some ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579267",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: The event created on the calendar via exchangelib/EWS is duplicated My project uses exchangelib to create events on my calendar.
from exchangelib.items import CalendarItem
calendar_item = CalendarItem(folder=kwargs['folder'], subject=kwargs['subject'],
start=start,
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579269",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Android picture-in-picture window gets auto closed when I launch any other app The Android picture-in-picture window is getting closed when I launch any other app. It's happening only for launching the app the first time but doesn't happen if another app is already opened. Works fine in Android 10.
AndroidManifest.x... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579270",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is there setDelayThreshold() command for PubSubIO write in Apache Beam? Is there an option of not only setting the maxBatchSize() for the bulk PubSubIO write request in Apache Beam, but to also give a time limit for it? In the documentation it is written
For example, if given 1000 the write sink will wait until 100... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579272",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Python Selenium : Scrolling google reviews to add more reviews on the page Google reviews has 10 reviews on the page, as you scroll to end, more reviews get added
I want to scrape close to 100 reviews, but scrolling using python gets me to the end of the page but doesn't add more reviews. I've tried this on chrome &... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579273",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I check which code is running on a Firebase Function? Let's say hypothetically a bad actor got into the network and deployed something to Firebase Functions, or someone's harddrive failed before they pushed code to a remote server. Is there any way to see what code is currently being run on a Firebase Functi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579276",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Define multiple symbols in Eclipse preprocessor settings Is there a way to define multiple symbols in one go in Eclipse?
I have a list of preprocessor symbols that need to be defined and adding one by one in the preprocessor settings seems to be too tedious. Is there a way to add the list of symbols in one batch?
Tr... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579277",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: iOS build failed: Compatible versions of some pods could not be resolved.
You are seeing this error because either:
*
*Versions in the cached Podfile.lock do not match required values in Podspecs of some installed libraries. To fix this, you can re-run build command with "--clear-cache" option, or select "Clear ca... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579278",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: .NET MAUI Soft keyboard wipes out half the page on android why? when soft keyboard pops up, it wipes out half the page like so on android 13. Keyboard wipes out half the page
i expect the keyboard to pop up and down without affecting the page . I've tried hiding my collectionView when keyboard pops up and Unhide it ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579282",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: iOS Siri intent partial translation I'm looking to translate my Siri intent file. I've added these localizations but some works and some does not.
"Starts immediately" = "Démarre immédiatement";
"Launch ${timer}" = "Démarre ${timer}";
"${timer} has been launched" = "${timer} a démarré";
${timer} is "Poupou" in the... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579283",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Jest not compiling TypeScript asset files I have a TypeScript project that uses Knex to run database migrations by running all migration files in a directory. The migration files are in TypeScript, placed in their own "migrations" directory, and I have a TypeScript module that is used to trigger Knex on the migratio... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579285",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Frontend and Backend with HTTPS and one IP nginx I have a pretty simple project, with a backend in Django and a frontend in React. The front end is hosted on Netlify with a custom-bought domain and has an HTTPS security layer. The Django app is hosted on a DIgitalOcean Droplet and uses docker-compose. Initially, it ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579286",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Next JS 13 project does not deploy. Vercel returns prerender-error When I deploy the project, vercel returns me error. In localhost there is no problems. I dont know what is my mistake. The error is that
The folder structure
And my detail page
import NewsDetailContainer from "@/containers/NewsDetailContainer";
i... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579290",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: High CPU Utilization in Local Machine(VM) while executing test in Non-GUI Mode? The local machine (virtual machine) configuration is 16GB RAM, dual core processor. While executing the test with 10 vusers in non-gui mode the cpu utilization is hitting 100% and in gui mode the cpu utilization is 60%. The whole resourc... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579292",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to store a list of variables generated within sourced R code I am trying to populate the public and private fields of an R6 class using separate sourced files. For that
I have created a small compiler script that sources the files and greps public and private methods (see example below). The compiler then reads ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579295",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Printing contents of a txt file as array and plain text format located in our system using Javascript and HTML So I have to write a code in JavaScript implemented in HTML.
Objective is to
Print the contents in a text file (test.txt) as plain text (test.txt) that's located in my computer.
Print the contents in a tex... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579296",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Getting Response 429 when testing an instagram link with a user account in the URL I wanna ask if there might be a problem in the requests library.
When i tried to run this code the response is 200
response = requests.get('https://instagram.com/', params=[('q', 'requests+language:python')],)
response
<Response [20... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579297",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to SELECT ONLY ONE entry from other records with similar iterations in SQL
Above is my table Sales records. I would like to
SELECT ONLY ONE RECORD for every receipt_no.
i.e., I Want to get assorted records using receipt_no, date, time, waiter, total for only one sale record for every receipt_no.
I don't know i... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579299",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to change macos volume from a usb connected device? I have a usb speaker connected to a M1 pro mac via usb.
So when I change the volume of the usb speaker how can I sync the volume of mac to that speaker's volume?
Case:
External speaker selected in mac o/p volume.
Change volume of external speaker. Now mac's vol... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579300",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Django raw sql problems with complex query I have following query:
keyWordsAllStr = ", ".join(keyWordsAll)
main_query = Transactions.objects.raw(
'''
with cte0 as (
select split_part(analytics_debet, ',', 1) as name
from orm_analytics_transactions
where ac... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579304",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: why is my arduino code not working with ATTINY44 I have a code that uses 1.1Vref (ATTINY44 IC). I have connected one sensor to it and now i would like to read value of the sensor. Please check the code below.
#include <SoftwareSerial.h>
int led = 7;
#define rx 1
#define tx 0
SoftwareSerial serial (rx,tx);
void setu... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579306",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to create a button that won't move on a responsive website? I'm trying to put a button background image.
The problem is that when I try to reduce and increase the screen, it moves and does not stay in place
Is there a possibility that it won't move when I decrease and increase the screen?
<div className="ma... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579307",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to extract text from image URL using R Programming? I have a image which contains text. Now, if I want to extract the text from the image, how can I do that?
Till now, I have come up with the following code below:
install tesseract package and its dependencies
install.packages("tesseract")
install.packages("magi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579310",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to implement 'Expand All' and 'Collapse All' buttons for MUI accordion group? I'm working on a section which display logs in the form on MUI accordions. I have got the accordions working normally i.e. expand and collapse work. However, now I'm asked to add buttons Expand All and Collapse All, which when clicked ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579311",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Pandas Extrema but only compared to left side def is_edge_pivot_low(df, src, i, n):
if i < n:
# n values before index don't exist
return False
# True if n values are higher than value at current index
return df[src].iloc[i-n:i+1].idxmin() == df.index[i]
def find_edge_lows(df, src, n):
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579315",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: how to implement instamojo gateway payment in flutter? how to add key and token in flutter app?
I want to create payment gateway system and how show data in instamojo site ?
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75579316",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to clear all the cache in Riverpod I have created an App in Flutter using river-pod, but the problem arises is when I login from user1 and logout and then log back in using User2, the data shown is still of user1. So i want to change it so that the data shown is of User2 (it can be by clearing the cache which se... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579317",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to send a `vararg variadicArguments: kotlin.Any?` to a GObject native call with Kotlin Native? I'm working on a GIR generator to create Kotlin Native bindings for GTK and other GObject based libraries. I reached a stage where I can almost compile the bindings for GLib but I'm stuck with the handling of varargs.
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579318",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Make chess move with the help of selenium webdriver (Java language bindings) I've recently started testing web applications with selenium, and I'm currently working on a chess site (analysing chess game).
the website -> https://www.chess.com/analysis
I can only refer to the chess fields as a web element if there is ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579319",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Video rendering issue in WPF when moving window between monitors with different screen resolution and/or scale I have a winforms application (well, it is an VSTO Outlook Add-in that runs within Outlook) in which I am using a toolbar and within this toolbar I embed a WPF user controls through the use of an ElementHos... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579323",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: function writing text in bold, italic, underlined good afternoon.. I am a novice Javascript programmer from Russia (I apologize for my English). I want to write a function that takes two arguments, a class and a tag. So that it wraps the selected text in a contenteditable div. At the moment I have written such a fun... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579324",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Vuetify 3, vue/test-utils : Layout error, when mounting a vuetify component in a unit test file I'm using VITE & VITEST for my VUE3 project and also Vuetify. Recently I tried to setup VITEST so that I could perform some component testing. To do that I used the library vue/test-utils as well as its mount() method. I ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579326",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Disable y-axis scaling when zooming with react-chartjs-2 Is there a way to disable the auto scaling of y-axis when I'm zooming on a time series chart ?
You can observe the behavior here : https://codesandbox.io/s/react-chartjs-2-line-zoom-pan-9cz0eh
When you zoom the y-axis will scale so the data occupies all the y-... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579329",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to write a method that returns strings that contain every object from an array I want to write a method that has an array (not arrayList) as a parameter. That method should check if multiple strings contain all the words stated in the array, and therefore returns strings that do. Is there a way of doing it just ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579332",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: System.IndexOutOfRangeException: 'Index was outside the bounds of the array.' Being extremly unlogical I have ran into a problem with designing my pathfiding engine in c#. I use a file created in other program which sets the grid values at the position whether they are walkable or not. The issue is when I try to set... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579335",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Does increasing Firebase Dynamic Links API quota increases per second limit as well? Firebase documentation says that Dynamic Links "requests are limited to 5 requests/IP address/second, and 200,000 requests/day. To request for more quota, fill out this form".
If we request an increase in Firebase Dynamic Links API ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579336",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to use C/C++ format specifiers to achieve the same as "g" but with "1." instead of "1.0" I'd like to print floats via printf as follows:
*
*(1) right-align into a string of given width (here 8)
*(2) show relevant decimal digits if possible, but no unneccesary trailing 0s after .
*(3) also do this for rounded... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579337",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "3"
} |
Q: ERROR : /bin/sh: line 1: javac: command not found, in VS Code Dual boot fedora 37 with jdk 19 installed. Terminal execution unresponsive I have recently installed Fedora 37 as dual boot with windows 10. I installed jdk-19 and VS Code. But every time I try to run java program there is this error -> /bin/sh: line 1: j... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579340",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to remove facebook like button social text? I would like to remove the social text from the facebook like button in order to fit into the width, you can see Image 1.
I have read the article.
But when I access https://developers.facebook.com/docs/reference/plugins/like/ , I can change the "layout to button_count... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579342",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Creating dynamic charts for different date ranges using amchart 5 I am trying to create daily, weekly, monthly, quarterly, 6-monthly, yearly and 5-year Candlestick & OHLC charts for Dollar, Euro and Gold using amchart 5.
All data is saved in my own database.
In AmChart 5 samples, I wanted to create my chart by going... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579344",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Render is call before useEffect I'm trying to create a simple application usign React and Leva js.
Basically there is an array of items and each item has a name and an array of numbers. The Leva panel contains two selects and the user can selects two items from the array of items.
If the two selected items have the ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579345",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How To Prevent Adding New Properties To Cosmos DB Document With The Partial Document Update Feature I'm using this Nuget Package in my ASP.NET project for CRUD operations with Azure Cosmos DB: https://github.com/Azure/azure-cosmos-dotnet-v3
I'm working on update API, and have just found that the SDK provides partial... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579347",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I know the number of bytes I need for a given input? I'm using the SASM IDE using NASM as my assembler to produce a 32-bit program. How can I know the number of bytes (first parameter) I need for a given input when using the PRINT_DEC macro? let's say I need to print 6518846, how many bytes do I need to decl... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579350",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Authorise APIM via independent Identity Server instance I have set up an APIM instance as a proxy for a webapi we expose, I want to access the APIM instance via Postman / .NET Client and enforce client_credentials (scope / secret / client_id) as set up by our own running seperately hosted instance of Identity Server... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579351",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Extracting data unscessfully with requests module in python3 environment I can't extact data in session or json parsing method. I try all method I can and I have account and password to enter in the website. Once when I try to get data, the response showed error. If professionalist could give me some indication, I w... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579352",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Task Timer Scheduler is not working when the DB server is restarted in Java Spring Boot application We have an issue with the connection of DB being lost when the DB server is getting restarted.
We are using DBCP for the connection pool. We used autoReconnect=true which seems to solve this problem, but it is not rec... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579355",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Trying to plot a periodic function, gets ValueError I am trying to plot a function f. Under is the code that I have.
import matplotlib.pyplot as plt
import numpy as np
def f(x):
if -np.pi < x < np.pi/2:
return 0
elif np.pi/2 < x < np.pi:
return 1
else:
print("Error")
x = np.lins... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579356",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to only select rows that have values for a given column header When I have a certain dataset loaded with pandas, there might be rows that have only values specified for some features, whereas for other features, for whatever reason, the values might be missing, or not applicable.
I want to have a look at those ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579357",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Why doesn't WebStorm provide method documentation on the second level? I recently started to use WebStorm and I've noticed that the IDE sometimes doesn't provide property or method documentation on the second level. So, when I call an object and try to explore the available methods and properties on the second level... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579364",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: heap total is stable but RSS is increasing There is a memory leak in our NodeJS application. By using memoryUsage, we found that RSS is increasing while all others memory indicators are stable.
memory graph:
Env: Node version 8.0.0
Ubuntu 20
machine memory : 16GB
I already checked with inspector and heapdump. But I... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579366",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: When I press s for scale it does not do that (I'm in blender) So when I want to scale (still a noob) it just raises the plane... not like the tutorial shows that I'm watching
In the top right (when I press s) it says shrink/flatten not scale
Please help I'm scared
Ope... it's in blender
Ive googled it obviosly but n... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579367",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Set portrait or landscape mode in flutter web app I have a flutter app that is working correctly in an Android device, both as an native (APK) or web app.
Due to some restrictions (deployment, device compatibility, etc) sometimes I need to deploy it as as web app, instead of APK.
Now, I have this specific requiremen... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579368",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Room Entity with Kotlin Set Field Warning I am trying to store a "set" of an enum class in a room table :
enum class MyEnum { A, B, C }
@Entity(tableName="testtable")
data class TestEntity(
@PrimaryKey(autoGenerate = false)
val id:Int
...
val mySet:Set<MyEnum> = setOf(MySet.A, MySet.B)
)
Initially th... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579369",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Creation of variable containing a df variable labels leads to the creation of "dot" variable name How can I improve the syntax below to avoid the appearance of a dot when I try to save a dataset's variable list and relating variable labels to the dataframe vars.n.theirlabels. I haven't been able to remove the dot cr... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579371",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Laravel Blade - Sometimes data just doen't render I am new to Laravel and sometimes the data doesn't render. For example, the e-mail address below doesn't show up in the view all the time while the if statement is definitely true:
@if ($client->client_email != "")
<i class="fas fa-envelope"></i>
{{ $client->... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579372",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: change the input text color at runtime I have created a form in which there are 3 Form Fields :
*
*input1 is a datapicker;
*input2 and input3 have dynamic values and they are auto filled on selection of input1 which is datepicker.
So my issue is, I want to change the input text color of input2 and input3 accordi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579373",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Mongodb Query based on a column which contains dateTime information I have a Mongodb collection with event data. it has a column called dateTime. I want to retrieve & export all the data that are after specific date.
Example of data in the dateTime column is as follows.
2022-11-21T15:16:50.029+08:00,
2022-11-21T15... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579374",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Vs code isn't allowing me to write in the output this is the image that shows the problemWhen I need to write sth as the user, I can't. For example, I need to make the sum of two numbers that the user input. In VS code after I run the code, I can't write the numbers
I didn't know what to do
A: try killing the termi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579379",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Play animation backwards I added click event on my AnimationView and I'm trying to play the animation with the first click and play the animation backwards with the second one.
Which would be the best way to achieve it?
Com.Airbnb.Xamarin.Forms.Lottie 4.1.0
Xamarin.Forms 5.0.0.2291
A: As Andrew suggested, the trick... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579380",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I create a new array from an original array making use of ONE MORE DIFFERENT ARRAY in Javascript? Here are two simple arrays, one is an original list, the other is a selected index from the original one.
I just want to re-create a new array, based on the selected index array.
Here is my code.
const list = [{... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579381",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Volley.TimeoutError while fetching data from xampp mysql db i am trying to connect the mysql database via php and fetching products(database) using volley in android studio calling the php, facing the error i.e com.android.volley.TimeoutError, i tried the app on both real device and emulator but the result is same v... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579383",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Filter data frame based on absolute difference I have the following data frame:
import pandas as pd
d1 = {'id': ["car", "car", "car", "plane", "plane", "car"], 'value': [1, 1.2, 5, 6, 1.3, 0.8]}
df1 = pd.DataFrame(data=d1)
df1
id value
0 car 1.0
1 car 1.2
2 car 5.0
3 plane 6.0
4 pla... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579387",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Work days calculate with Apps Script, getDay and getDate deprecated I have to create a script for my Google Sheet that it return me a work days dates array.
This is my code:
function getWorkingDays(startDate, endDate)
{
var days = [];
var currentDate = new Date(startDate);
while (currentDate <= endDate)
{
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579389",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Questioning the order in which the code is executed So I stumbled across this piece of code (Java - Constructor does not explicitly invoke a superclass constructor, Java does not insert one either)...
public class App {
public static void main(String[] args){
new C();
new C(1.0);
}
}
class A... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579390",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Get data from datapoint when tap `function startClustering(map, data) {
var dataPoints = data.map(function (item) {
return new H.clustering.DataPoint(item.latitude, item.longitude,null,item.vehicleId);
});`
Here I want to get item.vehicleId.
When I click a cluster, need to get data associated with data poin... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579391",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Error while installing Apache AGE using make install I was installing Apache AGE using this guide https://age.apache.org/age-manual/master/intro/setup.html and have used sudo apt install postgresql-12 to install postgresql, but doing make install in the age git directory is fetching me the following error:
gcc -Wall... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579392",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to format date and return date in date-fns angular We have requirement to send date of type Date not of type string without time in yyyy-MM-dd format. But when I tried it with parse method of date-fns then it gives error Invalid date.
My code is given below:
// where given date is Thu Nov 19 2026 00:00:00 G... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579397",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Trouble coercing input to matrix for DBSCAN for grouped dataframe in R I'm trying to apply dbscan to a data frame using a function that contains multiple groups however I'm getting an error saying that x must be a matrix:
Adding missing grouping variables: `group`
Error in `summarise()`:
! Problem while computing `o... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579398",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: I am using a very big equation of Mathematical functions in KQL(Log Analytic Workspace), will this leads to wrong output or delay in result of query? My KQL query is mentioned below
_GetWatchlist('xyz')
| extend crossjoin = 1
| join (CustomTableName | extend crossjoin = 1) on crossjoin
| extend x = todynamic(field)[... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579399",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Any way to get CLI credentials when using AWS SSO with a 3rd party SSO account? For our internal AWS accounts we use the aws cli with the aws sso command to login and get session credentials. We also have a few other 3rd party AWS accounts configured in AWS SSO (or whatever it's been called this week).
Getting cli c... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579401",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Symfony collection don't save array but class name I've got symfony form with CollectionType. It's a multistep form and when im dumping data after each step it saves properly:
App\Entity\RezylientnaArchitektura {#654 ▼
-id: null
-BezpInf: Doctrine\Common\Collections\ArrayCollection {#655 ▼
-elements: array:1... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579403",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Chance constraint using YALMIN in matlab FOR time period t where t:0 to 51
I have constraint q(t)=0 if a(t)=0 , q(t)=22 if a(t)=1, q(t)=32 if a(t)=2, q(t)=45 if a(t)=3
I tried using YALMIN in matlab
I gave
q=[0,22,32,45]
a = sdpvar(T, 1);
out=q(a(t)+1)
but got error : Unable to use a value of type sdpvar as an ind... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579404",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Kubernetes Scaling Pods by reading json file which has a device count number I have deployed all pods in Kubernetes environment with helm package system.
All my pods are running fine and I want to scale couple of pods based on the number of devices connected.
I'm maintaining a json file which has the count of device... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579407",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to bundle a VSCode Language Server extension with ESbuild into ONE FILE? Is there any way to bundle a VSCode Language Server Extension using ESbuild into ONE FILE?
The WebPack configuration is very hard and it is not working here.
The ESlint configuration is easy, and I do know how to configure it, but it result... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579409",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Why Angular code is not going in catch block if router.navigate is throwing the error? try {
this._router.navigate([result?.data?.menuLink]);
console.log('inside try block');
} catch {
this._router.navigate(['/dashboards/analytics']);
console.log('inside catch block');
}
The router.navigate i... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579410",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: no download of Monocle SDK on linux x64 I would like to use monocle with linux, for headless use in build system, but I don't see any way to get the linux-monocle version for versions above 17.0.6
Is it just forgotten? broken? or is there any other way to get it working?
I tried using the following parameters
-Djava... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579412",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I execute command lines in Java that they work fine from cmd? Since I have lot of files to copy from CSV to a Postgres' DB, I want to create some scripts and then running them from my workspace in eclipse, without having to open the CMD every time.
I'm running these commands from cmd, one by one, and they wo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579415",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: I need an explanation or an example of the following sentence The sentence is given below.
"An arithmetic expression is made up of constants ,variable ,a combination of both or a function call connected by arithmetic operator"
I need an elaboration and an example of the part where it says "a function call,connected ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579417",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: How to get GA4 Account and Property details? How to get GA4 Account and Property details using R? I am able to get only Universal analytics details using
accounts <- google_analytics_accounts()
properties <- google_analytics_properties(accounts)
Tried using
ga4_properties <- google_analytics_4_properties()
But it ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579418",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How does Spring's @Cacheble annotation work? I was looking into annotations but wasn't able to grasp how annotations actually work. So I tried to break my problem as follows:
*
*Lets suppose I have a spring boot project that is used as a dependency in various applications.
*I annotate one of its methods with @Cac... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579419",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: C++ error: expected primary-expression before '.' token I am beginner in C++ and I am doing some exercises using namespaces. The code looks like this:
namespace nsSignalManager
{
enum eInputSignal
{
E_SIG_IDX = 0,
};
enum eInputSignalRed
{
E_SIGMGR_IDX = 0
};
class PiosSignal... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579424",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: Mutiple dropdown option arrays I have a form which uses EJS templating to create dropdown RSVPs, to 3 events as shown by image below
The EJS used is below
<form action="/update-rsvp" method="POST">
<table>
<thead>
<tr>
<th>Name</th>
<% if (guests.some(guest =>... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579427",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Explain the Go string concatenation function Here's the Go official implementation of the string concatenation operation
// concatstrings implements a Go string concatenation x+y+z+...
// The operands are passed in the slice a.
// If buf != nil, the compiler has determined that the result does not
// escape the call... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579430",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Restrict a sub category products to be added to cart Please help me on this.
I have a "category-a" and then "sub-category-b", I want all products under "sub-category-b" to be restricted or cannot be added to cart if there is no products from main "category-a" then rest of products can be added to the cart regardless... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579431",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Optional chaining with React useEffect While the optional chaining is a very nice way to avoid throwing errors, is it fine or recommended to be used as part of the useEffect ?
useEffect(()=>{
//console.log('Is the Optional chaining fine to use here ?');
}, [objKey?.value])
A: Yes, it is generally okay to use optio... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579435",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: CallKit management when have an outgoing call Is I have the ability to start an outgoing cellular call from the iPhone native app when i have an outgoing call inside my app?
I see in Facebook that when i am in call from messenger and trying to start an outgoing call from my phone the messenger call was finished auto... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579437",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: UI validation in WiX custom action proceeds to server mode / installation Trying to verify user input in a custom dialog using wix4 (same behavior with rc2, rc3 and latest builds).
I found various examples of how it's supposed to work, but unfortunately I cannot get it right here.
There's a dialog to pick a folder, ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579438",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Adding class to table row has no effect I'm trying to do two things in pure Javascript when the user clicks a table:
*
*return the number of the row (it works)
*change the background of the row
Here my current code:
document.querySelector('#tableEvents').onclick = function(e) {
let index = e.target.parentEle... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579439",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: I have NodeJs-Flutter authentication problem I have android app (Flutter) and backend (NodeJs)
I am using JWT authentication method
there is no sign up , I previously added users to DB so they can logged in with their personal id and combination of their personal id and another personal number
The problem is: when s... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579442",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: resizeObserver constantly firing in react app when margin applied here is a codesandbox that shows the problem.
I have this react hook that uses a ResizeObserver to get the width and height of a particular element:
export const useParentSize = <E extends Element>(
ref: RefObject<E>,
{
debounceDelay = 0,
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579444",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Unreal engine 5.1 python API usage with landscape- How to get all information of a landscape I was reading the answer suggested by dan answer but couldn't find any of the methods suggested. I am searching the unreal python documentation 5.1. I also searched the 4.27 but didn't find anything relevant to what was sugg... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579446",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: SAS scaproc and %include Is there a way to profile a large job which calls multiple sources using %include with proc scaproc?
Running
proc scaproc; record 'out.txt'; run;
%include "job_part_1.sas";
%include "job_part_2.sas";
proc scaproc; write; run;
Gives the correct /* JOBSPLIT: ... */ meta-info but does not show... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579447",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Execution failed for task ':app:compileFlutterBuildRelease'. APK build failed, Flutter I have been facing issues when I run the 'flutter build apk' command on my laptop. Below attached is the stack trace output for the command. Any help would be greatly appreciated. I am running the latest version of Flutter 3.7.5 a... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579448",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to export coredata? Hello I am looking for example code of how to export the coredata as a json or csv file on xcode using storyboard.
I have been searching for information and example code for a few days, but I can only find examples using SwiftUI. Any advice would be much appreciated! Thankyou.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75579450",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |