text string | meta dict |
|---|---|
Q: hey i was wondering if anyone here knew how to solve this one public Point2D[] getEndpoints()
This method creates and returns an array containing copies of the two endpoints of this Line2D object. Note that the length of this array must be 2 and the order of the Point2D objects in the array is insignificant.
i trie... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563243",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-5"
} |
Q: Android Studio: Rounded layout for camera view like Instagram and BeReal cameras This is my first time posting here. I would like to ask if you have an idea how to make the layout of the camera view finder like with Instagram or BeReal (with rounded edges). Attached below is the sample output.
Sample Output:
BeReal ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563244",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is This A Discord Issue Or A Me Issue? I am working on a discord bot with discord.js and I keep getting a error Discord.Intents.FLAGS.GUILDS TypeError: Cannot read properties of undefined (reading 'FLAGS') Node.js v19.6.1
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75563245",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: API JSON javascript extract data loop array I've succeeded at connecting and getting JSON data from API using this method:
<script type="text/javascript">
fetch('https://api.web_address.com/vi/locations/10', {
method: 'GET',
headers: {
'Content-Type': 'application/json',
'Authorization': ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563247",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Object alterable value not initiating initialValues={values} form.item antd form in react js I've included a sample of code showing how I initiate the value in the form; were you able to spot any errors? I'm not sure why it's not initiating the value.
formValues = {
dummy:{
key:value,
key1:va... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563248",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Why there white line in bar plot (https://i.stack.imgur.com/XY7b1.png)
I do not require white line in the bar plot and why does it plot so
Code :
plt.figure(figsize=(15,7))
plt.bar(x=df['language_code'], height=df['ratings_count'], color='red')
plt.xticks(rotation=90)
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75563249",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Issue with running a simple HTTP server from Docker locally I am trying to run a simple Julia HTTP server from Docker.
FROM julia:latest
COPY server.jl server.jl
ENV PORT=8080
RUN julia -e 'using Pkg; Pkg.add("HTTP");'
CMD [ "julia", "server.jl"]
I kick off Docker via this bash command
docker run -it --rm -p 80... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563251",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Admob ads not working in my game in unity I have a game on Google Play, but admob ads do not work, although in Unity it works well, but on the phone it does not appear. I do not know what is the reason. Do you have a solution to this problem?
I followed Google documentation on placing ads and watched some videos
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75563252",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: After the mambaforge install completes, how do I get to be able to run mamba commands? I downloaded the mambaforge install file for Windows, ran it, and it successfully completed. Mamba has a quickstart guide with CLI commands here: https://mamba.readthedocs.io/en/latest/user_guide/mamba.html
But I can't figure out ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563256",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Django url not matching in production I have a web app which uses Django4.0.6 and Python3.9.
urlpatterns += [
re_path(r'^payment/payment-history/(?P<cand_id>\d+)/(?P<curr_year>\d+)/(?:/(?P<payment_id>-?\d+))?/(?:/(?P<is_email_sent>\d+))?/?$',
views.payment_history,
name='payment_history')... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563257",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I add more column for my line charts? Hope everyone is doing fine. I was able to get my combined bar-line chart to finally display itself. However, running it gives me a problem: All the line charts follow the same column data as the bar chart when I wanted to have the line charts within the bar chart choose ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563258",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is there a way to prevent ubuntu to install packages from the Internet? Currently, I am trying to autoinstall Ubuntu server 16.04 with a preseed file. During installation, ubuntu will automaticly gets an IP from the dhcp server in my lab. Since it has access to the network, ubuntu will not install some packages from... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563260",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Linear Optimization With Two Variables, given starting Values Let's suppose we are given the following inequalities:
3x + 7y <= 71
4x + 9y <= 21
...
and so on, in the above format. The coefficients and the value generated (71,21 ...) would be positive, and x and y would also be positive. The input would be inpu... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563262",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Builds being kicked on committing to remote branch I have the following build file
pr:
branches:
include:
- main
paths:
include:
- src/minted
exclude:
- README.md
schedules:
- cron: "0 0 * * *"
displayName: Daily midnight build
branches:
include:
- main
This c... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563263",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Multistep form with two terms checkboxes on different steps failed to validate properly using jQuery validate plugin? Form which has two checkboxes for agreement on different steps (first and last). First one is working totally fine, however the last step is not working properly.
Here is html code
<form method="post... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563265",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Stuck on Recursive Division Maze I've been trying to build a recursive division maze. How it works is it takes a 2d array of '.' and changes to '#' whenever there's a wall. I've gotten to a point in the loop to where it prints out the walls but it doesn't exactly look maze like. Another problem is that its supposed ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563271",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: Laravel 9 - Session store not set on request on 404 page using view composers Im using a view composer to store $currency variable from sessions() for all views.
But my problem is im getting following error on the 404 page
Session store not set on request
My View Composer.php
public function __construct(
prote... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563273",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: I have a problem, when I want to display data from Binance) with PHP Well, I'm making a script, simple, to show the USDT balance of my account and it gives me this error when I open the php code in my localhots
Fatal error: Uncaught Exception: signedRequest error: {"code":-2015,"msg":"Invalid API-key, IP, or permis... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563274",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Color3 values not being set correctly ** FIXED
I have been trying to make edits to a script, and when I was doing that, a feature that worked broke. I had a table full of color3 values, and when I reference them to use a color, it gets set incorrectly to black. For example, this is the original table entry.
{ health... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563275",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Error with Docs.Documents.batchUpdate() but the method throws the error after it completes I posted recently looking for assistance but ran into a new error that I can't seem to fix.
Exception: Invalid number of arguments provided. Expected 2-3 only
The script is part of a Google Drive Workspace add-on. The user hig... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563276",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Error while starting Hive due to error in Derby configuration I'm trying to add Hive to my Hadoop 3.2.0 ecosystem.
I have followed the install&config steps as described here: https://www.tutorialspoint.com/hive/hive_installation.htm
Unfortunately I have stuck while trying to test hive using
hive -hiveconf hive.root.... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563277",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Docker for Windows - Error response from daemon: open \\.\pipe\docker_engine_windows: The system cannot find the file specified I am using Docker for Windows.
I tried moving my Docker Containers from the C: drive to the E: drive.
I am now getting the following error when I try to build a Docker Image:
Error response... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563279",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I fix this error on Linux VS Code? I keep getting the following error when I try to launch the debugger for HTML in Chrome: "unable to launch browser. Unable to find an installation of the browser on your system. Try installing it, or providing an absolute path to the browser in the 'runtimeExecutable' in you... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563280",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to make dismissButton tappable when it is outside of the presentableView? I created a custom UIPresentationController and want the top sixth of the screen to contain a dismissButton and dimmingView to fade in and out on present and dismiss, respectively. However, because the dismissButton is outside the presente... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563281",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Best way to resolve Python2 error for node 16 on windows 11 I am working on a project which requires node 16. When i ran npm install, I got following error
npm ERR! gyp verb check python checking for Python executable "python2" in the PATH
npm ERR! gyp verb `which` failed Error: not found: python2
npm ERR! gyp verb ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563283",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Converting R apply function to Python I'm in the process of converting my existing R code to Python as a way to teach myself, but I've run into something that I can't seem to crack.
Here's a example of the R code which works as expected
var <- 0.08
a <- data.frame(a = runif(10, 0, 1),
b = runif(10,... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563284",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Error: not found interfaces/IBalancer.sol Am trying to compile the contract on remix
import "./interfaces/IBalancer.sol";
contract {
using SafeERC20 for IERC20;
should i clone some thing to remix?
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75563286",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Coding a program to process information from a text profile Use the UML class diagram below to create the Arena and the Tenant java classes. Each class must contain the specified fields and methods with correct setter methods, getter methods, as well as the default no-argument constructors as well as overloaded cons... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563290",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: How do I fix Blockly error? I'm trying to make an Roku channel builder I'm am making an Blockly application that generates brightscript code. How do I fix the Blockly error below.
I tried many things, all gave worse results.
<html>
<head>
<title>ProgrammableRokuChannel</title>
<script src="https://unpkg.com/... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563291",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I maintain my_own Kernel default config? I am trying to maintain my own Kernel default config in a separate directory.
For example, I want to make my_config under /linux-5.15.95 and keep my own Kernel default config file in the directory.
But if I do so, Kernel make file was not able to find the default conf... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563295",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: IGNITE issue: java.sql.SQLException: Transaction is already completed I have an Ignite DB with 2 tables created with settings "ATOMICITY=TRANSACTIONAL_SNAPSHOT".
*
*Table #1 "enforcer": store about 2 millions "command" has STATUS column (PENDING/PROCESSED) and PARTITION column (1-16).
*Table #2: store results of ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563298",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: I can't get the values from a text file and save them into variables I'm trying to create a function for a program that I'm writing for a school project. However, whenever I try to obtain the variables from a text file and save them inside variables, I don't get anything as an output, which indeed means the informat... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563299",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: await is giving me SyntaxError: Unexpected reserved word I have the following Node.js program that runs through text and outputs the top 25 most frequently used words basically. I need to follow a certain style and everything seems right but I get the following error with the await keyword when I run the program:
` ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563301",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: How to set an alias of a command and it's argument in Windows Powershell? I am on a Windows 11 machine (Powershell v5.1) and I am trying to alias the rust rewrite of coreutils to appropriate commands in powershell. For example, I need to call coreutils echo to access the echo command and similarly for mv, cat, cp et... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563303",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Indexing into an array returns only "[" I have some data which is an array of arrays, each sub-array is length one and the only item in that array is an object with key value pairs. As an example:
const array = [[{'city': 'new york', 'state': 'ny'}], [{'city': 'dallas', 'state': 'tx'}], ,[{'city': 'los angeles', 'st... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563304",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to Copy an HTML-Formatted String to the Clipboard, in Access 365 64-bit? We recently upgraded everyone from 32- to 64-bit Microsoft Access (365, but that didn't change).
A while back I wrote a sub that accepted an HTML-formatted string and placed it into the clipboard as an HTML object. This way, the user could ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563305",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to Combine svg Paths to One Path properly,I allways to make holes The origin svg flie in xaml format like this:
<?xml version="1.0" encoding="UTF-8"?>
<!--This file is compatible with Silverlight-->
<Canvas xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" Name="svg24" Width="1024" Height="1024">... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563306",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Create ID variable for groups identified with any crossover between two variables I have scraped Google Maps data of businesses with many, many duplicates of both phone number and URL's. I need to create a variable that ID's groups where there is any overlap in phone number or URL, going both ways.
*
*Any URLs tha... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563307",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: node js express routes; error when adding a "/" forward slash I am running into a strange issue that i cant solve.
I am using express with routes.
I am setting up routes on my main app.js
example route:
const userRoute = require('./routes/users')
app.use('/users', userRoute)
now when i access:
mydomain.com/users
it... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563309",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Set.prototype.has() returns false even when element is present I am learning Next.js, and would like to implement filter functionality based on the checkboxes selected. I am referring to this solution >> https://codepen.io/trezy/pen/GROLXqo
So far, I have the following implementation:
Code for filter function:
const... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563311",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: System.exit(0); not working for hang man game everything works perfectly fine, I just can't get the program to finish when instead of entering a letter the user typer the number 0. I've tried System.exit(0); and its not working, if you have any recommendations on what i can do i would aprecciate it!!
Here is what i ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563316",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Error sending Text message using python3 and pytextnow I am using Linux Mint and python3 and pytextnow
I get an error sending SMS, but can send MMS.
Only one line of code changes.
pytextnow is no longer maintained, or I'd ask the developer.
I can not find any good documentation online.
None of the earlier questions ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563317",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: What will be TypeScript type of mongoose bin data I am writing type definitions for bitwise operators in mongoose.
In that, it says
The field value must be either numeric or a BinData instance. Otherwise, $bitsAllClear will not match the current document.
What should be the TypeScript type of BinData here?
Referen... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563323",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "3"
} |
Q: Failed to find sync for id=0 flutter 3.7.5 Compiler allocated 4533KB to compile void android.view.ViewRootImpl.performTraversals()
E/SurfaceSyncer( 5850): Failed to find sync for id=0
W/Parcel ( 5850): Expecting binder but got null!
flutter clean and update the latest version of flutter
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75563324",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: one way COX analysis and lasso I'm trying to perform survival analysis as a beginner but I came across with some problems about choosing methods after one-way cox analysis.
I've benn told that lasso analysis should be performed after performing one-way cox analysis but the number of the significant genes I got was f... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563330",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Can I connect VScode and Intellij to the same gitlab account? I am using two of them recently from my local computer.
my Gitlab is currently connected to the intellij
but I am also using Visual Studio Code and I wonder if it is possible to connect the visual studio code too.
Thank you so much
I tried to search but c... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563331",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to get Inverse Laplace Transform for a equation where the answer the is not in the form of Dirac Delta(t). In Python I want to do inverse laplace transform for a equation, where the value of S is 2. But when I do Inverse Laplace Transform, I am getting it in the form of Dirac Delta(t) * the equation passed throu... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563334",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: how to integrate sms api in php? i try to sent sms to mobile,
http://instantalerts.in/api/sms_api.php?username=user&api_password=123&message=thiyaga your amount of 100 is deposited in your wallet - Money Vehicle&destination=1234567890&type=2&sender=SMATMV&template_id=123
directly copy this link and paste url working... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563335",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: How to solve "Bad file descriptor" error in python-docx package I have faced with "Bad file descriptor" while saving a docx file with python-docx package.
The image shows the error.enter image description here
I have read the articles about "Bad file descriptor" error.
But there is no correct answer in my case.
My p... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563338",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to Print pdf document of recyclwrVIew in android studio This is Priyanshu Maurya . My problem is that how to print pdf document of my recycler view in android studio. my recycler View fetching data from sqlite database .
I have no Idea for this .
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75563344",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Easiest way to specialize code to constants in Rust? Say I have a loop like this where xs.len() is huge and order <= 3:
pub fn cumulative_sum(xs: Vec<i64>, order: usize) {
let mut res = Vec::with_capacity(xs.len());
let mut moments = vec![0; order];
for i in 0..xs.len() {
res.push(moments[0]);
for o in... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563347",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to create item subscription in ERPNext 14 for website publishing I am trying to setup a system to sell web hosting via ERPNext. We are currently using WHMCS to do this.
In ERPNEXT I am unable to create a subscription based product that can be published on the website, so that the end user can purchase it.
Can so... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563349",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to play MPEG audio in flutter after requesting it from ElevenLabs API? After pressing a floating action button, I am trying to play audio from the Eleven Labs voice API in flutter using the AudioPlayer library. I am getting a request back but I don't know how to save the audio temporarily and play it. Below is w... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563354",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Electron app with electron-updater built with "npm run make" does not work I have an Electron application which uses "electron-updater" package. The app works when running from VScode. But if building the app with "npm run make", it failed to load when double clicking the app due to this error:
Uncaught Exception: E... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563355",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Echoing multiple check boxes I am trying to write some code for a collection form for a fake dating form. I'd like the form, or the 'end' screen repeat back what the user has put in for their information.
I have text fields and radio buttons that I was able to repeat back to the user but for some reason when I do th... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563360",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Meaning of "pop style stack without without push" in Kivy What does it mean when Kivy gives this warning message? What can cause it?
[WARNING] [Label ] pop style stack without push
A: I don't see any documentation about this message specifically, but here's the relevant bit from the source code that handles ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563361",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Pandas: How can I add new rows of data based on conditional statements? I am trying to use conditional statements to append rows of data to columns in Pandas. For an example, I have 2 DataFrames: Average Weekly Scores and Grade For Week. Both of these have columns for student names and every week, starting from week... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563362",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Specific Heat of Cadmium Compute the specific heat of cadmium with the mass of 21.4 grams and an original temperature of 20 degrees celsius and final temperature of 26 degrees celsius boiled to a water with an original temperature of 22 degrees celsius and a mass of 25 mL of water
Pls help. Badly need answers
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75563363",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-4"
} |
Q: How to install MobileVLCKit on XCode? I'm using package flutter_vlc_player: ^7.1.5 in my Flutter project. But when I run pod install, it returns Error installing MobileVLCKit,... The requested URL returned error: 502.
I have tried to delete Podlife, uncomment platform :ios, '12.0' but it doesn't work.
Are there any... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563367",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Allotement of a plot to registered applicants and generating report year wise Im doing this office work in excel and im searching a way to do by a program. I have a list of applicant registering for a plot from various cities year wise. For example in the year 2015, 10 applicants have registerd for plot and avail... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563369",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to reset settings sync? I had a VS Code install on which I had built up various settings and customizations over the span of two years.
I recently reinstalled Windows and decided to set up VS Code without syncing settings, and making a fresh start. Now I want to upload the new settings to my Microsoft account bu... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563374",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: I'm working on an illustration retouching ai program project import os
import cv2 # OpenCV library
import numpy as np
from PIL import Image # PIL library
# Set the path to the directory containing input images
input_dir = 'C:/Users/user/practice/easy_ai/pixiv_og_11062020'
# Set the path to the directory to save pr... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563375",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Tailwind Grid having 2 form inputs per row A newbie to Tailwind CSS here.
I am trying to create a form using grid where there are 2 form inputs in each row, taking half of the row width.
But for some reasons, the grid is not taking the entire width of the viewport.
.as-console-wrapper { display: none !important; ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563377",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: please help to sort it out error: Command "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.35.32215\bin\HostX86\x64\cl.exe /c /nologo /O2 /W3 /GL /DNDEBUG /MD -IC:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.2800.0_x64__qbz5n2kfra8p0\include -IC:\Program Files... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563379",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Why does my MySQL queries executed by an Event run poorly after performing well? Hello I have a decent amount of experience in as a SQL developer in Microsoft SQL but little to no experience as a DBA and I'm just starting to learn MySQL. Basically I have a scheduled stored procedure that runs fine for a number of h... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563381",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Locating sublists of one list in another list in Python I have two lists G3, G333. I want to locate the sublists of G333 in G3 and print the indices i. For example, [0, 4, 5, 9] occurs at i=0 in G3, [10, 14, 15, 19] occurs at i=5 in G3. But I am getting an error. I present the expected output.
G3=[[0, 4, 5, 9], [1, ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563382",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Latest google maps API doesn't load (Feb 24, 2023)
*
*All of a sudden, the google maps API stopped working. The same code was working fine for the past 3 months till Feb 24, 2023 morning IST.
Below is the API which is loaded - https://maps.googleapis.com/maps/api/js
The page is broken with the below error which is... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563384",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Custom error message is response body can't be access in Axios catch statement? (code included) When I create this .NET 5 Web API which returns an error via "NotFound" but includes text string with additional error information, this custom error details:
(a) shows up in Postman in the response body, however
(b) I ca... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563385",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Unity script not working becasue it continues idk why using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class CardMovement : MonoBehaviour
{
Vector3 position1;
Vector3 position2;
Vector3 position3;
Vector3 position4;
Vector3 position5;
Vector3 position6;
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563386",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: labeling box-plot outliers in R I have a dataframe that contains 130 rows (the person ids) and 169 columns(gene names). I have been able to create a boxplot for each one using the following code
For example my dataframe looks like this with the gene expression for each gene per person:
| ID| gene X | gene Y | g... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563392",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: how to select many roles and permission for one user in identity In this case, I want each user to have several roles and each role to have several permissions,Permissions are created by the administrator, and when the frontend gives me the userId, I will send her the roles of that user and the permissions of each r... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563397",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Installed socket.io with npm, but require() fails no matter what I have a constantly running tcp raw socket that I can connect to using an existing app. I am trying to use socket.io-client in my photoshop plugin, but after installing, my require() statements fail no matter what kind of relative path or whatever I us... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563401",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: iam getting this error again and again (TypeError: unsupported operand type(s) for -: 'datetime.date' and 'str') The code
from pyspark.sql.functions import
from pyspark.sql.functions import *
start_date_str = dbutils.widgets.get("startdate")
start_date = to_date(lit(start_date_str), 'yyyy-MM-dd')
end_date = add_m... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563403",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: 'TypeError: is not a function' instance method in Node.js I am getting the error:
TypeError: Account.getAccount is not a function ...
When I call an instance method from a class I created. Other scripts with the same imports can call the constructor or instance fields with no issue, so I don't know why the instanc... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563404",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: When using full join in SQL, the join result didn't display the null value I try to full join two table in SQL, and the result expected should display those NULL values, but it haven't displayed at all.
two tables look like this
first table
part of second table
SELECT *
FROM clinics
FULL JOIN participants
US... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563406",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to know when date format is wrong in datagridview C#? What I am trying to Do:
I have excel data (containing dates) which I am importing into datagridview. I want to mark those datagridview cells red which are not as per format (dd-MMM-YYYY).
The problem:
If you look at my if condition, I am trying to get datefor... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563407",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to perform AWS Databricks workspace migration and data backup? I have been tasked with a Databricks workspace migration and also to backup tables on that backup workspace. I explored this solution https://github.com/databrickslabs/migrate but it does not involved backing up tables with their data. Has anyone don... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563408",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How should I convert a method with a callback queue to async/await? I want to wrap existing GCD based functions that use both callbacks and callback queues with async/await. I was wondering what pattern I should follow regarding the callback queue. ie:
// This is what I have
func doWork(completeOn queue: DispatchQue... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563409",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: why does my C++ sleep program not return expected output Novice C++ programmer here
playing around with the sleep() function and get unexpected output.
code:
#include <iostream>
#include <unistd.h> //or #include <windows.h>
using namespace std;
int main()
{
cout<<"Hello World\n";
cout << "Building Solition... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563411",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Why does not my react component re-render on redux store state change? I'm stating to learn react and redux and I cannot figure out why my react component does not re-render after redux store state change.
Here is my code:
const initialState = { value: 'Loading...' }
function onSetName(state = initialState, action)... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563415",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: Can't find driver for external USB 802.11n adapter in CentOS7 I had installed CentOS7 on a Lenovo Flex Laptop. I had tried finding device driver for External Wifi Driver around the group and no one had replied so far. This is the output of lsusb that i was trying to install:
Bus 002 Device 002: ID 0bda:f179 Realtek ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563417",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Cannot find reference `cv2. ...` in PyCharm Same as here and here and none of the suggested solutions is working. The issue happens with opencv-python>4.5.5.64 which has been the case for months, any version above 4.5.5.64 results in unresolved references whether installed using pip or using the UI. Anything in cv2 ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563419",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Why does a TensorRT engine need to "warmUp" to get accurate inference profiling? The trtexec --help binary shows that --warmUp=N Run for N milliseconds to warmup before measuring performance (default = 200).
However, why is a warmup needed? If the model (and thus intermediate buffers necessary for the forward pass)... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563420",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I set up GTM and GA4 on a hybrid mobile app that uses a web configuration and not Firebase Mobile SDK? I'm trying to set up GA4 tracking through GTM for a website that has an accompanying mobile app for a marketing client. The app is pretty much a carbon copy of the website, and is built by a third-party tha... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563424",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Change post-name when inserting new Post if Specific Category is selected in WP I want to hook a function for first time when new post is being inserted in WP.
when Poetry category is selected I want to change post-name with random 7 numeric numbers like
/poetry/2837410/
which function should I call that triger only... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563425",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Google sheets timestamp via apps script dropdown First of all I would like to thank Monke_Ed for this great script. I found this script a last year and modififed it a bit for our workload distribution sheet it is supposed to add time stamps to COL "Accuracy Check" and COL "Offer Extended" when row 13 of the current ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563426",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to create repaginating sequences for booklet printing as output for pdftk? I'm creating a workflow for booklet printing with 2 pages on an open spread:
*
*Use R to create the page sequence
*Use pdftk to repaginate the pdf
*Use lp to print the 2-up booklet
I've written a loop for repaginating pdfs for bookle... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563427",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to convert milliseconds to a timestamp in C++ with the Arduino IDE? I am trying to print data that will be transcribed to a csv file in the Serial Monitor. My attempts to do so result in the milliseconds being tracked decreasing instead of increasing at a preset interval, and consequentially the timestamp decrea... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563428",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How do I create a One-to-One mapping without using a foreign key constraint? Problem - I need to create some type of mapping between 2 entities with property "SourceTransactionId", where either entity can be added to the db first, before the other, but still be able to query like below.
What I want: Display transfer... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563429",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to configure an polly policy for HttpClient in Autofac ContainerBuilder in .Net 6 I want to configure httpClient with Retry Policy in Autofac container. The below code does not initiate retry. Am I missing anything?
Policy definition
static IAsyncPolicy<HttpResponseMessage> GetRetryPolicy()
{
return HttpPoli... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563438",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to generate variable based on conditions across multiple variables with by:? I'm trying to generate a new variable using a by: prefix based on conditions across multiple observations. So for a given group (let's say ID #1) there could be 10 observations, and I want to make a new variable based on two conditions... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563444",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: React - How to manage state of child list items that show/hide a modal in parent component I have a list of items and each item can be edited. If the edit is cancelled I'm showing a modal to confirm. Multiple items can be in edit mode at once. I had no issue doing this if the modal was inside the list item but my is... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563448",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: remove edges NetworkX I build a graph with the following details. What I am confused of is why after removing one of the edges of the graph, it still exist when I try to print the all the edge data? Did I do something wrong?
import networkx as nx
G = nx.MultiGraph()
G.add_edge(17, 12, nm=5, asset="a12")
G.add_edge(... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563450",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: C# recursive delete children object in LiteCollection DB I have a folder list which is store in LiteCollection. I want to create a delete function that can allow user to delete the folder from whichever level. I tested on the Delete function below, it works. However I would like to simplify the code and make the sea... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563452",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Convert Text Files in a Folder to CSV in Python I have a folder RPT_AR which has 3 files :2 text files and 1 csv file namely RPT_AR1.csv, RPT_AR2.txt, RPT_AR3.txt and I want to convert the text files to CSV
I tried to following code in Python
import os
import fnmatch
import pandas as pd
files_dir = r'C:\Users\... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563453",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Set VS Code profile in devcontainer VS Code recently introduced profiles that let you define settings and extensions for a workflow.
Is there a way to tell a devcontainer.json file to simply use one of these profiles?
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75563455",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Best practice for proxying into backend Right now I have my frontend and backend deployed (separate images) over Google Cloud Run, I'm having trouble on what I should do. For example, here is my nginx config file right now:
location /api/ {
proxy_pass <backend_url_string>/api/;
proxy_set_header X-Real-IP $remote_ad... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563456",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Pass array variable from Vue to scss I have a project with Vujs3, and use sass. I got list of images names through API in my Vue component and I want to pass it to scss to write stiles with background-image;
export default {
name: 'TestComponent',
data() {
return {
skills: ['test1', 'test2'], //here I ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563458",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Retry option for promtail log watcher In one of the Kubernetes deployment, the promtail runs as side car container and is responsible for watching the application log file on shared (emptyDir) Kubernetes volume.
In particular scenario Promtail agent container starts before application container, hence do not find an... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563459",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Order by not working as expected when using ASC I have a filter function (Formula1) that returns a range and it works fine.
But when I use this inside query function (Formula2) then appears following problem: If I leave filter condition empty (See B1) then order by asc not works.
If I select DESC then again it appe... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75563460",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |