text string | meta dict |
|---|---|
Q: Get list of my Telegram channels I'm currently a member Is there a way to get a list of channels I'm a member of in Telegram (preferably Telegram Desktop)?
I may be able to come up with a solution using JS in the browser or even Selenium, but isn't there a more ergonomic approach that would work in Telegram Desktop ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607360",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: (custom) function to fill NaNs in pandas does not work I have the following code:
def fillRow(df, key, type_):
print(f'Key (before if statements): {key}, Type: {type_}')
if (type_ == 0):
replacement = df[key].median(skipna = True)
elif (type_ == 1):
replacement = df[key].mean(skipna = True)
elif (t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607361",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Google API Python | ValueError: Authorized user info was not in the expected format, missing fields client_secret, client_id, refresh_token Traceback (most recent call last):
creds = Credentials.from_authorized_user_file('credent.json', SCOPES)
File "C:\Users\WINDOWS\AppData\Local\Programs\Python\Python310\lib... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607363",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Returning outgoing and incoming edges does not show the number of edges from all vertices I wanted to retrieve all the incoming and outgoing edges from all vertices from a graph, but when I query for it, only the vertices that have both types of edges (outgoing and incoming) are shown, and the ones that only have on... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607366",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Can you help me with my code?? TypeError: TextIOWrapper.write() takes exactly one argument (3 given) My messy code (sorry!)
CONTEXT
This is for a Minecraft mod I'm editing but I am using python to store the names variables so I dont have to write it out because I am Lazy
Issue
my error is
TypeError: TextIOWrapper.wr... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607367",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-4"
} |
Q: Why does the Elvis operator/null coalescing operator work this way in Kotlin? I have the following code:
companion object {
private const val DEFAULT_LANGUAGE_CODE = "en-us"
}
val currentLanguageCode: String
get() {
return selectedLanguage?.code ?: configManager.get().agency?.language ?... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607368",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can i make a button work in expressjs? I am trying to make a food order system and i want to add food to 'orders' table in database.I asked it to chatgpt and it told me that I can use addeventlistener().I tried and it did not work.After that I tried to make it like in the code but it did not work either.How can ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607370",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Using 2 Azure Kinect, how to figure out which microphone array belongs to which Azure Kinect? I'm writing a software to record video and audio streams from two Microsoft Azure Kinect connected to one computer. As I want to join the audio and video stream from the devices I have to figure out, which microphone array ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607372",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: how to combine multiple dictionaries from list? I have a list of dictionaries like this one:
my_dict = [{'year-0': '2022', 'dividend-0': ''},
{'year-1': '2021', 'dividend-1': '52.37'},
{'year-2': '2020', 'dividend-2': '44.57'},
{'year-3': '2019', 'dividend-3': '35.00'},
{'year-4': '2018', 'dividend-4': '24.00'... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607375",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: SQL return only date in select I'm doing a query in a database and when I return the data column the result is in the format below
select '01/12/2023 00:00:00'
return '01/12/2023 00:00:00'
I would just like to return '01/12/2023'
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75607376",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Could not run my code on emulator because of Gradle issue FAILURE: Build failed with an exception.
*What went wrong:
A problem was found with the configuration of task ':app: processDebugResources' (type 'LinkApplicationAndroidResourcesTask'). - In plugin 'com.android.internal.version-check' type 'com.android.build.... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607377",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Update an MFC EditControl I have a login dialog for my MFC application in Visual Studio. By pressing an 'eye' button, the password attribute of the edit control gets enabled/disabled.
This works as expected; however, after pressing the button, the displayed text inside the edit control stays as it was until I move t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607378",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Xperience Reset Banno API When we are entering in the API information into Banno interface in Xperience. It will not allow the public key to save. Were do we have to have the public key from? Any workstation or the Xp server? Also, What are the command prompts to generate the public key in .pem format.
Created Publi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607379",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to add number text files into a PHP math equation? This is part of script i am putting together earlier. This time I am trying to pull the numbers in the equation from 3 different txt files. Each text file only contains 1 number with no other lines. Example:
35
21
3
Those are the numbers
However, I don't know h... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607381",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Devise log in not working in RoR app after Heroku performed a Postgresql maintenance I have my RoR app deployed in Heroku, with Devise authentication. Everything was working OK, but 2 days ago, I was informed that a rutinary Postgresql maintenance would be performed.
After that, my Users can't log in into the App.
T... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607382",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Define Column based off of 3 columns in another dataset - simple example works, but more complex errors I want to define a column in Dataframe A based off of a column in a Dataframe B, after filtering based on 2 different columns in Dataframe B. I can get this to work in a simple example but get an error when doing ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607383",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Usecases for screenshots with cypress end to end testing? I recently noticed the cy.screenshot() method but couldn't come up with any usecases for it. I don't want to miss out on something here, so do you have any examples on how this method could prove usefull in any way?
A: Yes, you can attach the screenshots to ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607384",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I Replace an Artists' Last Name in SQL with the IN Clause? I am currently learning SQL and I am doing a SQL assignment with the following scenario:
Select the FirstName and LastName for Artists who were born in Canada or the UK. Replace any artists last name values who do not have a last name with 'NA' in y... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607385",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Function won't compute total cost When I run the code/script, the ComputePrice function will not load. I am able to get the "order" part to show up but I don't know why my other component won't run. I think it has something to do with my if else else statement but I don't know how to adjust this to show up properly.... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607386",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: How can i create a python app to add images to a template I'm trying to create an app to add image to a template image
something like this:
Image template example
I wanna put on the green squares an image, how can i do it automatically, i can do it using pillow or opencsv?
I'm expecting to do something like this
Tem... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607388",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Does not show the image received from the database I'm doing a mini exercise using the following tools: React, Node.js, Express and MongoDB.
I am trying to upload an image to the database and then display it using a form.
The back end code is as follows:
const multer = require('multer')
const storage = multer.diskS... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607389",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I run a .cc application on Windows8? I installed a c++ compiler on windows 8 and I’d like to run a ROOT application using g++. The installation seems succesfully, but when I create the executable with " g++ -o output /path/to/file.cc ‘root-config --cflags --glibs -03’ " command I get:
fatal error: TSystem.h:... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607391",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Adding global X/Y labels to a grid of subplots I'm trying to plot a summary of many experiments in one grid of graphs in order to compare the results. My goal is to get a graph that looks as follows:
I have successfully created the grid of the graphs using subfigures and the titles of rows (and even for each graph ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607393",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Browsers based on Chromium has "Multi-Account Containers"? As a Firefox user, my life depends on the extension "Multi-Accounts Containers", this extension basely allow-me to use different containers tabs as much I want. Just a change between tabs and I go to a completely new "environment" browser.
Like every one whe... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607396",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is there a limit to how many recordsets you can open in Access using DAO method? I have noticed that intellisense stops at DAO.Recordset2, is this just a case of not needing to add it to the intellisensor because of how little it would be used, or does VBA limit you specifically to having only 2 open at a single tim... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607397",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Uncaught TypeError: this.model.each is not a function I'm currently new to Backbone JS. While learning passing data to views I came accross following error. I tried to solve the problem but still facing issue.
First code is working properly but same code with different example mentioned below is giving me error
Unc... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607400",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to know if the elements of the lists from a dataframe column exist on a list on python i have a dataframe of ussers with their telephones, and some are repeated so i have a list with the repeated telephones and i want to obtain the index of the ussers that have a telephone that is included on that list.
The colu... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607405",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to get route pathname inside nextjs 13 app using the latest app directory? "Server Side" I'm using the experimental appDir in Next.js 13, and want to get the URL path of the request. I need this info to set the searchparams before I do the redirection.
I want to get the request path on the server side.
There is ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607410",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: Linking one param to another (generics, union, tuples) Given an union of tuples like this:
enum EventType { A, B };
type WebEvent =
[id: string, type: EventType.A, timestamp: number, payload: string] |
[id: string, type: EventType.B, timestamp: number, payload: number];
How does one define a function accepting... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607411",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: React Native Display my app over other app I am new to React Native and am trying to display my app over other app ( similar to google meet floating window which comes if we are in meet).
More particularly I am trying to redirect my app to native maps app but in that maps app I should give a "Done" button which on c... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607413",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: openpyxl hides two columns instead of 1 Here is a MRE. Download "huge_bug.xlsx" (it's a wetransfer link) first:
from openpyxl import load_workbook
document = load_workbook("huge_bug.xlsx")
# hide column AJ
document.active.column_dimensions["AJ"].hidden = True
# save workbook
document.save("huge_bug_2.xlsx")
I wa... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607419",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Bot button discord discord_components I'm making a bot to approve users on my discord server, and I came across this error!
my code:
import discord
from discord_components import Button, DiscordComponents
from discord.ext import commands
import os
import discord.ui
from discord import ui
intents = discord.Intent... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607420",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: MIUI 14 with Android 13, app second run always crashes I recently updated my Xiaomi 12X to MIUI 14 Android 13 (xiaomi.eu XM12X V14.0.8.0 TLDCNXM). And I had a problem, it's impossible to run the application from Android Studio a second time, it crashes right away. I've tried it on other devices and it works fine. I ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607421",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: mapping of array over table in each column in react i am getting data from api and displayed them in table and instead of displaying each data in its own column , all the data is displayed in first one column.I tried but wasnt working
i want to run loop on table and each data to display in its own column not all da... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607424",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How can i know the particular HAL versions required for particular Android Release Let's say i am working with Android 13 version, how can i know the HAL versions that has to be in my code(Android 13). Is there any limitation that, this particular android release(Android 13 in my case) should contain these particula... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607426",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Implementing function to reverse the order of elements in a list I am trying to implement my own version of the reverse function in Haskell. The following code utilizing the : operator.
reverse' :: [a] -> [a]
reverse' [] = []
reverse' (x:xs) = reverse' xs : [x]
This results in the a compilation error. However, if I... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607427",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: ProcessBuilder not working with Processing I am working on creating a sketch with Processing, and I would like to add the version number to it. I'm trying to run the following:
try {
ProcessBuilder pb = new ProcessBuilder("git", "describe", "--tags");
pb.redirectErrorStream(true);
Process p = pb.start();... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607428",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Keep a DOM node/element alive in Vue.js I was wondering if there is a way to keep a DOM node alive and available the next time a component mounts after it has unmounted?
I'm curious about this in general, because this question has come up for me more than once, so I would love answers for the general case instead of... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607430",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Multipy columns from 2 different table with many to many relationship Hi I'm currently stuck in with my problem in multiplying 2 columns from two different table with many to many relationship.
I tried to create this measure:
Consolidated Demand = SUM(Item[Qty/Rate]) * SUM(Inv_Consumption[component_quantity])
In r... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607432",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: HTTP error 403 when using Rselenium navigate function I've looked at other answers to this error from other posts and none of them solved my problem.
I'm trying to collect some metadata on a list of URLs (df) using RSelenium :
for (i in 1:nrow(df)) {
remDr$navigate(df$url[i])
Sys.sleep(10)
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607434",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Does requestAnimationFrame with arguments require to be called in a specific way? I have the following almost identical code that uses requestAnimationFrame
The first function works perfectly and the histogram is accurately drawn. However, for the second function, I'm trying to pass arguments to drawHistogram and ma... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607435",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: JavaScript/TypeScript not finding symlinked file for `import`/`require` We are using a Git mono repo for our project, of which one of the subprojects is a shared-assets project. For remote access, we are publishing shared-assets to Nexus. However, we'd also like to be able to access shared-assets locally on the deve... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607437",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: GatewayIntentBits is not defined - Discord Bot - guildID I am currently coding my first Discord Bot but keep getting this issue: GatewayIntentBits is not defined
I am currently coding my first Discord Bot and wrote this:
const client = new Discord.Client({
intents: [
GatewayIntentBits.Guilds
]
})
co... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607439",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Split column into multiple columns by index I'm trying to split a character column (containing lots of information of lots of variables without any type of separator character). I have a vector containing the number of characters correspondent to each variable as well as the new column names. I've tried:
for(i in se... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607444",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Trying to migrate a Neo4j database to newer version I have to migrate a neo4j database from version 3.5.7 to version 4.4.18.
I've tried to migrate it by copying it directly to databases folder, but it doesn't show in the new neo4j instance, and also i've tried to use the 'neo4j-admin copy', but apparently with time ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607445",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Cannot redirect my application to use PDB file in bin folder I have done about a day of research on this after banging my head against the same issue for the past couple of days and nothing I try seems to work. I'm starting to think this is impossible.
I am trying to debug an old application. I am able to debug a ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607446",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Unable to add objects to Arralist from different classes I am trying to add different page class methods execution logs to ArraList using setter and getter methods but getting IndexOutOfBound exception due to different classes individual methods.
I have 4 classes
*
*Base Class
*Test Case 1 class
*Test Case 2 cla... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607448",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: MaterialUI Rating component with TextField outlined border, typing issues I am attempting to create a Rating component that has a border with a label that imitates the TextField outlined border. I found this and this questions that more of less covered what I want to do which means using a TextField inputComponent a... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607449",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Enabling TLS on bitnami/mongodb I'm using the bitnami mongodb image inside k3d and I'm trying to enable tls on the mongo image, following the details outlined here https://artifacthub.io/packages/helm/bitnami/mongodb. I've generated my own issuing_ca.cert, ca_chain.cert, key.pem and certificate.cert.
I've then confi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607451",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: why a specific format of argument is working on jointplot but not in lmplot sns.jointplot(df["Time on Website"], df["Time on App"])
this code is running well and giving the desired graph
sns.lmplot(df["Time on Website"], df["Time on App"])
but this one is showing error
i am getting the error this
Missing required ke... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607453",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to retrieve and structure data from RTDB in Flutter? Okay so, I am creating a recipe finding application, where I retrieve recipes from an API as JSON, convert the JSON, and display the information on a Card
Here is my Recipe class:
class Recipe {
final String name;
final int servings;
final List<dynamic> ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607454",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Resolving duplicate miniforge installs on Mac I am having issues understanding the current setup of conda environment managers on my machine.
I originally installed the conda package manager from miniforge using homebrew. I setup a few environments and everything was working quite smoothly; the environments showed u... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607455",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Post ad redirect issue on my WordPress site I have a WordPress site. And on page i have button (post ad) but the problem is whenever user is already login they are easily can post by clicking. Post ad button. But when your is not login. The post ad button won't work or redirect to login page. IScreenshot]1
My webs... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607457",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: Error "A JNI error has occurred. Please check your installation and try again in Eclipse x86 Windows 10" in intellij **My project Package structure is **
src -> java -> linear_search -> LinaerSearch.java
while running main method getting exception
A JNI error has occurred. Please check your installation and try agai... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607460",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: how do i add pug auto-indentation in vsCode auto-indentation like here
is there a way to add auto-indentation support for pug files in vsCode this is normal in sublime and atom
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75607463",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Problem with my assembly files of XR and ARFoundation I was working with Unity XR and everything worked fine, but at some point i needed to change the AR Session Origin tag and so i did, but after this, when i opened the scripts, i found red errors on everything that used the XR namespace:
enter image description he... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607464",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Mailer Cakephp 4 unable to connect to tcp I'm trying to send emails from a controller (in place of *** is my actual gmail), I'm working on local:
mailer = new Mailer('default');
$mailer->setFrom(['***@gmail.com' => 'Savepets'])
->setTo('****@gmail.com')
->setSubject('About')
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607467",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: java.lang.NoClassDefFoundError: scala/Product$class . tried to read data from elastic Search I am getting this error can anyone help me .
.option('es.query', es_query).option('es.read.field.as.array.include', es_array_fields).load(es_index)
File "/Users/maheshwaran/Desktop/air_flow/lib/python3.10/site-packages... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607469",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Is there any way to find out cpu/memory usage with idb or wda in ios device? I was looking for how to get cpu and memory usage data of ios devices with the help of idb and wda(webDriverAgent) api but didn't get the expected result.
so, is there any possible way to get those data without any application just using id... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607472",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How can i convert a complex matrix in python into a scientific notation for latex I am a bit desperate. The matrix eigen_vectors is a bit too big for latex and that's why I need to convert it into a scientific note with for example 3 digits. Additionally, the imaginary part which is zero should be listed as 0i. How ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607476",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Error when defining a @hasMany relationship with an interface in AWS Amplify GraphQL schema I have this simple schema:
type Student @model {
username: String!
firstName: String!
lastName: String!
chats: [Chat] @hasMany
}
type Teacher @model {
username: String!
firstName: String!
lastName: String!
ch... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607478",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Aggregation omiting values equals to zero replacing by 0 I have the next error. The idea that I have is obtain the min quantity aggregating by letters. But if the quantity or all the quantities are equal to zero get 0 in that cases.
letters<-c("A","A","B","B","B","C")
quantities<-c(0,2,0,1,3,0)
dtf<-data.frame(lett... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607480",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: EF Core fails to detect changes to disconnected object graph I am using EF Core 7 and I have a disconnected object graph that I am struggling to figure out how to update correctly.
I have a Casino object which has a collection of Jurisdiction objects and a collection of Bonus objects. The Bonus collection never gets... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607481",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Using superclass as a reference while creating an object of subclass Why is it useful to use a superclass as a reference while creating an object of subclass in Java?
superclass obj = new subclass()
I have done a lot of research and all I can find is that in an Array you can declare the Array as type Superclass and ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607483",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: PHP Spreadsheet Charts - Passing Data Values instead of using Worksheet Data I am using the phpoffice/phpspreadsheet for a project and so far it is pretty great.
However, one thing I cannot figure out though is how to pass specific values to the charts instead of using cell values in the worksheet.
I am following th... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607486",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: ECL Equivalent to "rank over partition " SQL Statement I am wondering what is the ECL equivalent to "rank over partition" sql statement. For a project that I will be working on, I need to assign a rank according to date. I know how to do this in PySpark, but I do not want to export all the data to local.
Thank you i... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607487",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Mean value calculation for clustered data using NumPy Suppose I have two arrays:
*
*x which contains m points;
*c which contains m cluster ids for each corresponding point from x.
I want to calculate the mean value for points which share the same id, i.e. which belong to the same cluster. I know that c contains ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607488",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Failed to find the sum of the even elements of the array, and a strange error message Our professor asked us to make 4 functions.
One to print the array, find the max value, min value,
and the sum of the even elements of an array.
My code was working, until I coded the evenSum function.
And this error message appear... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607489",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Error converting PDF from Html using iText7 and C# .NET MAUI My code is large but I will make this easy to understand what I am trying to achieve. I am just trying to convert a PDF from a HTML string in C# using the library iText7 or ItextSharp Core and then it should open in a temporal or cache directory in Android... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607495",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: GitHub Actions: Generate Deployment sources for EJBs 2.0 for IBM Websphere Application from pipeline We have a legacy Maven application which is being deployed to IBM Websphere 8.5.
Is a multi module application, and some of the modules contain Ejbs (Session, message driven, and entity) 2.0
Application modules
Until... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607496",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: JUnit 5 with complex multiple invocation contexts at class level My basic requirement is that I need to execute a set of tests in a test class based on a matrix of databases.
Now, a custom extension implementing TestTemplateInvocationContextProvider, BeforeAllCallback, and AfterAllCallback, I can easily spin up all ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607497",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: PowerShell Cert expiration Script I am writing a script to detect SSO ADFS expiring certificates. I am sending the list in an email. I am trying to sort the list by most expired to least expired in an email.
I want to sort this list by days, not alphabetically
Clear
$Body=""
$Body = "<b>SSO Certificate Expiration:<... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607499",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: conda's behavior differs between two identical pc's using the same version My colleague and I are having a head-scratcher moment. We built an internal library that are trying to get working on two machines. The machines are nearly identical in hardware spec.
On my machine i can do this:
>conda create --no-default-p... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607502",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Chess analysis over UCI protocol I'm working on a chess UI and am trying to implement a game analysis feature by calling UCI engines. For showing analysis of a specific position two things are needed:
*
*get the cp value for the move actually played in a particular position
*get the next best n moves with their c... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607503",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: CocoaPods could not find compatible versions for pod "Firebase/CoreOnly" eas build -p ios I think it has to do with expo-firebase-recaptcha, but uninstalling the plugin gave me the same error. I have no idea how to troubleshoot it, I've been working on it for about a week now. Here is the error from the eas-buil... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607504",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: [RestAssured][Allure] Could't render http attachment file I have a problem with my test suit. After made a request I didnt see response in logs and Allure can not render http attachment file. Only have request body in logs
I use Java 17 and suit is building by Jenkins. Strange thing is when I run this suit from IDE ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607509",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I get confidence score in spacy 3.5 prediction? I am working with spacy 3.5. Everything is great, but did not find a way to get confidence score from my NER prediction.
I trained a custom NER model with spacy 3.5. I am able to make predictions using the model. However there is no way through which I can get c... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607514",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Syntax error: Unexpected token - optional catch binding not working - react - react-scripts I'm using node version 18.14.1 and react-scripts version 5.0.1, and when I start my react app, the below error occurs, after lot of research i didn't find any solutions like this but I do know that in the latest node version ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607518",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Using strncat to insert values to a string I need to open a file, find a "variable" given by the user and then proceed to write the line where I found it in a new file. What I tried to do was save a complete line, append \0 once it was stored and proceed to use strncmp to compare it.
However, I have trouble insertin... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607519",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is it possible to have Multi Maven Module inside Multi Maven Module? Is it possible to have nested multi maven modules?
For example, I created a Project called "architecture" that is composed of multiple maven modules, but one of them (architecture_utils) is becoming very big, so for organizational purposes, I would... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607523",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Encryption with KMS in secrets (GKE) I just have a question about the encryption with KMS in secrets (GKE).
Do you guys know if in case I need to decrypt the secrets will it be easily done?
I'm asking because we're going to do it in an environment and we need to consider it in case of rollback.
Thank you!
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75607526",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Notepad++ Regex Delete Line with Same String What I have (always one space acts as a delimiter on each line):
foo fuu
foo foo
bar bär
Bar Bar
Desired result:
foo fuu
bar bär
There is always a single word (sometimes with a dash in there) on both sides of the delimiter. There are also words with capital letters, lik... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607530",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: PHP restructuring data result from sql table I have the following SQL table:
Salespeople
uid
Salesperson
Sold
Date Sold
Price
Qty
1
Jimmy
Lemonade
2020-01-02
12
4
1
Jimmy
Lemonade
2020-01-02
12
4
2
Terrence
Gym Equipment
2020-01-03
34
6
3
Jimmy
Lemonade
2020-01-04
15
3
3
Jimmy
Gym Equipment
2020-01-0... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607534",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: how can I implement API in my website for flight search between cities from this" https://rapidapi.com/tipsters/api/priceline-com-provide"?r I have a html file including two inputs for locations and two for dates
I want to use flight search API and when clicking on the search button, I want to go to the search resul... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607536",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Java Azure Connecting to Cosmos DB I am building a Java Azure Function that I want to connect to my Cosmos DB and perform CRUD Operations within. No matter what I do at the moment, I am unable to connect to the DB when running the function. If I try to do it using @CosmosDBOutput and Document, I am able to upload to... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607539",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Why can't I find the CSV file location for "diamonds" dataset in RStudio? I'm a fairly experienced R learner right now(for a beginner level), but I am having trouble getting the diamonds dataset as a csv file from the ggplot2 package.
Although I can see it in the environment pane in RStudio for ggplot2 package, I ca... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607541",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Variables not being found despite being defined? I am quite new to Python. I am trying to use tkinter for a basic program I am trying to set up. The initial code looks like this...
import tkinter as tk
from datetime import datetime as dt
# Create the main window, Title, and the size
root = tk.Tk()
root.title('My Ap... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607542",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: How to create a simple custom function in R I have a tree growth database containing the number of cells in the 'enlarging' growth stage for every DOY (Day of the year) for every tree and every year (in this example: 2 different trees per year, 2 years). I went to the field to take samples every few weeks as you can... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607543",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to display formatted Jupyter stack trace from "full output data" I am debugging Python code in VS Code using the Jupyter integration in interactive mode.
The stack trace I get is only partially displayed, because "Output exceeds the size limit." I would like to see the full stack trace.
I'm advised to "Open the ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607544",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Uncaught (in promise) Error: Minified React error #321; Please tell me please, I'm just learning appears in the console of the browser.
Uncaught (in promise) Error: Minified React error #321; visit https://reactjs.org/docs/error-decoder.html?invariant=321 for the full message or use the non-minified dev environment ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607546",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Bayesian neural network is not predicting accurate results I am new to Bayesian neural network using tensorflow probability. Here is a toy example I created, but the neural network is not predicting accurate results.
I am creating a linear x,y data and using sklearn.model_selection.train_test_split()
x_1 = np.linspa... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607553",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Trying to create a SQL query for a repair database I am trying to create a query that returns the list of works performed by ewere or Daria in the period from 01.01.2014 to 01.02.2014 or in the period from 01.05.2014 to 01.06.2014 or basically any date period.
The list must contain a description of the work, the nam... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607555",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Laravel 8/9 factories in a package not resolving properly I'm working on developing a Laravel 9 package and I cannot get the factories to resolve properly. In my package's composer file, I have the following:
"autoload": {
"psr-4": {
"Zam\\Authentication\\Factories\\": "database/factories/",
"Zam\\... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607556",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Discord.py Slash Command Permissions I'm currently working on a Discord Bot that utilizes Discord.py as its backend and uses cogs for slash commands, I am currently attempting to implement a working ban function with slash command permissions to not allow a member without a certain permission to see it, but I couldn... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607557",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Springboot Oauth 2.0 No subject alternative DNS name matching Building SpringBoot application and using 'org.springframework.boot:spring-boot-starter-oauth2-client:3.0.2' and getting java.base/java.lang.Thread.run(Thread.java:833)\nCaused by: javax.net.ssl.SSLHandshakeException: No subject alternative DNS name matc... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607558",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Android Layout XML file not rendering and app craches after using material 3 Search view I'm fairly new to android and to material design in general I tried copying the code from material 3 search component but its doesn't render for some reason
I double checked the dependencies but everything seems right because I'... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607560",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Whatsapp Web js , session is linked on whatsapp but I'm receiving QR code on initialzing client
Hello everyone,I'm trying to get all the sessions stored on database which are active on whatsapp and but when I try to basically start the sessions which are already authenticated but I'm receiving QR code doesn't make... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607562",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: VSCode Doesn't Show Disassembly Option I'm writing a VSCode extension and would like to give the use the ability to disassemble their program.
In the initialize request I'm setting supportsDisassembleRequest to true, however the option doesn't appear while debugging.
Are there other pre-requisites that need to be en... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607563",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: API to get access_token and login in anypoint with user custom domain and saml azure authentication Requirement is to login and get the access_token of anypoint plateform to perform some operation on design center or exchange rest api.
If MFA is enabled then by using the connected app we can get the token but facing... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607564",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Change the id of each table in each nav-tab I have two tabs, each tab contains a table which was passed from serve side (Flask) using df.to_html().
For those of you who know this technique know that the it creates the table for you and provides a class class dataframe.
I have jQuery code that targets the table and d... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75607565",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |