text string | meta dict |
|---|---|
Q: flutter await sometimes not working async onTap() I am using imagePicker and I want to upload image after select and show it in its image box and store upload respons as string in local storage and "static String AddNewProductByUser.pic5", local storage storing is not important
InkWell(
onTap: () a... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567634",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: compiling opencv.js with cv.findEssentialMat() support Ultimately attempting to use an equivalent of cv2.findEssentialMat() in Javascript using opencv.js. However I have been unable to find anything that shows an alternative or similar function available by default. Is there a way to compile with that function inclu... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567635",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Material-react-table get Filtered data I want to get filtered that in rendered in other component(There i am showing markers in map) but there is no way i find to get filtered data in material-react-table. I just want to set data in state when ever some data changes in table.
Here is my try
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75567638",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Not getting all data from website using Requests and BeautifulSoup in Python I'm scraping Historical Data on yfinance using BS and requests. The table I'm scraping has 250 rows of data that is from 16 Feb,2023 to 17 Feb, 2022 however I only get 100 rows of data back that is from 16 Feb 2023 to 27 Sep 2022 . I've tri... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567642",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: LEN() function does not work on a column if the column name is in a variable I'm scanning a table, looking for the length of the longest values in each column. If I name each column, the call works. If I scan the table for each column name, place the name in a variable, and call the LEN function on it, it gives me t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567645",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Excel: check if comma separated list in a cell contains a sub-substring instead of a substring So,
I'm trying to create my own dataset. I've got all data from a website and store them into a Excel spreadsheet.
Now, for every attribute, I want to say if a cell has a specific value in it with a 0 (not contained) or ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567648",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Handle For loop for a number, a string, or a list in python Is there a better way to write for loop if loop variable can be a number or string or a list?
For example an original code:
foo(x)
x takes a number ex: 7, or a string ex:'hello'.
To upgrade the code to take a list (or range() ) while backward compatible I c... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567651",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Android emulator without Android Studio not running So I want to use the android emulator but didn't want to install the whole android studio since I know that I won't use it.
I have followed this blog post on how to manage this: https://dev.to/andreisfedotov/how-to-install-android-emulator-without-installing-androi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567652",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Migration Symfony 4.4 to 5.0 Packages Conflicts im trying to upgrade Symfony v4.4 to Symfony 5.0 (because i want to go to 5.4 after)
So i had changed all symfony packages 4.4 in composer.json in 5.0 and then try :
composer update "symfony/*"
Bud then i had many errors so i changed the composer update command line t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567653",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: I am using ListView.builder to iterate the data, Now I want to use gridView instead of ListViewBuilder SingleChildScrollView(
child: ListView.builder(
shrinkWrap: true,
itemCount: iconList.length,// iconList["total_count"]
controll... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567656",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: cURL Error #:SSL certificate problem: unable to get local issuer certificate, \Apache24\conf/ I'm using an API on a website in localhost (I'm using Xampp).
I get this message:
cURL Error #:SSL certificate problem: unable to get local issuer certificate
I already tried to solve the problem looking at the solution a... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567660",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to add multiple attribute/parameters in ASP.NET Core MVC tag helper syntax? Here’s how the filtering should work:
*
*On initial load, or when the user clicks the All FAQs link, the app should display all the FAQs.
*When the user clicks a category link, the app should filter FAQs by category. If the user subse... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567661",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Applescript: how to click on a Favorite in a sidebar on a file dialog I am trying to automate Preview to do a Move To... to a Favorite on the Sidebar.
I have clearly established that the object(s) on the sidebar are all on " row 9 of outline 1 of scroll area 1 of splitter group 1 of sheet 1 of window 1"
In fact ther... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567664",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Regex look ahead matching to greedy backwords I am trying to match only paragraph indexes where the "TEST" is inside but my regex is matching also paragraph without it because there is "TEST" in the next one.
Can you help me and elaborate how to, in general, match only first occurence of pattern BEFORE some other pa... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567665",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: plotting the max value of an S,I phase plane for SIR model Trying to put a marker at the maxmimum value of the graph. When plotting max(I), (y axis), its putting the marker at the correct value but when x=0. How do I get it so the marker is at the corresponding x value
Please can you help me
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75567667",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: how to add logo on swing? When I add logo in Swing JFrame it tells me "Exception in thread "main" java.lang.NullPointerException: Cannot invoke "java.net.URL.toExternalForm()" because "location" is null".
firstly i declare an object of ImageIcon then i set location "getClass().getresourse("File name");
I think it's... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567668",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Blazor Wasm MSAL - Android edge / chrome browser using cached credentials SSO not force login I am using a pretty vanilla balzor wasm template app with the standard out of the box MS Identity (MSAL) authntication against azure AD for work/personal accounts.
On windows edge/chrome browser I am prompted for the user a... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567671",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Why am I not able to create an NGINX server for my FASTAPI I am trying to setup NGINX to run FASTAPI.
I am trying to run FastAPI using nginx on AWS EC2 instance. I first ran the following command to create a nginx proxy_server:
sudo nano /etc/nginx/sites-enabled/fastapi_nginx
After that I wrote the following code... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567672",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: ERROR: Failed building wheel for river Failed to build river I'm trying to install the python package River on my computer (mac os), but I'm not able to do that.
I have already tried to downgrade to python 3.8 but doesnt work to.
System Info:
*
*pip3 --version
pip 23.0.1 from /Library/Frameworks/Python.framework/V... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567678",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Does Firebase Authentication password reset email still send an email for providers other than Email/Password? I'm currently using sendPasswordResetEmail for a password reset.
suspendCoroutine<Result<Boolean>> { cont ->
firebaseAuth.sendPasswordResetEmail(email).addOnCompleteListener { task ->
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567684",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to add line numbers to select code blocks in MDX with Next.js? I have checked out code hike and remark-prism for Next.js/Node.js/MDX, and have this configured:
const mdxConfig = {
extension: /\.mdx?$/,
options: {
providerImportSource: '@mdx-js/react',
rehypePlugins: [],
remarkPlugins: [[remarkPri... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567686",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: 'auto' type specifier is incompatible with C++98 with Embarcadero 11.2 I am using the Embarcadero 11.2 IDE for both coding and compiling. The program I wrote consists of a single form and four classes and was working as intended.
On a whim I turned on the "display all warnings" (selected warnings is the default), re... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567690",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: hidden api key in javascript I need to hide the api key to be able to share my code on github, is it possible to somehow hide this key without needing a backend server and using only js?
my code:
const jokeText = document.querySelector(".joke-text");
const newJokeBtn = document.querySelector(".new-joke-btn");
cons... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567695",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: calling same column more than once based on different conditions error: Subquery returned more than 1 value Projects:
GUID Name
1 P1
2 P2
3 P3
Projecttasks:
Name ProjectID Time
PCO1 1 3600
PCA1 1 7200
PCO2 2 1000
PCA2 2 1500
PCO3 3 2000
PCA3 3 ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567697",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: How can i stretch the div vertically as the text gets longer in html and css? I am trying to make a food card but there is something wrong.I want the 'food-div-desc-div' stretches vertically as the 'food-div-desc' gets longer.
I tried to set the height to auto or fit-content but it didn't work.How can I solve this ?... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567698",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: how can i use setState() outsit of stateful widget Im creating this modal for report bottomsheet. and I want to change background color on hover but it requires setstate in order to do so, how can I do it without setState? i asked chatGpt and it gave me this code. but its still gives error.
here is my code:
import '... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567699",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: How to make a slider move in JUCE in C++ I need help to make my slider move down and become smaller so it can fit into the space below next to speed of track.
I am new to using JUCE and C++, so I am finding it hard to make the code to make it smaller.
My slider is below the one that I have circled in red color.
[]
I... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567705",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: I'm making a simple Ai but I'm having problems getting the ai to open Microsoft edge Python I'm using os.startfile to open Microsoft edge, but it won't open it. I think it recognizes my voice, but it keeps on saying what I said instead of opening Microsoft edge. it shows this code.
[[enter image description here] (h... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567708",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Is there anyway to find a free Webhook URL? I design a Line ChatBot,it's like google translate and
when I use flash-ngork, the Webhook URL is only valid for one hour.
Is there anyway to find a free Webhook URL?
Can someone help me? many thanks!
I dont't know how to set up the vm ware
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75567709",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Get LinkedIn user profile data using LinkedIn oauth2 I created an app on LinkedIn Developers, and I was able to get an access token when a user logged in.
The problem is that I can only get the ID, name, email and photo of the user.
I am unable to get the full details of the profile and even the link to the user's p... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567710",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to fix broken pipe exception in java springboot? [enter image description here](https://i.stack.imgur.com/7A5W7.jpg)
[enter image description here](https://i.stack.imgur.com/k0VKH.png)
if (check) {
fileName = fileName;
String imageFile = pathName + appNo + File.separa... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567711",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: how to a write a automation script for a report page to validate the data from the website with the database in javascript My report page is dynamic and I need to verify the data from website with database
I tried to create a MySQL connection and retrieve the data from database, and i tried to get the data from the ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567717",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Install vitejs? It gives this error when installing vitejs with yarn
After installing yarn, I wanted to install vitejs
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75567718",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: Nuxt3 and Firebase: setDoc completely ignored by code I'm having a super weird issue with Firebase and Nuxt3.
When I'm on my register page and click register, I want to create a user with createUserWithEmailAndPassword, on the then I add some new information to the user, like the current theme, initials, etc. and I ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567724",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Pytest error: AttributeError: module 'pytest' has no attribute 'fixture' I'm trying to use @pytest.fixture(scope="class"), but am getting this error:
AttributeError: module 'pytest' has no attribute 'fixture'
Am I using the wrong Pytest version? My version is 7.2.1
I tried @pytest.fixture(scope="class") and got an ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567725",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: how can i extend the String object by adding a function? I am trying to add a function to the global String object by doing the following:
function repetirCaracteres() {
String.prototype.repeatCharacters = function(palabra){
const letras = palabra.split('')
const repetir = letras.map(letras => letras.repeat(2... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567727",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Merge 2-D array of objects based on common key I have a 2-D array as below :
[
[
{ basecount: 343, campaign_name: '1.Stay_Connected_Plus:SP_JCA' },
{ basecount: 342, campaign_name: '1.Stay_Connected_Plus:JP_JCA' }
],
[
{ basecount: 102, campaign_name: '1.Stay_Connected_Plus:SP_JCA' },
{ basec... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567730",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How Can Use Dynamic Shadows In my unity AR project? I am trying to create a AR project to place furnitures by using camera. The shadows of the application do not change depending on the light. I need dynamic shadows that respond to light.
I used Shadow Receiver URP (AR)Shadow Receiver URP (AR) Asset for my APP , my ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567744",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Unable to find package 'Microsoft.ML.Transforms' Unable to find package 'Microsoft.ML.Transforms'
I download latest ML version use net7
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75567745",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Something like c++ header files in java I'm begining with java and I would like to know, if there's a possibility to declare a method (function) in class, but its body to place in another file because of better code arrangement.
//Name.h
class Name
{
void Function();
};
//Function.h"
void Name::Function() //t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567748",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Modify the title of the shiny application in golem in the tab of the web browser I am developing a shiny application using golem as framework. I noticed that when I run the application, the browser page tab shows the name of the package defined in '01_start.R' (e.g. pkg_name = "golem.test").
I have tried to include ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567750",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Can not Extract a zip file in python because of another zip present inside it I am trying to write a python program to find all zip files present in a directory and extract them inside the specified path.
The problem is that these zips are having another folder inside them which is a zip. Every thing goes right unti... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567754",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: Is there a way to customize the Agora “End Call” action on a per-call basis? I run a tutoring company and we use Agora to facilitate calls between students and tutors.
For each session, the tutor receives a unique host link and the student receives a unique participant link.
Additionally, for each session a custom l... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567755",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: build-impl.xml:1030: The module has not been deployed enter image description here
I am new in java. How resolve this error?
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75567756",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Chaining Shiny gadgets: How to run a Shiny gadget based on return value of another Shiny gadget Suppose I have a Shiny gadget that returns a value. Based on that value, I may want to run another Shiny gadget. Here is some example code:
library(shiny)
app1 <- shinyApp(
fluidPage(
"app1",
checkboxInput("lau... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567757",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: teams toolkit app notification bot welcome message I am using teams toolkit version 4 and I created an app with two tabs. One is a notification bot configured with restify and other one is tab. The notification bot did install with adaptive cards as I wanted adaptive cards only. This is not a problem. But,I cannot q... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567758",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: Pairing for best DOT product Given two vectors of different sizes.
What is the fastest way to find which indexes to use from the largest vector so that it yields the higheest DOT product.
You cant use the same index more than once
In [150]: a=torch.normal(0,1/2,(2,))
In [151]: b=torch.normal(0,1/4,(4,))
In [152]: ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567760",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to paginate a large string using `SwiftUI` or `UIKit` The Kindle app and the Books app allow the user to swipe to the next page rather than scroll downward. So let's say I've got a really large string and I'd like to break up that string into multiple pages, perhaps using a TabView and a .tabViewStyle(PageTabVie... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567761",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to insert a "null" row without typing all column names? My objective is to insert a "null" row to my dimensions in a dataflow.
Before
key
name
age
aaa
John
20
bbb
Doe
33
After
key
name
age
aaa
John
20
bbb
Doe
33
-1
null
null
I currently do this with:
Table.InsertRows(prevStep, 0, {[... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567762",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Check if Core Data Entity is empty from outside a view I currently have a ContentView with a FetchRequest which I store as a variable. I want to disable a menu item Button (this is on macOS) if the Core Data entity from the FetchRequest is Empty. Here is the relative code in my ContentView:
struct ContentView: View ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567765",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: In R, why is my plot generated through nesting and mapping my data showing as a list instead of a ggplot object? I'm making many plots by nesting my dataset and mapping over it. Ultimately, I want to put these plots into a PowerPoint deck using officer. I can make the plots, but for some reason, when I nest and map ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567768",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: VSCode does not recognize my Flask dependency installed with Poetry I am learning how to use VSCode for Python development by building a simple Flask app. I use Poetry for dependency management.
I have a simple app.py where I'm importing flask and defining a basic route like so:
from flask import Flask
app = Flask(_... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567769",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Using Rapids with kmeans imputation in python I was just wondering if anyone has been able to successfully use rapids with knn imputation. I know cuml.impute was avaliable perviously but is seems like it has not been removed. If anyone has a suggestion that would be great.
I tried using cuml.impute but it didn't wor... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567770",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: I need suggestions on cloud architecture for a firebase app I'm planing to build a mobile app that uses Firebase as the main backend because it's cheap to develop on and cheap for a small app to operate on.
The problem is that I have an algorithm of pricing meals with a specified recipes, it uses database fields. Th... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567771",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Not exists statement when trying to select a row I am trying to insert a row and prevent duplication. I used not exists to do the filtering. However, the results always contain the ones I don't need. My question is how to select rows that data from all column match?
for example:
insert into TB1 (Id, Name) VALUES (1,... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567772",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-5"
} |
Q: How to deal with duplicate yellow letters in a wordle clone I am trying to make a wordle clone in C, but I cannot deal with duplicate yellow letters. For example, if the master word is "apple" and the user guess is "aplle" (not an actual word, just an example), my code returns "APlLE" instead of "AP*LE". Note that a... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567776",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Simple SQL statement throwing "Too few parameters, expected 1." Error Response to closing my post due to duplicate postings ... One of the suggested duplicates solved my issue. See Solution here
Editing a state data field. Hitting a table called States. If get a hit then data entry is good otherwise invalid entry... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567777",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Subsetting rows while searching for 4 specific values in multiple columns I'm working with a large datatable (~1'000'000 x 700) and I want to subset the rows according to 4 specific values across multiple columns.
As I'm a beginner R-User I need help to achieve this.
The data.table looks as following:
[fictional DT ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567779",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: Udp sockets in tcp / udp Server-Client Building a client - server architecture over tcp and udp here.
I've got tcp fine up and running, with a single TcpStream per connected client, for reading / sending data from / to this client.
Now, I'm having trouble keeping a consistant udp connection up : I'm quite confused w... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567786",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: React Native believes that a component is the same as the previous one I have recently started learning React Native and I have a problem which I am not able to understand.
I can't understand why when rendering components stored in an array, using the array index React Native believes that the new component is the s... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567787",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Allow connection to mongo only from my server droplet Recently I created a server with MongoDB preinstalled on a DigitalOcean droplet following these tutorials
*
*DigitalOcean - Initial server setup
*DigitalOcean - How to secure MongoDB on Ubuntu
*Medium - How to quickly setup MongoDB on DigitalOcean
It was my f... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567788",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Select a specific time - KeyError: cftime.DatetimeNoLeap I would like to use the code in the following link:
"https://nordicesmhub.github.io/NEGI-Abisko-2019/training/CMIP6_example.html"
However, for the line:
dset['tas'].sel(time=cftime.DatetimeNoLeap(1850, 1, 15, 12, 0, 0, 0, 2, 15)).plot(cmap = 'coolwarm')
I fac... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567789",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Safari event listener for click and mousedown Whenever a certain <select> element options menu pops open, I need alter the options within it depending on what the user has done. The focus does not work, because it only works for the first click, not the subsequent click. click does not work because it fires when cl... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567790",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Run two commands, one after the other, on digitalocean app platform I want to automatically start huey (a background task manager) going when I deploy a Django site on Digital Ocean's "App" platform. It provides a "run command" box where one can input commands when deploying (after the server is built).
I cannot wor... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567792",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to create a proposal to send native token, eg.ETH I am testing my Governor with timelock and ERC20 token, using truffle and ganache in js.
I successfully completed the proposal cycle to grant funds from ERC20 token, and am trying to create a proposal where Governor can send native tokens (ETH) to a grant recepie... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567794",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: syntax error when sending mail with golang I'm trying to send an email via a react.js form with go, but I'm getting this error:
Failed to send email: 555 5.5.2 Syntax error.
c10-20020a056000104a00b002c5544b3a69sm2388612wrx.89 - gsmtp
Sending email with Golang is as follow:
main.go:
func sendEmail(name string, emai... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567799",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: laravel route model binding not working on custom added route file i have a laravel 9 app that i have added a customer route file like below :
Route::namespace('App\\Http\\Controllers\\Customer\\')
->group(base_path('routes/customer.php'));
and in my customer.php file i have this route :
Route:... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567801",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to make query that will fetch multiple posts from different owners? I have a feed of posts and want to fetch posts from both the current user and the users that the current user follows. I have fetched the current user's posts (to show on their profile) and, separately, I have fetched posts from the user's follo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567802",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Send 'User' name and 'Form content' in email notification I'm trying to get the form to send an email notification of the 'Users' username and content of the 'Comment' its self. I have managed to get the title of the post working but nothing else. Need a little help.
Views
def ViewPost(request, slug):
try:
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567806",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Selecting filters in any order in Shiny I'm working on a code that searches census data entries. I want the user to be able to start their search by filtering at any level (start with subject, year or geographic area) instead of a linear search (subject music be selected first, then year, then geographic area).
I'd ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567807",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is there a version of debounce that works with onclick [in javascript]? I'm trying to debounce the user input into two boxes and then call an expensive function. Here is a minimum example, that doesn't work:
$('#slider_min').on('keyup', LetItRoll )
$('#slider_max').on('keyup', LetItRoll )
async function LetItRoll()... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567811",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: PHP + Angular JS - No cache with reload works but normal refresh didnt work This question might be a dumb one. Even I don't know how to articulate.
I have a PHP(laravel) website code with the front end as Angular JS.
In that webpage, I have an URL like url/video/123 it'll show the play video button. Till here all go... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567812",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Receiving a Heroku H20 Error suddenly on multiple Eco Dynos I have multiple projects I've deployed on Heroku using the Eco Dyno plan (these are class projects). Suddenly, a few of the applications are receiving the same type of error - H20. Here is an example of one of the errors from running heroku logs --tail:
202... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567813",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Export imageCollection as a numpy array (Earth Engine Python API) I'm attempting to download earth engine image collection within a specific timeframe as a 3dim numpy.ndarray with dimensions --(xdim, ydim, number of images in collection) so that I can run them on a CNN. I've been able to export one image with help o... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567814",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Docker: Can't connect to MySQL Container on local machine I am currently working on an api application together with Symfony.
My first step is to run a MySQL container to create the needed database.
I am using Docker-Compose in Version 3.9 and I want to install MySQL version 8+.
I wrote the needed environment argume... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567817",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to rotate YOLO bounding boxes in 90° steps? I have a dataset of images for a computer vision object detection project. I am using the YOLO framework, which stores the object labels (bounding boxes) for the training data in text files, one per image, that have the following format:
*
*one row per object
*each ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567818",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How should I use useQuery when I need to display two values on the screen? I know that React query calls the api with useQuery to turn the data into a map and display it on the screen.
export const getList = async() => {
const response = await api.get(/~/~/~/list);
return response.data;
};
export const getN... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567819",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: AuthenticatedItem returns null when I query from the frontend. Works as expected in the graphQL playground So, I'm learning web development and this is my first project, I'm trying to break out of tutorial hell.
I'm building a website for my family's small business, and I more or less know what I'm doing. I am using... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567820",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Generic CustomRepository Implementation with dynamic Query using Spring Data JDBC @Repository
public interface StudentRepository extends CrudRepository<Student, String>, CustomRepository<Student> {
}
@Repository
public interface EmployeeRepository extends CrudRepository<Employee,String> ,CustomRepository<Employee> ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567821",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: What is the difference between "next dev" and "next build + next start" What is the difference between the Next.js commands next dev and next build + next start?
I have read the docs and know the basics, but I have a fetch (see below) that works when loading the page during next dev, but throws a connection refused ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567823",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: SQL Trigger Creates Duplicates Of Records? I'm trying to implement a trigger to log changes in a payment table into a payment audit table.
I'm trying to run a simple insert query - every time a new payment is inserted into the payments table, a copy of it will be made in the payments_history table.
For some reason I... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567826",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Stripe checkout API: setting a statement descriptor for subscriptions In Stripe Checkout, we can easily modify the statement descriptor for a single payment intent (charge) in Stripe API using the code below.
Session::create([
'payment_method_types' => ['card'],
'success_url' => 'https://example.com/success'... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567829",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to pass sqs queue URL to an lambda with cdk const dependencies: AmplifyDependentResourcesAttributes =
AmplifyHelpers.addResourceDependency(
this,
amplifyResourceProps.category,
amplifyResourceProps.resourceName,
[
{
category: 'function',
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567834",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to get UUID for Android to HC-05 Bluetooth connection I am attempting to create an Android app that will connect to an HC-05 Bluetooth module connected to an Arduino Uno. I have been using example code as the base for my project so I am lacking complete understanding of the code. My code uses the UUID and I am w... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567838",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Defining which widget determines the height of the parent widget I am trying to design a basic flutter website that has a list of scrollable items and then a dotted line to the left of them. However the dotted line class that I got from Chatgpt, required a height input. I want it to dynamically just use the height o... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567839",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Unable to get rows to return when trying to select certain value from dataset i have a very large dataset (its called nyc) that has "fiscal year" as a column. I'm trying to select all rows where the fiscal year is 2021. When I use the value counts function to see how many should have 2021 it should be 573477. I trie... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567840",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: I have Gradle error when i use firebase with flutter Pleas can any one help me with this error i have it when try to run my app in Android Studio i use this dev
Firebase And Notification
firebase_messaging: ^14.2.5
firebase_core: ^2.7.0
flutter_local_notifications: ^8.2.0
cloud_firestore: ^4.4.3
Launching lib\main.d... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567842",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: App build in debug mode fine but in release mode give me a lot of errors and the app crashed That is my flutter doctor :
This error on run on release mode and build apk:
I used Flutter version 3.0.0. And that is a lot of error when run in release mode and build apk.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75567843",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: What is the time complexity for this code What is the time complexity T(n) for the following algorithm?
where the array A is indexed 1 through n.
int add_them ( int n , int A[ ] ) {
index i , j , k ;
j= 0 ;
for ( i = 1 ; i <= n ; i++)
j = j + A[i];
k = ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567844",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Why Derrived pointer binds statically to Derived object meanwhile a Base pointer binds dynamically to Base object? In the attached code why:
p1->print(); binds dynamically?
and why:
p2->print();
binds statically ?
#include<iostream>
class Base{ public:
virtual void print()
{ std::cout<<"Base"<<std::endl;} ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567846",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to open all files grep finds containing a certain text, recursive I type
grep -r 'something' .
and grep finds a lot of hits.
Now I want to open all files that were found.
I try
grep -r 'something' . | xargs vim
nothing happens.
A: Maybe this ?! :)
grep -rl 'something' . | xargs vim
or
vim "$(grep -rl 'someth... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567847",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: requestbody in Spring-Boot pass a single number using postman Consider this method in backend Spring-Boot project:
@PostMapping("/api/do-something")
public ResponseEntity<?> doSomething(@RequestBody Integer num) {
// ...
return ResponseEntity.ok().build();
}
I want to request to the method using postman wit... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567848",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Second time data loaded from cosmos db, list view does not update I am learning xamarin forms. I have many data stored in my cosmos db.
I would like to get 14 items every time I scroll in my listview.
My problem is the execution is fast and the data do is not downloaded
Here is the initial code when the APP start :
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567853",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Gmail IMAP XOAUTH2 access using serviceaccount Trying to authenticate to Gmail workspace account using service account and I am getting this error.
{ "status":"400","schemes":"Bearer","scope":"https://mail.google.com/" }
import imaplib
import email
from google.oauth2.service_account import Credentials
user = "<use... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567856",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Why do I get "error: variable 'sum_r' set but not used [-Werror,-Wunused-but-set-variable]" when I set a variable inside a for loop? Why do I get an error, error: variable 'sum_r' set but not used [-Werror,-Wunused-but-set-variable] when I set the variables sum_r sum_g, and sum_b in a for loop then try to change the... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567857",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: QPlugin fails to load .so I am trying to use QPlugin to load my .so files. However, at load time (of my libpoodle.so) I get this error:
undefined symbol: _ZN15Dog_Base16staticMetaObjectE)"
My relevant classes are: Animal_Base, which is the ancestor of Dog_Base, which is the ancestor of Poodle. Animal_Base inherit... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567858",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to get string from command in windows in this command flutter --version --machine. I have this output
{
"frameworkVersion": "3.7.1",
"channel": "unknown",
"repositoryUrl": "unknown source",
"frameworkRevision": "7048ed95a5ad3e43d697e0c397464193991fc230",
"frameworkCommitDate": "2023-02-01 09:07:31 -08... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567860",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: python - UnicodeDecodeError: 'charmap' codec can't decode byte 0x8f in position 131198: character maps to I tried to use the following code to decompress and read the dataset.........................................................................
# Import the dataset
!wget https://research.aalto.fi/files/16859732... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567861",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Replace text from form with data from csv in PHP I may be doing it wrong but I don't see what's going wrong.
Specifically: someone can fill out an online form with a message and upload a CSV. In this message, the user can indicate which text should be changed by a value in the CSV.
%%1%% = column 1 from CSV
%%2%% = ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567864",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Create npm script to run `tsc` and then something else, regardless of fail? So this is my setup in my package.json:
"scripts": {
"build": "tsc",
"test": "npm run build ; node --test ./dist/test"
},
I have heard in bash, instead of doing && which won't run the second command if first fails, you can do ; in bet... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75567866",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |