text string | meta dict |
|---|---|
Q: How To Grab Data From Protected Local Storage (Blazor Server) How do I grab stored data from the ProtectedLocalStorage ? When I attempt to do so I get blank values for the retrieved value (no crashes or error messages) and am able to concatenate the blank string with another string and display it (using login.razor ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634022",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I solve posts ajax load more button problem in elementor widget? As a developer I'm developing a elementor widget as a plugin. It'a a filtarable wp post gallery type. I was use some code for ajax load more button which is here. And also it's working fine.
Now, I can't dynamic properly this code with elemento... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634023",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How can we deal with layers in Tailwind CSS This is a landing page
Landing Page Website Raact.
When I scroll down my slider came on front of navbar which is displayed in the bottom image
Error in this Part. So please help me to out to put slider in the back of navbar.
I want the slider to be below the navbar on scro... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634024",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Running "Project_Name" with {"rootTag":11} While I debugging react-native my app using (npx react-native run-android) command, After the executing of app is automatically close in my android phone(vivo z1x). I don't know, what is the reason? And I also want to know, What is the meaning of {"rootTag" : 11}.
I want to... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634025",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Why I am not able to authenticate the windows generated popup for digest authentication by selenium Geckodriver in python This is the popup I have to handle this
I wrote a python code for selenium Geckodriver and trying to handle the Proxy Authentication Popup. but It is noy handling how can i handle this.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75634027",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: why still getting inconsistent result when already use np.random.seed() and tf.random.set_seed() I try to do NN classification using keras. I already use np.random.seed() and tf.random.set_seed() to get constant result everytime rerun it. I use random seed in my syntax around 1 month ago and at first it was work, bu... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634032",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Arrange matplotlib figures from pickle into a new subfigure I am loading figures from pickle using code like so:
axes = []
items = ['dataset1', 'dataset2', 'dataset3', 'dataset4']
for i in items:
with open('Plots2/'+i+'_Accuracy.pkl', 'rb') as file:
axes.append(pickle.load(file).get_axes()[0])
These l... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634034",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: wp multisite is working except for the one subsite which show 404 Not Found i have been using wp multisite (subdirectory installation). all my sub site work perfectly.
except of this https://www.tvhex.com/en/
i have other testing installation here: https://www.tvhex.com/download/ and here: https://www.tvhex.com/link... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634035",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How handle the throw error with simple way in node.js express Below (source code:1) is working well, But I want to make become more simple.
I don't want to write a code to call 'catchAsyncErrors' in each time I create a method.
Source code : 1
const express = require('express');
const app = express();
const usersRou... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634037",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: CFML / Fusebox 5.5: Parse Engine Fails (sometimes) to close CFIF tags This is Fusebox 5.5.1 application. For some reason, though I've been using Fusebox for years, I'm facing a new issue recently.
The parsing engine seems to want to occasionally (and parsing the same file may make it work, and then working parsed fi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634038",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to cast a column as an integer in Pyspark I am trying to cast a column in my dataframe and then do aggregation. Like
df.withColumn(
.withColumn("string_code_int", df.string_code.cast('int')) \
.agg( sum( when(col('string_code_int') >= 1000), 1).otherwise(0)).alias("count"),\
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634039",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: stuck with div tags not responding as they should when expanding & collapsing an ID div tag with:
<!DOCTYPE html><html lang="cy"><head><!-- bootstrap 5.0.2 core -->
<!-- CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css"><!-- JavaScript bootstrap 5.0.2 -->
<... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634040",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Facebook primary email changed automatically on my page - is it hack? Today all of a sudden I see Facebook primary email change on my Facebook page and I click secure my account link but it is not working well. is it kind of hack or something else. How can I secure my page or change my primary email?
mail screenshot... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634044",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Issue Compiling Spring Boot to Native Image I would like to preface this with how I'm relatively new to Spring Boot and GraalVM, and have been having issues with it. Whenever I try to use the Spring Boot native image to make my program into a native image, it gives me the following error (when running mvn clean pack... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634047",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Do LinkedIn has any web hook that provide live updates on every mentions and comments on a LinkedIn page I want the live notifications from LinkedIn when ever a person mentions or comments on my page.
Is there any web hook to get these details?
While searching on google I found that there is an API 'Marketing Develo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634049",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: TypeError: object of type 'numpy.float64' has no len() in python I'm new to Python
So I tried to iterate by calling the ELM(position) function using the following code:
def fitness(positon):
for i in range(len(position[0])):
acc[i] = ELM(position[i])
return acc
acc = fitness(position)
print(acc)
But when I ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634050",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: Android Manifest Problem using Aide - Android IDE Mobile I am using Aide- Android IDE on mobile to create applications but I keep getting this error:
Error
And this is the code inside:
Code
I tried to add this to the manifest:
tools:replace="android:appComponentFactory">
But the error still shows up
How to fix this... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634054",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to show dialog when someone backpress from specific Fragment in android JAVA Please understand at first, I want to show a dialog when user press on back button.
Example: I have 4 Fragment like A,B,C,D.
If user go to A -> C then, When user want to come A <- C or C to other there he will get a dialog. But if user ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634057",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I read Internal storage files in Android? How do I grant access to my android app to read the CPU temp files in the internal storage files? I have been trying to get this working for quite a while now and have not made any progress. Below I have included the current methods I have for accessing the CPU temp f... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634058",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Merging a column in a dataframe I have a Library that gets data from the Tehran stock exchange; if I want to get data on a single stock, it would be like this:
input:
import finpy_tse as fpy
Khodro = fpy.Get_Price_History(stock='خودرو',start_date='1401-11-08',end_date='1401-12-08', ignore_date=False, adjust_price=T... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634060",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to first initialize global variable in React and then use it in other files I want to have a function that initializes a global variable, the Redux store, and then import the store from other files that other functions can use the store outside of a React component.
/store.ts
import { configureStore } from '@red... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634062",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Maintaining PHP sessions In my student management system that I have created, the PHP sessions cannot be maintained when I reload the page or when I go to other PHP pages within my system.
Here is how I create my sessions.
So the gist of it is that in the login pages I have created, it is programmed to take the valu... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634063",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How To Add Preflight Missing Allow-Origin Header In Kubernetes Gateway API We are leveraging the power of Kubernetes Gateway API to use it capabilities in Gateway and HTTPRoute.
We have a simple Gateway resource that uses a GKE External Global LoadBalancer. Below shows the full manifest code
kind: Gateway
apiVersio... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634065",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: I need to add the attribute tail to self, and tail should always be pointing at the last node in the list The tail attribute should always be pointing at the last node in the list. When a list is initialized the tail should be set to None. I need to modify the append method to have a run time of O(1) rather than O(n... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634069",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: I have latest versions of php, laravel installed.I want to use the projects which are built on different versions .How can I do that not uninstalling? I have latest versions of php ann laravel installed.Now I want to use the projects which are built on different frameworks.How can I do that without uninstalling xamp... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634070",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: In AMD epyc 7763 daul-CPU 128-cores node, parallel performance of 128 cores is only slight higher than 64 cores Recently, we build a HPC cluster with AMD epyc 7763.
In each node, we have two CPU, each CPU has 64 cores.
We did some tests of parallel calculations, using VASP. We got very puzzling resluts:
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634071",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Scene tools to game scene unity3d I want to implement the object editing tools that are in the default scene into game mode so that the player can also edit, change the position, rotation and size of objects. I mean Move, Rotate and Scale tools. Are there any ready-made solutions? Perhaps a plugin or something else?... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634072",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Is there a way to make python not wait for function to finish? I have just started with programming on a raspberry pi pico, and I was wondering if you can make python start another function, even though the other one is still running, so I want multiple functions to run at once (but with a bit of delay between them)... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634074",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Need help in downloading PDFs from arxiv dataset which is available in kaggle I am seeking assistance with downloading PDFs from the arxiv dataset, which is available on Kaggle, onto my local file system. Ideally, I am looking for a code that allows users to input the subject name and the number of PDFs to download.... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634076",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Rewrite the following code using template literals const printBill = (name, bill) => {
console.log(name);
console.log(bill);
return 'Hi ${name} , please pay: ${bill}';
}
let c= printBill("Nova",800);
console.log(c);
Why this code... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634079",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: RS485 Splitter to connect two PLCs running Master Modbus Protocol I am looking for a RS485 Splitter to connect two PLCs running Master Modbus Protocol to a RS485 slave device.
I am looking for a RS485 Splitter to connect two PLCs running Master Modbus Protocol to a RS485 slave device
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75634082",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: i install python 3.10 which is a bugfixing stage in my ubuntu 18.04 then after my terminal not open bash: /usr/lib/command-not-found: /usr/bin/python3: bad interpreter: No such file or directoryonkar@onkar-inspiron-3558:/opt$ sudo apt install python3
Reading package lists... Done
Building dependency tree
Reading sta... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634086",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Visual Studio Code Linker - case insensitive switch? An old Amiga assembly program I'm resurrecting in Visual Studio Code with Amiga Assembler extension (which uses FS-UAE as emulator), has many case insensitive label issues, giving me the following errors...
Linker error: Link Error 21(PlatformDesigner+0x1de8): Ref... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634088",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Show tooltip for span after click on I want to copy text o span in clipboard, then show tooltip for it.
I use this code.
spans = document.querySelectorAll(".copy");
for (const span of spans) {
span.onclick = function() {
document.execCommand("copy");
}
span.addEventListener("copy", function ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634090",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: Comparing the Performance of json_decode Function in PHP, Python, and Java on JSON vs Text Data from MySQL Queries Is there any difference in performance of json_decode function in PHP (or similar function in Python, Java) between JSON data and text data (a valid JSON string) retrieved by a MySQL query?
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75634092",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Error sending google calendar invite using Google apps script I want to send a Google calendar invite using the google apps script but I am encountering an error in the last line of the following code snippet:
function testnotification(){
var calendarId = "####";
var eventId = "###";
var e... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634093",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Why does my X variable continue to show after I dropped it for my regression model? I am having an issue with my x variable reappearing into my regression model after I have dropped it due to it having a higher VIF and p value. I would remove the variable, check the regression model to make sure it has been removed,... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634094",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: IMPROVE on Powershell mouse click script Powershell question. I want to do mouse clicking after size of log-file being changed. In link Mouse Click automation with powershell (or other non-external software) there is example how to use New-Object SystemDrawingPoint that helps for the second part of my question. But ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634096",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to configure .htaccess file How to rewrite simple url by configuring .htaccess file?
I want to simply write url with / instead of writing parameters.
example:normal link: localhost:8000/readers.php?id=1
rewroten link: localhost:8000/readers/1
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75634097",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: use method of java fragment in kotlin fragment but error: java.lang.NullPointerException I call method from java fragment to kotlin fragment using
Recordfragment().startRecording()
but error applied
java.lang.NullPointerException: Attempt to invoke virtual method 'void android.widget.Chronometer.setBase(long)' on a ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634098",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to use a sed command on every line in a file? sed -i -e '/line/a\/to be added/' argument
*
*Argument is every line of a file [These lines have path to multiple text files]. Can I use foreach in linux terminal? What are other options?
*I tried xargs the following way but didn't work
xargs -a file_name -I{} -... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634101",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: WebSocket closes without opening, error 1006 I'm working on a Django realtime chat app but for some reason I can not get my WebSocket to connect on chrome nor Firefox.
I get the error message :
room.js:43 WebSocket connection to 'ws://127.0.0.1:8000/ws/chat/%22default%22/' failed:
room.js:52 WebSocket ERROR
room.j... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634103",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to add Japanese text in Jfreechart labels for SpiderWebPlot usinf awt Font I'm using Jfreechart to generate SpiderWebPlot and in my Dataset I have text in Japanese and whenever I generate this into a PDF Japaenese text doesn't appear.
DefaultCategoryDataset dataset = new DefaultCategoryDataset();
dataset.addVa... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634105",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Eliminar usuario de Firebase Authentication en Angular I want to be able to delete a user from a CRUD that deleting it deletes it from the database but not Auth (not done yet), how could I do so that deleting a user does not require them to authenticate their account and delete ?
I have tried using the deleteUser me... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634107",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to auto-remove html closing tags (like in intellij) In intellij, if you have:
<slot></slot>
and you want to remove the closing tag, you simple can add / to the opening tag and it transforms it into:
<slot/>
Is there a way to do that in vscode or something similar?
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75634108",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is it possible to make a pyinstaller executable file that automatically updates when I update the source code? If there is, how do I do that? If there isn't, which approach would I take to achieve something like that?
Tried looking online but found absolutely nothing. Maybe I didn't try hard enough.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75634111",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Error in code: TypeError: can't multiply sequence by non-int of type 'float' I am using this simple python script that defines two functions that calculate the area and volume of a cylinder, given its radius and height:
import math
def calculate_area(radius):
area = math.pi * radius ** 2
return area
def ca... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634113",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: To Print all student data on image but on one click and one by one enter image description here
I want to print all students data but line by line after entring all student data where the data is placed on picture by css manual so i want to get data from data base of php and place all students name where it should b... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634117",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: cURL code does NOT get affected whether I use CURLOPT_CONNECTTIMEOUT and CURLOPT_TIMEOUT or NOT, why? To get some API data, I am using following cURL code in PHP:
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "some_api_url");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT,... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634119",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Why forms do not hold their values in a multi-steps form created using provider in Flutter? I am using the following code to create a simple multi-steps question-answer form, but it seems forms can not hold their values and when I go to the second form and come back, the textFormField values are gone.
"handler.dart"... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634121",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Assigning Values so that Sum of Each Rows and Columns in Matrix is the Same I have an adjacency matrix below (both column & headers are userIDs) with values either 0s or 1s. The value 1 denotes that the 1st user knows the 2nd user and vice versa (e.g User 0 knows User 1 and vice versa) whilst the value 0 denotes bot... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634124",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Google PeopleAPI: Created contact not saved or synced in Google Contacts I am using the Google People API to create a new contact in Google Contacts. The contact is created successfully, but it is not saved or synced in Google Contacts.
Here is the code I am using to create the contact:
$client = new GoogleClient(co... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634127",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: clear app data automatically when update to a new version I am from EMM team but I got questions from my developer of their in-house android app which I know it will not work in EMM when deployment for Android enterprise devices. But I still need to give them some evidences (example: link) why it will not work due t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634128",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Power BI Conditional Format Looking for some help on conditional formatting and counting of measure.
First up, I have the following table:
EQ Class
EQ Code
Target
Actual
% Achieved
** Achieved
enter image description here
I would like to conditional format just the row total based on the values of subcategor... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634129",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Ratio after a groupby in pyspark I have a pyspark df like this
+------------+-------------+
|Gender | Language|
+------------+-------------+
| Male| Spanish|
| Female| English|
| Female| Indian|
| Female| Spanish|
| Female| Indian|
| Male| En... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634134",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: recyclerview wont show after adding SearchView onquerylistener in fragment popbackstack i have this main activity that has bottomnav, each navigation show different fragment. There's 'HomeFragment' that show recyclerview of post from realtime db and also has searchView that already successfully filter the post. the ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634136",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I solve this error to visualize the gene fusion using the circlize package? I want to visualize several gene fusions in a circle using the circlize package in R.
My data is
fusion1 <- data.frame("chr" = c("chr7", "chr1", "chr12", "chr3", "chr16", "chr7", "chr12", "chr1"),
"start" = c(27934... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634137",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Error input string was not in a correct format in Console.WriteLine() My code shows the following, why?
input string was not in a correct format.
string s = Console.ReadLine();
string c = Console.ReadLine();
string m = Console.ReadLine();
Console.WriteLine("your text was : {0,-10} and your char : {1,-5} and your fl... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634144",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: How to configure pymongo to automatically marshal and unmarshal protobufs I'd like to have protobuf support in pymongo. Specifically, I want to be able to pass protobufs anywhere that I could pass a dict (such as collection.insert_one()) and I want to get the appropriate protobuf instance anywhere I'd otherwise get ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634145",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to set a custom class for a section I'm using the default Dawn theme. Added the Multicolumn section to the site. But I need to add a custom class to it to style it by design. How can I add a custom class to the standard theme section?
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75634146",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: i am a macOS user and a begineer in c language. i am learning it in Geany , and while running the program my mac is not able to open it in terminal this is the error i am getting after i press run button on Geany.
NOTE: i am a mac user and i know nothing about running programs in mac.(https://i.stack.imgur.com/khLOC... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634149",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to provide a condition of incrementing index of array into another component with provide and inject in Vue.js? I was trying to improve tabsWrapper component with adding button by clicking on which the next tab is selected. But it turned out that my code doesn't work at all even though I've used known by me patt... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634152",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: desctucrure object in JS {data: {user: {id, role}}} = useSession() throw an erorr How can an object be destructured in a JS that can be initialized as undefined. For example, I need to destructure the session object that is returned by the useSession hook.
{data: {user: {id, role}}} = useSession()
throws an error i... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634154",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I make this hover animation effect? I have the following code. What I essentially want to achieve is, when I hover over a service list item (in case of this item has multiple provider) the other items go down and the box size increases so the providers appear. I want to put basically an animation/transition o... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634155",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Apache AGE - Return nodes having a property with common pattern Here I have two nodes with the property 'name' that contains the first name and last name of a person. I create the vertices as:
SELECT * FROM cypher('graph', $$
CREATE (n:Person {name : "Michael Stone", age : 20}), (m: Person {name : "Michael Douglas",... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634157",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Jackson - part of model as a raw json while deserializing I have a interesting problem. Basically I have requirement where we need to generate HMAC SH256 out of RAW json body which is pretty easy. Problem is that our model is a little bit tricky and I don't know how to handle this correctly so it will work. So basic... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634160",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How does Java interface type parameter work? How does Java know the exact call address on runtime if the given type is interface? For example,
// A few definitions
public interface In {
void method();
}
public class A implements In {
public void method() {
System.out.println("A");
}
}
public class B ext... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634161",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Mel Spectogram normalization for training neural network for singing voice synthesis What are the recommended mel-spectogram normalization techniques for training a neural network aimed at singing voice synthesis? My configuration settings are
n_fft= 2048, hop_length= 512, n_mels = 80
I have implemented normalizat... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634166",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: is list parameter in java, pass-by-reference or pass-by-value? I have the following code:
class Solution {
public List<List<Integer>> permute(int[] nums) {
List<List<Integer>> result = new ArrayList<List<Integer>>();
permuteUtil(new ArrayList<Integer>(), nums, result);
return result;
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634169",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to deal with deprecated funtion android/os/Looper#prepareMainLooper? According to Android API:
https://developer.android.com/reference/android/os/Looper#prepareMainLooper()
the prepareMainLooper() is deprecated in api level 30.
How should I do:
A:
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.R) {
Looper.p... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634172",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: JSON.parse error unexpected token u due to value being double? I am getting unexpected token u attempting to parse something in nodejs with JSON.parse.
I am quite certain I know the issue, but I have tried everything I can think of with no luck at solving it.
Here is the thing I am trying to parse:
{"result": 1.0}
W... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634174",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Veeam Backup replication job when I want to start my replication job in veeam consule Im getting this error "input string is not in a correct format" but other replication job is working properly
this job includes 2 virtual machines 1 linux centos for nextloud service and other centos for proxy server service
I was ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634175",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Trying to style XML using XSLT , Any one Comfortable with xml and xslt here , In my xml I am trying to color two different "p" tags with different attributes using xslt below
but it does color them in red only and not in green
<xsl:template match="p[@color='red']">
<span style="color:#ff0000">
<xsl:value-of select="... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634176",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Header and Footer Spacing for Bookdown PDF I'm trying to help someone with Latex but have been out of touch and need some help. They need a header with their company logo and chapter name. And a footer with website address etc. I have been able to get the most of it, but text for the page is too close to Header and ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634177",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Not able to map Dictionary key to values in Django Jinja2 I am unable to map the dictionary key value to the value in the jinja template. below is the block where I was trying to map. so the variable(maji.u_priority) value is a numeric value and I want it to be displayed as P1, P2, etc.
View Function.
from django.sh... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634180",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: TypeError: Cannot read properties of undefined (reading 'getProvider') Getting error property of undefined (reading getProvider) while deploying the function to firebase. I still trying to figure out how to get auth instance, "when I try to do firebase.auth" it gives another error.
const functions = require("firebas... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634181",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Continues int value from Data I have a question and this problem already make me headache.
So how to make int i = value to be continues.
Example I have some int data value = 20, 25, 27, 33.
How to make int being continues changed value step by step to i = 20, i = 25, i = 27, i = 33.
Really this make headache and thi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634186",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to remove ng-component label from dynamic component? I created a dynamic component with reference to the official document. (See the live example)
But the component will be wrapped with a ng-component label.
How to remove ng-component label?
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75634189",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Django unions and temporary fields in serializers I have a DjangoRest view that finds several QuerySets of a Model (Item), calculates a "rank" for each item, and then passes the final list to a serializer.
My "rank" field is a temporary field added by the serializer.
When I try something like the this:
q_a = Item.ob... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634191",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Error: Transaction reverted: function returned an unexpected amount of data i was building a bot that should: take a flashloan from dydx (the token received from the flashloan is WETH), trade the token received on uniswap and sushiswap (WETH and COMPOUND) but When i test on remix the flashloan code alone, the code i... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634195",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: AttributeError: module 'pywebkit' has no attribute 'WebView' I am using Linux Mint, I am new to python and I am trying to run this code:
import gi, pywebkit, webview
gi.require_version('Gtk', '3.0')
from gi.repository import Gtk
from pywebkit import *
class Main(Gtk.Window):
def __init__(self):
Gtk... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634197",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Jupyter notebook connecting only after I interrupt it- how to fix this strange behavior? I run Jupyter notebook installed in anaconda in WSL with the command "jupyter notebook."
It first gives me:
Serving notebooks from local directory: my/directory/
Jupyter Notebook 6.5.2 is running at:http://127.0.0.1:8888/?token... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634200",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Como criar um link e compartilhar com android Como criar um link e compartilhar com android usando a api da here sem fazer o uso de deeplink
Espero conseguir criar um link para compartilhar com meus motoristas
| {
"language": "pt",
"url": "https://stackoverflow.com/questions/75634201",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: In JavaScript how to find largest number from an array while iterating through each element of an array and using ternary operator? How to find highest number in given array with iteration through each element of an array and and using ternary operator?
Looking through array to find largest no. With ternary operator... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634203",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: "exhaustMap" in Project Reactor? Is there an equivalent operator in Reactor for exhaustMap from RxJs (https://rxjs.dev/api/operators/exhaustMap)?
A function that returns an Observable containing projected Observables of each item of the source, ignoring projected Observables that start before their preceding Observ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634207",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: React state not setting after image uploaded on firebase I'm using React/Firebase to store some data and image in firebase. But when the image uploaded its not setting the download URL in state immediately. so my data going first time without img value. but if I click again to send button then it working with the im... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634210",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to split CSV rows with a list in each cell and store that data to its corresponding column? [Python] There is a list in each cell and I would like to extract them and put them on a new line after the comma and save the rows to their corresponding column using Python
This is my CSV File:
Column A
Column B
Col... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634212",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Does Yahooquery include moving average data similar to yfinance? I'm in the process of evaluating yahooquery as replacement for yfinance in python to pull various data for a large set of tickers. I've used yfinance for quite some time, but it takes awhile to run. Yfinance is also broken at the moment for some of the... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634214",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Flutter decoding of large json sometimes gives errors while parsing Im using dio to retrieve large json data from my Laravel backend, the problem is that, sometimes it works perfectly and it gets parsed correctly, and sometimes it returns:
FormatException: Unexpected character
Here is how im using dio:
class CartR... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634215",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Using instanceof with generics I am reading about generics, and I learned that they don't allow the use of instanceof. However, the following code compiles:
WeakReference<String> ps = new WeakReference<>(new String());
if (ps instanceof WeakReference<String>) {
System.out.println("Ok");
}
Can anyone clarify wha... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634223",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "4"
} |
Q: Courier transporting Item System due to every dates It can't fill color according due to dates deadline. Day 1 is for GREEN (Sending), Day 3 is for YELLOW (Pending) and the last Day 3 is for RED ( Not approved/received ) and also Received is for normal data list.
This what I want fill color every row, GREEN for Sen... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634224",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: How to use curl, unzip and delete command in docker image, when creating docker image using jib I am using below Dockerfile and build.gradle file but I am not able to download that zip in docker image. How can i download zip file and extract that.
(Docker build -t <image_name> .) Executing this command will downloa... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634226",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Cannot read properties of undefined (reading 'dark') error when trying to extend MUI color palette Can't extend MUI color palette instead I'm getting this error:
Uncaught TypeError: Cannot read properties of undefined (reading 'dark')
This is my theme.ts file:
const theme = createTheme({
palette: {
primary: {... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634232",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: PrimarySwatch is not working when useMaterial3 is true When I updated Flutter to Flutter 3.7.6, suddenly 'primarySwatch' is not reflected anymore. 'useMaterial3' works if I set it to false, but I don't know why.
return MaterialApp(
title: 'Demo',
theme: ThemeData(
primarySwatch: Colors.pink,
appBarTheme: const A... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634235",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Error: Module not found: Error: Package path ./icons is not exported from package I created a svg icons library using angular-cli@14 and svg-to-ts and published it.
In the demo project for the library, it works fine when I import any icon.
When I consume this package in real angular project I got this error.
Module... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634241",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How Restore files in git I use below command in my project and it is deleted any files in my project, what can I do to restore all files in my project?
git rm -rf
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75634243",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: PHP Array Key Exists with Exact Match I have below code.
require_once 'array-currency.php'; // include the file that contains the currency list
if (array_key_exists($fromCurrency, $currency_list)) {
// rest of the code for currency conversion
} else {
$data = array('error' => '0', 'msg' => 'Please select a ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634245",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: calculating average but error comes as not a group by expression I am writing one query for calculating average but facing error as not a group by expression. please help me out for this.
SELECT mfg.MMFG_MFGNAME AS MFGNAME,
count(case when sz.MCS_ID=1 then mtr.MTRM_SERIAL_NO end) AS count,
round((m... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634248",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: What's the problem with looping through an object properties and then through each of its properties as well in this case? I have an object with some arrays inside. Arrays on the other hand are populated with objects. The idea is to loop through the object and through the array on each iteration.
Object:
{trendingMo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634250",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I resolve dependencies I cloned a maven project for my work but I am facing dependency issues Facing below issue not sure what is actually missing
please help me with this one
Trying to run my Maven project but facing dependency issue
Need to run without any issues
WARNING[m] The POM for test:generateBearer... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75634253",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |