text string | meta dict |
|---|---|
Q: How can i doe a good project to GitHub? I'm just starting out in the programming world and I created a fully Python-based database project. It's pretty simple, but it's just to show my skills and hopefully land my first job. Is the page useful and serving its purpose?
Note: I'm Brazilian, that's why the variables ar... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570009",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: TwinCAT 3 options in Visual Studio disabled My TwinCAT 3 options in Visual Studio are disabled by default (new installation, new project) and I can't find why. Any ideas?
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75570012",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: gRPC vs REST API call How to decide when to use what? Like mostly in a distributed microservices environment, does it not make sense to always choose gRPC over REST for advantages & benefits it offers in terms of perf, bandwidth consumption etc...?
Edit 1: With the advent of HTTP/2 Binary protocols, how exactly both... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570015",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Blending for CSS gradients behaves unexpectedly I'm creating a CSS linear gradient with color-hints and I want to create an effect to blend from one color to the background color on one side, and then do the opposite to blend back on the other side.
Unfortunately, the blending for the colors is not consistent so one... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570016",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: Can't download extensions in Visual Studio Code I am in Burma (Myanmar) and I cant download any extensions in VS code. Even can't load the extension sites.
Every time I try it saying XHR failed. I tried to download with VPN but it too damn slow and won't work. Download from vsix also won't work. Did VS code banned M... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570017",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Can not desplay my JSON data in Nextjs when doing a fetch call I am not understand what the code is meaning also the api is public for anyone to see it is a simple json
Error I am getting
Reason: `undefined` cannot be serialized as JSON. Please use `null` or omit this value.
index.jsx doing the fetch call
export ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570018",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: react-player viewport play not working mobile I've created this component, it's a simple player that should be playing while user is on viewport and stop playing when leave it.
Everything works fine on browser, but in mobile it's not playing until i touch manually. After that it's taking waypoint behavior.
import { ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570019",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: loop of ufunc does not support argument 0 of type Mul which has no callable arctan method I am getting this error:
loop of ufunc does not support argument 0 of type Mul which has no callable arctan method:
i am using sympy, and numpy.
``neff = Symbol("neff")
def n_eff(d, nuc, nlc, nc):
kd = (k*(np.power(nc,2)) - (... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570020",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: What does 2 declarations of `translate` keyword inside of CSS transform property mean? Ex: `transform: translate() translate()` I recently stumbled upon some CSS code using transform css property using 2 translate values inside of the transform. I am not sure exactly how to interpret this:
transform: translate(-50%,... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570021",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: how to retrieve the validation details like valid or invalid transaction of all transactions in hyperledger fabric? How to write a function in the chaincode to retrieve all transactions with validation details like valid or invalid in go lang? then I will call it from the peer container using invoke function.
I used... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570023",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Java Error: Unable to find an Ant file to run I'm trying to create a simple operation where a stack with random numbers is created and the largest number within that stack is printed out. This is done by comparing each top/bottom element and popping the smaller of the two until one remains (at which point it will be... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570024",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Nodejs Dynaomdb update (retry) inside first update functions callback not working in AWS Lambda I am retrying docclient.update() inside callback* of docclient
update(updateParams,callback*).
Entire update attempts are inside one single promise which is requirement(I cannot use await,docclient.update().promise() as I... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570025",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Linkedin API - split file chunking not working I'm using the video api from Linkedin to upload a video - but there must be something wrong with my file chunking approach, as I get an error:
data: {
owner: 'urn:li:person:a1b2c3d4e5',
processingFailureReason: 'CORRUPTED_ENTITY',
id: 'urn:li:video:V5910dQH83nkpw9... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570028",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: I'm trying to understand user input; I'm new to using Xcode and SwiftUI My Question is what storage system is used to hold user input?
If I understand correctly, @AppStorage/User Defaults is to be used for Settings and short amount of data that gets loaded every time an app opens (ex. System Color: Dark Mode/Light/A... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570031",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Read json with multiple root elements as dict Im trying to read a json file with multiple root elements into python as a dict, but when I do this it comes in as a list. Do I have to change the json formatting? If so, how? If I remove the [] from the json file it wont read the other root elements, only the first one.... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570032",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: PHP file upload not working in live server (godaddy cpanel ), but works well in local apache $main_path="/demos/xxxxxxxx/";
if($_FILES['product_inner_image_file']['name']) {
$path1 = "product-inner-image/".time().basename($_FILES['product_inner_image_file']['name']);
$move_path1=$_SERVER['DOCUMENT_ROOT'].$main_path... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570034",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Replace an image by editing a message Discord4j I'm trying to have my bot go back to a previous message it sent and edit the message to have a new image which is an updated version of the old one.
The javadocs for MessageEditSpec.files() says that it Sets or replaces all elements for files list
The problem is, when ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570035",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Best practice to use urn namespace in rdf TLDR: What is the best practice to use urn namespace?
Full Context:
Hi,
I want to create a class with a data property that has urn:uuid as range, so did some research on what is the best practice to use urn namespace. The purpose is to represent identifier.
When I use the ur... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570037",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: I need help on lua script roblox So I am making a simple fighting game on roblox.
players get a random team ( alpha beta gama)
and they are fighting each other.
my question is that how can I make a script that team with a lower value cannot kill other team that have a higher value?
each teams' vlaue: alpha:1 beta:2... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570044",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Trying to download shell command on vscode for c# keep getting error Im trying to download the shell command on my visual studio code because my command line won't let me use code . command. However, when I try to download the shell command, I get this error : ENOTDIR: not a directory, stat '/usr/local/bin/code'. C... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570050",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: React Native - error: "unknown command" run-android I am using React Native after a gap of 2 years.
I try to set up a new app using the instructions the docs. Previously, these instructions used to work very well.
Following the docs, I first do npx react-native@latest init AwesomeProject followed by npx react-native... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570053",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Requesting Camera permissions on Android in Java missing imports I am only finding incomplete or non-functional answers to this question.
For an answer, I need the code and all of the associated imports at the top of the source code in Java, please
If there are needed dependencies, please mention what file to add th... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570055",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is there any way to loop through each predictor? I got really confused about how to set X.
My original code is like this:
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
from sklearn import preprocessing
from prettytable import PrettyTable
from sklearn.metrics import mean_squared_error
from sk... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570057",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How can I hide my API key from other contributors on my GitHub repo (Nextjs) Is it possible to hide the API key while at the same time allowing other contributors to use it while in development?
I'm using Nextjs
A: We can hide our api_key inside .env file.
inside .env
USER_ID=239482`
getting api key insde other fi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570058",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Can my MySQL database be accessed without my permission I have hosted a MySQL database server on a vps to connect to a flask web app on the same vps. It only has users with host as local ip address. Can it be accessed by anyone else remotely, except me? If so, how can I make it More secure.
I don't know much about d... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570059",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Laravel Subquery: display items if subquery returns available quantity I am trying to get all items with its available_qty
available_qty is based on the table transactions which has columns item_id, type(enum=['in','out']) and qty
Items table is the parent table of transactions which has columns name, description, ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570061",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: on button click injects js code to WebView react-native let jscript;
const btnclick =()=>{
jscript=`document.getElementsByClassName("bJCr1d")[4].innerTex`
}
return (
<WebView
ref={webViewRef}
source={{ uri: parm.url }}
style={{ width: '100%', height: '100%' }}
java... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570063",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Let's Encrypt in Dokku in Docker - docker.env: no such file or directory When I try to enable letsencrypt it can't find docker.env file although it exists, I checked manually. Here is the error log.
ubuntu@arm1:~$ dokku letsencrypt:enable nextjs-app
=====> Enabling letsencrypt for nextjs-app
-----> Enabling ACME pro... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570067",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Flutter assets_audio_player keep playing multiple audios if instance is not disposed I am using flutter assets_audio_player package and it has a bug. It is playing multiple audios instead of replacing the existing audio. I tried many ways to stop and play in the initState() method but didn't work. I dont want to dis... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570068",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Jumping Pagination for AWS S3 Bucket object the pagination here is bit more flexible compared to other questions asked
Suppose I have 100 objects and on the UI I have a pagination component that shows 10 objects each page.
To be able to jump to any page, currently in backend, I need to fetch all 100 objects and sli... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570069",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Going from Conv2D to Conv3D for a UNet I am trying to train a UNet in PyTorch whose input is a 3D histogram (128 bins, 64 x 64 sensor, so 128 x 64 x 64), and whose output is a 2D image (64x64). I do this with the following code:
`
class conv_block(nn.Module):
def __init__(self, in_channels, out_channels):
supe... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570072",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to use random font when calling ExtTextOut with ETO_IGNORELANGUAGE? I'm trying to figure out how a GUI populates captcha.
From API monitor I can see it does below calls:
As you can see, the first 'E' and the last 'E' use different fonts.
Do you know how this happens?
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75570073",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: how to solve problems Cannot add or update a child row: a foreign key constraint fails Error Number: 1452
Cannot add or update a child row: a foreign key constraint fails (narkoba.tbl_pengetahuan, CONSTRAINT tbl_pengetahuan_ibfk_1 FOREIGN KEY (id_kerusakan) REFERENCES tbl_kerusakan (id_kerusakan) ON DELETE CASCADE O... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570074",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Flutter Textfield with prefix and hint I want to achieve a textfield with always show prefix that align with hint like below:
I tried use prefix, prefixIcon, and prefixText, but nothing work. I also tried to set the prefix constraint to zero and another value, but still not work. I don't know how to achieve this. W... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570078",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: OpenMP: why is my parallel code is SLOWER than serial code? using FFTW I have a code that uses FFT heavily, and a quick profiling shows indeed that the computer spends a significant portion of wall-clock time in my FFT functions. I have a simple attempt of using openMP here, however the code shows no speed up really... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570079",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Can you change the character set that is used to encode the SQL queries sent to the MySQL server and the data received from the MySQL server? Let's say that I want to send the following SQL query to the MySQL server:
SELECT * FROM students;
Which character set will be used to encode the above statement, and which c... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570083",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Questions about different cases where git rebase is good to use If I'm working on a feature branch rather than a publicly shared public branch, and the feature branch's parent branch makes changes, I rebase those changes and continue development on the feature branch. (Other than that, I use merge in most cases).
Wh... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570086",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to fix currently using minified code outside of NODE_ENV?
I'm not sure how to fix this and I need it for my school assignment. Help!! Pleasee!!
I did try to go on both links that were given but i cant figure out what to do.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75570090",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to stop a Text view in a ZStack from adding vertical padding when placed in a VStack When I add a Text view in a ZStack it adds vertical padding to the view, and can be seen in a VStack or a LazyVGrid. Specifically, I have a CardView struct that shows just a colored RoundedRectangle initially, and when you tap o... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570093",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Call Database procedure in Palantir I am new to Palantir , I was wondering if i can call database procedure in Palantir, I have a mysql DB procedure which gives a table as result set, i want to download that result set in Palantir, please advice.
Please advise solution for the problem
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75570095",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Why does navigation stop working in .Net Maui I am having this problem where my navigation just seems to stop working in my Maui app. I generally use:
Shell.Current.GoToAsync(route);
to go between pages.
But every now and then it just stops working. Most of the time there are no error messages or any exceptions bein... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570101",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Why Custom Domain is necessary in Azure App Service if CNAME already exists? What I understand from CNAME record is that, if we have this record in our Authoritative Name Server, then the DNS resolver will resolve for the CNAME record's pointed path.
Let suppose I have test.azurewebsites.net, and I also own mynameis... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570103",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Custom validation form vue **How can I create a custom validation of a form in a Button component ? I need to check if all the fields are completed - display an individual component, if not - display a custom alert. I suppose the if statement isn't written correctly...
https://codesandbox.io/s/intelligent-jasper-teh... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570104",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to update user information properly, using spring boot and openAPI? I have UserController that signs up and updates information about user:
@RestController
@RequiredArgsConstructor
public class UserController implements UserApi {
private final UserService userService;
private final UserValidator userVal... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570105",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to I pass a specific value within a ForEach loop Noob here,
I'm displaying a list in a table of sorts. When I select one of the items in the list, I want to pass an identifier for that selected item to a sheet so I can display some data related to the item selected.
The problem I'm having is that each iteration ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570106",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Customize ggpairs output and avoid the 'wrap' the function to supply argument I'm using the crab data set from MASS library in R Studio. I want to create a scatterplot matrix of the five quantitative variables and an interaction variable of sp.sex as the only categorical variable using ggpairs. I have reordered the ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570109",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: What is a c# algorithm for determining the outside edge of an enclosed space defined by nodes and lines? In an enclosed connected two dimensional graph defined by nodes connected by straight lines as per the image below, what is an algorithm to determine which lines comprise the outer edge of the shape? These are de... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570111",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Functions in c++ What is Wrong in this code???.Compiler displays the message that no matching function for call to max(int&, int&, int&, int&)
#include<iostream>
using namespace std;
int main()
{
int a,b,c,d;
cin>> a >> b >> c >>d;
max(a,b,c,d);
return 0;
}
int max(int a,int b,i... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570113",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: generating ClimIndVis object from netcdf file I am trying to calculate climate indices from a netcdf file by creating a ClimIndVis object using the ClimIndVis package.
your text
Using the data from https://github.com/ARCCSS-extremes/climpact2/blob/master/sample_data/climpact2.sampledata.gridded.1991-2010.nc
i tried... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570114",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: In comparing composition vs. inheritance, is it true that composition provides more combinatoric possibilities? In the answer to this question and others, the guidance is to favor composition over inheritance when the relationship is a "has-a", and inheritance when "is-a".
One of the main benefits to composition see... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570115",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I figure out a src block's language while filtering an export in Org Mode? Let's say I have the following code:
(defun pygments-org-html-code (code backend info)
(when (org-export-derived-backend-p backend 'html)
(message "The src block's language: %s" (org-element-property :language code))
))
(add-to-... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570117",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Cannot resolve configuration property 'spring.test' I want to add property spring.test.database.replace in appliction.yaml file, instead of adding @AutoConfigureTestDatabase(replace = Replace.NONE) annotation. But IDE shows an message that "Cannot resolve configuration property 'spring.test.database.replace'".
this ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570120",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to add component to StackBlitz Angular project? I created basic Angular project on StackBlitz, and want to add my component. I right-click on src folder, Angular Generator > Component > test, which created folder 'test' with test component. But, when I try to add this component to my-app component template, I'm ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570122",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Phone-in to listen to emails? I have a group of people that need to be updated occasionally. We send out emails to do that. But there are some people who have only a basic land line phone and no computer or smart phone.
I would like to set up a phone number where they can call in and listen to the emails being read... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570124",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Modulus appears to not work when taking a large enough number (specifically 17+ digits) So I was solving a problem in which you recieve a string of numbers (word) and you're asked to see if each prefix of this string is divisible by a different number (m).
Basically, it was all fine until I started taking the modulu... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570128",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Android Studio Emulator Screen flickering I wanted to run android studio from my pc, so I followed every steps to install and run flutter.
My pc has following spec:
Type: Desktop
Processor: Intel(R) Core(TM) i5-4590 CPU @ 3.30GHz 3.30 GHz
Ram: 8GB
Storage: 128 ssd (Windows is installed here, now left with 66 GB sp... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570129",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How should i write the part inside render in React.js? I want to make an on scroll animation with GSAP where the image frame changes function render() {
//this will clear the canvas
context.canvas.width = images[0].width;
context.canvas.height = images[0].height;
//this will draw the images
context.clearR... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570130",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Unable to use my variable in another function I am having trouble using my stop variable to do the calculations
def main():
passname=None
passadult=None
passchild=None
morepassengers=True
names=list()
adultnumbs=list()
childnumbs=list()
totals=list()
stops=list()
adultprices=l... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570131",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Storing Firebase downloadUrl in Mongoose DB? This is client side code that to send file and newPost using 2 different path
const hanldeSubmit = async (e) => {
e.preventDefault();
const newPost = {
username: user.username,
userId: user._id,
title,
desc,
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570134",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Can a MongoDB ObjectId ever have the same timestamp? Can the default _id which is an ObjectId of a collection ever be converted to the same time value? In other words, can 2 documents be inserted into a collection at exactly the same time?
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75570135",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Laravel unique validation not working and throwing SQL error, what am I doing wrong? I'm trying to validate the incoming request by creating a new request class. I want the name feild to be unique and required, but it's not validating when a record with the same name is submitted, it is throwing me an error on the S... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570136",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Outlook VBA to save attachment stopped working Hi I've used the basic below script in a rule to save attachments to a folder that exists on my C:\ drive. It ran fine last week but now doesn't and I don't know what's changed.
Public Sub SaveAttachmentsToDisk(MItem As Outlook.MailItem)
Dim oAttachment As Outlook.Attac... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570138",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: how to remove this PHP tag or i dont know what the name enter image description here
somebody please help me, ho to remove this? (<?php..)
i try to remove that's
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75570140",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: I removed anaconda3 on my Mac (through finder and terminal) but why is it still showing up my $PATH? I type echo $PATH on my terminal and it looks like this:
/Users/username/anaconda3/bin:/opt/anaconda3/condabin:/Library/Frameworks/Python.framework/Versions/3.9/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/b... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570142",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Go protoc compiler not adding package name to grpc.pb.go and pb.go I'm trying to create my grpc.pb.go and pb.go files.
$ go version
go version go1.20.1 linux/amd64
$ protoc --version
libprotoc 3.21.12
$ uname -r
6.1.12-arch1-1-surface
Project root directory is: /home/chris/go/src/projects/fabtest
I have a /proto ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570143",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How can i connect MySQL database with WordPress website How can i connect a database with tables that have information with WordPress website?
I tried to put database name , password, username , but created new tables on my database, I want to use the tables that are already in my database not a new ones
A: I would... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570145",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Not able to upload code on arduino to board In arduino,a fatal error occurred:Failed to connect to Esp32:Time out waiting for packet header
To upload code on arduino into an arduino board
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75570149",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Convert Pandas dataframe to an api format I the following pandas dataframe:
import pandas as pd
df = pd.DataFrame({'Year': [2023, 2024, 2022,2022, 2023,2025,2024,2025,2022,2023],'Name': ['John', 'Jim', 'John','Jim', 'John','Jim','John','Jim','John','Jim']
,'Month': ['Jan', 'Jan', 'Feb','Jan', 'Jan... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570151",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I change the colour of individual chars? I am trying to create wordle in C#. Below is my code for converting the users input into a char array to change the colour of each individual char based on the positioning of the letters
for (int i = 0; i < userGuessChars2D.GetLength(0); i++)
{
// Clear and re-di... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570156",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: MATLAB code to solve 2D heat equation by finite element method My project is on solving 2d heat equation by finite element method. I am having trouble to solve this. Can anyone help me providing the code?
I tried to solve the equation but in matlab i am facing trouble to implement that.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75570157",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Why root time calculated based on time zone, but other users based on UTC i have a strange problem in time configuration. i set time zone Asia/Tehran by "ln -sf /usr/share/zoneinfo/Asia/Tehran /etc/localtime" in my rhel6 server. time is ok in root user but it is different in other users. in other users show time ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570162",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Python and Excel (how to check empty cells) I am making a program with pyautogui.
The program copies information from excel with a left + right click.
I'll try to describe the essence of the work, maybe this way you will better understand the essence of the issue: I switched to excel, corrected the cell, went into ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570164",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Jest fails to run test with Expo and AWS Amplify I'm currently trying to create tests for my react-native project's components and when I try to mock functions that normally make Api calls through import { API } from "aws-amplify" I get the following warning:
[WARN] 18:32.540 ClientDevice_Browser - No navigator obje... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570165",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Get all elements within specific section I have below html strcuture:
<div>
<div class="flw__panel__col--12 flw__container__col--12 formSection__col--12">
<div>
<div><div class="EmptyDiv"></div><button onClick={onAddClick} id="RequestNewOrgBtn_prefix-1" class="ui primary button">Request New ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570167",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to define keys in React JSX when use Map function I have Arrays of objects and needs to loop through it and display it in the DOM. I able to do it with map function. But i getting the error due to lack of providing unique keys for it. Remember, it is not using the component to loop. I just want JSX to loop throu... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570168",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Uncaught Error: Minified React error #130; In localhost, my website works fine. But when I deploy it, it shows this error and the website became blank. I have 5 pages. 4 pages work fine. But when I click on the About page, it throws this error.
Screenshot :
Uncaught Error: Minified React error #130.png
I tried every... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570170",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How Wayback-Machine mirrored Photopea? Photopea.com is a online photo editing site.
I have tried multiple ways(wget, httrack....). None of these provided me a useful copy of Photopea.
After opening the copy I mirrored with wget and others it shows a continuous loading message.
But in Wayback-Machine it is mirrored a... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570172",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: What is the difference between two strings in Python? I perform an operation on several strings in a Python function and return the final value with the name of the result
I use the result value in another file to encrypt or sign with the RSA algorithm
The problem is that the output of the algorithm is different whe... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570176",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to ensure groups list is sorted by inventory_hostname? I have a role with this vars/main.yml file:
my_upstream: |
upstream diagnos {
server {{ groups.calldiag.0 }}.{{ cd_domain }}:4290 fail_timeout=300;
server {{ groups.calldiag.1 }}.{{ cd_domain }}:4290 fail_timeout=300;
ip_hash;
keepalive 100... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570183",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Spring Data crud repository query always returns 0 I have a service and repository class with entity class
package com.example.onlinebookstore.service;
import com.example.onlinebookstore.repository.CustomerRepository;
import com.example.onlinebookstore.model.Customer;
import org.springframework.beans.factory.annota... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570184",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: syntax error: unexpected end of file in Bash I've just started learning about bash and I can't figure out the problem, the exact error is "syntax error: unexpected end of file".
I have tried to add fi at the end but I still get the same error.
#! /bin/bash
echo "Enter the input in the form of 'number' 'operation' '... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570185",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Trying to create a return to home screen button using Tkinter, getting not defined traceback I am trying to code a return to home screen button while closing the current window but I am getting "newWindow is not defined". I am able to navigate to new menus while closing the home screen but not the other way around.
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570186",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to render Unreal View without inheriting Unreal Game Activity from Android I'm going to show Unreal View only at the top of Android activity, and I'm going to show Android Native UI at the bottom.
The app is a screen with only the native UI, a screen mixed with the Unreal View, and a screen with only the Unreal ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570188",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is there any way to create half moon like multiple circle one inside another in android xml
In above image i want to create three ellipse one inside another and on top one half semicircle to right end in xml android so how to achieve this and i have searched on net that with the help of canvas we can do so but i d... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570189",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Unexpected token node express issue When i try calling the endpoint below, i get the error below from postman.
{
"success": false,
"error": "Unexpected token / in JSON at position 7"
}
*
*In the addFollowing function you can see i've tried log the userId and followingId but i don't receive any logs from my termin... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570191",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: how to access sonarqube on centos virtual instance I have installed centos 7 on oracle virtual box.
I installed sonarqube on it. I have created a user "sonar" and started the sonarqube server.
I verifed the status and it is running.
I want to access that sonarqube now. What should be the url to access sonarqube?
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75570192",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: UnicodeDecodeError: 'utf-8' codec can't decode byte 0x97 in position 1606: invalid start byte with open('stopwords.txt', 'r') as f:
stopwords = set(line.strip() for line in f)
#spark off the consumer for the call of the record to system:
filename = input("enter filename to process: ")
word_counts = {}
with open... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570193",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to make MLflow server secure, scalable and increase the overall speed? We have set up an MLflow server for the data science team of our company. it resides as a docker image . as of now nothing extra has been added . its just pure mlflow docker image.
following are the configurations of the mlflow server :
Backe... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570195",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: how to combine import statements in python As an example, here are my import statements:
from src.eb_environments.performance_reports.reports_procs.sp.all_targets import (
add_sp_targets_to_db,
)
from src.eb_environments.performance_reports.reports_procs.sp.search_terms import (
add_sp_sts_to_db,
)
from src.... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570196",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: postgres, After 4-5 hours, the queries does not respond and CPU high used I have a server with Postgres 13 database.
And I wrote a web socket that receives a request from devices every 3 minutes and stores it in the database or reads a data from the database. The program works for about 4 or 5 hours, but after that ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570197",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: using .astype() isnot saving the changes permanently. I have tried assigning columns names to the changes but still no changes .astype() not changing dtypes permanently. Assigning columns either showing 'Columns must be same length as key' or not showing any error but also not saving the dtypes change.
df[['male','e... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570199",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Not showing full data in the dropdown using datalist tag with react.js I am using datalist HTML tag in a react.js project. When I take long data as an option then it does not show the full data in the dropdown box.
Suppose, my option value is
<datalist id="dropdownValue">
<option value="This is test option ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570202",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: IntelliJ IDEA does not display TypeScript errors when Vue framework being used In below experiment, I have assigned the numeric value to the constant annotated as string.
The ESLint complains that I have not used this variable, but TypeScirpt is silent.
This happen when Vue framework is being used in the project.
L... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570203",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: What is the best way to find correct Imports while using Java in Android Studio I spent two frustrating hours combing online for a tutorial on how to allow camera permissions on android.
The correct answer only required 3 lines of code, and I was able to find it within 2 minutes. But the answer was missing the neces... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570204",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: node:internal/modules/cjs/loader:1078 throw err; ^ I am having this error in windows 10 with npm run command
:
node:internal/modules/cjs/loader:1063
throw err;
^
Error: Cannot find module 'D:\mobile-version portfolio\
at Module._resolveFilename (node:internal/modules/cjs/loader:1060:15)
at node:internal/main/check... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570207",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: What does this while line do? My assignment is to fix Larry Wall's original patch code so that it compiles in ANSI C and the debug it. However, I don't really understand what the code in the savestr function does well enough to fix it.
char *
savestr(s)
register char *s;
{
register char *rv,
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570209",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "4"
} |
Q: How do i get onlyoffice converting api key?? I think it can work without key but i am getting an -8- which means invalid token {
"async": false,
"filetype": "docx",
"outputtype": "pdf",
"title": "MyDocument.pdf",
"url": "http://localhost/example/editor?fileName=Thomas%20Jason%20T.%20-%20Introduction%2... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570210",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Third 3D coordinate of right angle traingle For right angle trangle in 3D space, If I have
*
*Hypotenuse start end end 3D coordinates
*3D Plane defination
*Lengths of two sides (other that diagonal) known
How can I calculate 3rd 3D coordinate of right angle traingle?
A: Upon some more study on my question again... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570214",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Write a java program to print fibonacci numbers which has even digit in it
Write a java program to print fibonacci numbers which has even digit in it.
I am unable to solve this. Can you help me?
I know to print Fibonacci numbers with even number but I am facing difficulty with asking whether each digit is even or ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570215",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-4"
} |
Q: Cannot import barba.js in sveltekit This is my +layout.svelte file:
<script>
import "../app.css";
import barba from "@barba/core";
barba.init();
</script>
<svelte:body data-barba="wrapper" />
<section
class="bg-black text-white"
data-barba="container"
data-barba-namespace="home"
>
<slot />
</section... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75570217",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |