text string | meta dict |
|---|---|
Q: Polars python poincare plot I am trying to arrange my data in polars for a poincare plot. The poincare plot is a type of scatter plot where the x-coordinate of any given point is the measured value n and the y-coordinate is the measured value after a chosen delay (e.g. 5 mins).
For example, for the following data:
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573405",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Audio triggering as soon as i enter play mode in Unity I don't know why as soon as i enter play mode the audio for opening a door automatically plays i dont want it to trigger as i enter play mode only when it is colided with an object .Please help
I think it has something to do with my code or else i've checked var... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573409",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: NextAuth getSession in NextJs Backend Hi I am trying to get session to check if there's a google authentication or no in the backend to give access to users only.
export const getServerSideProps = async (context) => {
const session = await getSession(context);
// ...
}
I don't know if I am trying to do is right... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573411",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: File uploads with Apollo 4 with Fastify, graphql-upload and fastify-multipart I use Apollo Server with Fastify and graphql-upload and am currently trying to upgrade to Apollo Server 4, Fastify 4 and graphql-upload 16.
When upgrading to the previous version 3 of Apollo and Fastify, using graphql-upload 12, I followed... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573413",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: R: Print A Value from A Column Based on the Corresponding Row of Another Column I have this data frame df in R in which I want to print (as a scalar) a value of column Y based on the corresponding row that is the minimum value of column Z. For example, since 1.928718 is the minimum in column Z I will pick the corres... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573414",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to make insert picture controller with this code & how to load the picture from the view blade Hello I need some answer, I need to make Inserting picture Controller with my owncode I'm using Laravel 9 framework and how to load it on view blade
heres the code
'
public function laptop()
{
$laptop = Lap... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573415",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Plotting a SEM Actor-Partner Interdependence Model after runMI() I am using multiply-imputed data to run an Actor-Partner Interdependence Model (APIM; Cook & Kenny, 2005). I am using mice to impute my data and for reference, I am using this resource guide for constructing my APIM with lavaan.
As far as I can tell, t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573417",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Store a constant reference in an S4 object - R I'm programming a neuroscientific software with R. I principally operate with two S4 classes, eeg and analysis. Every instance of the second is the result of calling a certain function in an instance of the first. In other words, every analysis instance comes from an ee... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573418",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "4"
} |
Q: VBA: Set a worksheet using name from a variable I have gone through many similar questions here on stackoverflow, but suprisingly NONE of them is what I'm looking for.
I have a macro that deletes Queries/Connections from a specific sheet. It works WELL.
Now I try to change the worksheet name to a variable and it doe... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573419",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: elasticesearch adding keyword not working error:
{"timestamp": "2023-02-26T16:06:23.388759Z", "level": "INFO", "name": "denali_syncer.opensearch",
"message": "create index cd.io.schema.asset mapping, status 400, body: b'{\"error\":{\"root_cause\":[{\"type\":
\"mapper_parsing_exception\",\"reason\":\"Fail... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573420",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Can't remotely access MySQL server I'm trying to establish remote access to a MySQL server with the goal of automatically collecting data from different participants in a data analysis project.
I have MySQL Server 8.0.32 running on a Windows 7 computer that my test database is stored on. I've succesfully connected t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573421",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Problem to run Flutter app in Android emulator I have a problem running a Flutter app in Android emulator:
raster snapshot of dev session
Launching lib\main.dart on sdk gphone64 x86 64 in debug mode...
*
*What went wrong:
Could not open settings generic class cache for settings file 'C:\Users\RIZMAN\β¦
I have se... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573423",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Using flutter flutter_image_compress to upload base64 compressed file but cant uncompress in python I can successfully upload a file to s3 by
*
*using flutter_image_compress to compress and
*converting the file to base64.
Now I can decode the file:
base64_string = open("img1b95b3ed9e494595b01610f06d9f074b.txt"... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573426",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Firebase pagination - EndBefore doesn't work 'm trying to implement pagination in my React app using Firebase. I want to load the next/previous set of documents based on the last/first document in the current set.
The pagination towards the next set is working fine, but I'm facing an issue with the pagination toward... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573428",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: this sqflite database i write and the id print null i don't know why
i don't know what i will do and i try but i can't fix it
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75573429",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: I can't fix this error: Type of expression is ambiguous without more context I am trying to implement a google signin option to my application but I keep getting an error
I searched online, on what this error means, but people were saying it is causes by wrong argument names.
but I don't see anything wrong with this... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573434",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Unexpected result converting absolute SVG 'C' command to relative 'c' I tried to get the same result converting absolute C commands to relative c coordinates for cubic BΓ©zier curves in a SVG-path d attribute string.
In this test, both results should look the same. They are not.
There must be something I don't unders... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573435",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: No errors but when I execute it, it is showing exe has stopped working Here is code I was trying to run
it is successfully compiled.
//To create a simple linked list
#include<stdio.h>
#include<stdlib.h>
typedef struct node_info{
int* data;
struct node_info *next;
}node;
typedef struct{
int count;
n... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573437",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: Error in installing pip package with setup.py requirements I'm trying to install the aptdaemon package on Ubuntu 20.04 as follows: pip3 install aptdaemon but I'm getting an error:
error in setup.cfg: command 'build' has no such option 'i18n'
I have installed both python3-distutils and python3-distutils-extra:
sudo a... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573439",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Bootstrap Table: Hide/Show certain columns before table is rendered I am implementing client-side functionality to store user-selected column visibilities in local storage and hide/show the corresponding columns the next time the page is loaded, based on this local storage entry. I'm also using the data-visible attr... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573441",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: VS Code + Pymakr : the strip is not displayed I installed node.js, restart computer and installed Pymakr (direct from marketplace in VS Code). But the strip at the window bottom with for example "All commands" is not displayed.
What could be the error ? I installed the last version for everything (Pymakr v2.22.5).
T... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573445",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Cocoapods - Exclude .framework from build on simulator I am developing a CocoaPod and I need to include two private frameworks in my pod.
One of the frameworks does not work on the simulator, and I would like to exclude it from builds on the simulator.
I have found very little information about this in the CocoaPod ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573446",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Tomcat 9 UI Stop Command not Triggering ApplicationListener I am starting and stopping an application via Tomcat 9 UI and am getting stuck threads. While trying to investigate, I am not seeing a ContextClosedEvent triggered to stop an executorserivce.
I've tried implementing ApplicationListener and using the annotat... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573449",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: MediaStream with RTC working on Firefox but no audio on chromium For a friend I try to get video tracks of his stream with Javascript then use it in HTMLVideoElement.
I use RTCPeerConnection and WebSocket for doing this and all go well with firefox, no error, I can see his stream.
But on every chromium navigator, th... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573452",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to βrequireβ an es6 βimportβ? I'm working on a node app that uses node v14.16.0:
*
*It uses lots of require statements (common js)
*I want to use the latest version of node-fetch but it's now an es6 module
*Node is insisting I use an import statement
*When I do, I get Cannot use import statement outside a m... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573453",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Finding an element in Selenium What is the way to find such elements?
element is "double tick"
enter image description here
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75573455",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: The Android Emulator does not work after run and debug on flutter A complete beginner in app development here. Been trying to run a flutter app on android emulator but after trying to run the app on visual studio code, only a blank screen appears on the emulator.
The error I get is-
E/SurfaceSyncer( 9956): Failed to... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573462",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Getting error "nil pointer evaluating interface {}.overwrite" with certificate section using gloo dvpe-helm chart I am receiving the following error using ArgoCD when defining my certificate section when using the helm chart dvpe-helm: https://github.com/DVPE-cloud/dvpe-helm
Error: template: dvpe-helm/templates/cer... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573465",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Create a Counter, which will add "1" or decrease "1" by pasting in browser with a hotkey from a before Set Value Hi there guys and girls,
I've searched everywhere for a Program that just sits in the
tray, where I can enter a Value like "3600" and when I push "Strg-" it counts one number down and also pastes "3599" i... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573466",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to call a custom php script to fetch data from Javascript default Fetch function as in Title I have a Wp handcrafted plugin that interact between WP database and a bunch of scripts ( JS and PHP).
First of all my plugin structure consist of a script as usual parsed by Wp engine as a plugin, so that add a menu ite... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573468",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Kubernetes path understanding. spec.containers[].securityContext.runAsUser and - spec.containers[*].securityContext.runAsGroup What is the meaning of the [] in this kubernetes path.
spec.containers[].securityContext.runAsUser -
spec.containers[*].securityContext.runAsGroup
what is the meaning and difference between ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573472",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: WebAPI `keydown` event behaves differently on mobile browers I need to get the pressed "key" from the keydown event:
const logEl = document.getElementById('log');
document.body.addEventListener('keydown', e => {
logEl.innerText += `key: ${e.key}, keyCode: ${e.keyCode}, isComposing: ${e.isComposing}\n`;
});
#log... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573473",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Spring HttpMessageNotReadableException in @ManyToMany relationship involving abstract class I'm facing with the following problem, I'm trying to create a REST service in Spring Boot, with Hibernate and H2 with these classes: Sale, Product, Drug and Cosmetic (the last two are subclasses of Product, which is an abstra... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573474",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Getting Error : Method Not Allowed while using @FeignClient
*
*I have three microservice in my project 1) Hotel service 2)Hotel-rating service 3) User-service
*Getting Error "Method Not Allowed while using @FeignClient" while calling Hotel-Service through User-Service
*Dependencies : Spring Cloud Eureka client/ ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573475",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I select specific characters in an array without using RegEx in Javascript? I am doing multiple coding challanges to join a coding bootcamp but have been stuck at the same problem for a few days now.
I have looked online, tried differen solutions, but nothing seems to pass their specific test on their consol... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573477",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Laravel login button doesn't do anything I am trying to make a login page using Laravel and MySQL. I followed the Laravel documentation and looked at some examples from the Internet. I have my user table with some elements now, together with a login page that has a login form. However, when I enter the credentials a... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573478",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to create an array of pointer to method constructor from multiple different derived classes Hello I am currently learning c++ and I was wondering if it was possible to make an array of pointer to method that would be composed of derived classes constructors.
Here the code I wrote however I am getting compilation... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573480",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: persist React logged in user I am able to register, sign in, and sign out a user in my React-Django app. I am setting the user data (username, email, etc.) in local storage on login. However, when I try to go to a protected route (such as "/about"), I am re-directed to "/login", as it seems that React cannot check u... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573481",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Why conda doesn't see the latest version of sqlalchemy package available in the conda-forge channel? I'm trying to install sqlalchemy with conda.
conda install -c conda-forge sqlalchemy
On the channel website I can see that the latest available version is 2.0.4.
https://anaconda.org/conda-forge/sqlalchemy
However, ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573482",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Replace special characters from xml string Is that possible to replace special characters E.G "<" to "& lt;" etc... from string which i read from XML file by File.ReadAllText(path) method without replacing brackets from xml tags ? For example:
<fragment>
<set-header name="MyHeader">
<value>Sample text < </value>... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573486",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Landmark survival analysis Please modify the code so that it includes "table at risk" under each KM curve (i.e., for each landmark set).
library(survival)
library(tidyverse)
mod1 - survfit (Surv(time, status) ~ sex, data = lung)
df <- as.data.frame(unclass(mod1)[c(2:7, 15:16)])
df$sex <- rep(c("Male", "Female"... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573488",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Check if the number is even or odd without using if else Enter an integer. Check if the number is even or odd
(using the ternary operator)
I can't solve this problem
A: let num = 3;
num % 2 == 1 ? console.log("odd"): console.log("even");
A:
const isEven = (value) => value % 2 === 0 ? true : false;
console.log(i... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573489",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Firestore: Having a subcollection per user or only a toplevel-collection? I am wondering what is exactly the difference in the following scenario. We have Posts which are created by users and therefore consist of a field userId in addition to the field postContent.
I can now think of two possible solutions:
*
*Hav... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573490",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to make correct calculation between fiat and crypto currencies if difference between cent and satoshi too big? I'm investigating the problem of the mutual recalculation between fiat and crypto currencies and I figured out that, as it seems to me, there is no proper way to support stable recalculation. Let me exp... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573491",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do you extract rows that contains specific string? I'm trying to extract all rows, that contains a specific string from an imported dataset, that has 5 columns. If a row had the specific string it would be in the 2 column.
monkeypox = Import["/Users/unknowen/Desktop/ProMat/Eksamen Jan
2023/monkeypox.csv", "Data... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573492",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Send email via smtp using PHPMailer I'm trying to send email using PHPMailer, adding a recipient to an outlook email and cc to a gmail email
I tried to change the Mailer to 'mail' but when I did I received 2 emails on the gmail and it's not working on the outlook email
One of the emails says
"This message was create... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573493",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Compile sass/scss to css and bundle it on save My folder contains five .scss files, for explanation purposes let's name them
first.scss, second.scss, third.scss, fourth.scss and fifth.scss
I'm building them into two bundles containing:
first_bundle.css = [first.scss, second.scss, third.scss, fourth.scss]
second_bun... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573495",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to filter a dataframe with range having partitions as year, month, date and hour? I have to read a dataframe from a table with partitions as follows - year, month, date and hour.
Input :
year
month
date
hour
2023
12
31
18
2024
1
1
10
2023
12
31
14
2024
1
1
14
Need to filter a range of partition... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573502",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Populate Backpack select_from_array options() with DB query I've defined a Backpack select_from_array column for the field form_trx in the table transactions. I want to populate the options array for that Backpack column with data that's stored in two columns (called value_store and value_display) of another databas... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573505",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: linguist detects file programming language by extension I try to use linguist to detect programming language of 2 files html_test.html and python_test.py in my folder, for that reason I use console and next command $ github-linguist and when I use I get 62% HTML and 38% python, but if I change extension of files, fo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573506",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How can i add this window into my Visual Studio Code program? , hello guys, saw my mentor using this debugger in VSC and i thought it would be nice to have, does anyone know how can i fix it to always stay activated? Thanks in advance.
Turning it on / off in settings.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75573507",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Spring Tool Suite fails to load driver url When running the default ApplicationTest Junit in a Spring Boot application generated with Spring starter inside the Spring Tool Suite IDE, it fails with Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.
When ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573508",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Miscoservice can't connect to docker posgresql In my microservice i connected to MySQL database, but i decided to connect to PostgreSQL using docker container.
PostgreSQL docker-compose:
#Postgres Configuration
postgres-order:
container_name: postgres-order
image: postgres
environment:
POSTGRES... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573513",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: googleusercontent.com took too long to respond Everything was working fine, but Suddenly, this error pops up whenever i tries to open my vertex AI's workbench notebooks in jupyterlab. Even the side walkthrough menu stopped working with the same error.
Any ideas?
A: Turned out I needed to restart my router, and th... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573516",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: problem at react js ERROR in ./src/App.js 12:35-41 Attempted import error: 'Switch' is not exported from 'react-router-dom' (imported as 'Switch').
ERROR in ./src/App.js 12:35-41
export 'Switch' (imported as 'Switch') was not found in 'react-router-dom' (possible exports: AbortedDeferredError, Await, BrowserRouter, ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573520",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Transfer group boxplot to barplot in ggplot including p-value and mean I'd like to transform the following ggplot boxplot into a barplot. The information about n, mean, and p should remain. I tried to change geom_boxplot to geom_barplot, which didn't work. Does anyone have an idea how to change it?
Thank you very m... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573521",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: "Error occurred when finalizing GeneratorDataset iterator" in the middle of training I am training a neural net on a dataset of 1,581,616 points and I keep getting the following error at the end of a few hundred epochs without any error stack, just this, and the training stops abruptly:
W tensorflow/core/kernels/dat... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573523",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Several values for floating bar ChartJS I am looking at floating bar chart on the ChartJS website. This allows to set the beginning and ending value for each bar (instead of having them anchored at 0.)
But it does not mention the ability to give several such pairs of values, so to have multiple "disconnected" bars ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573524",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: creating dynamic pivot for the next day using pinescript I started learning pinescript 5 and trying to code next day pivot dynamically on the chart. Here I posted my code. I have facing an issue.
1.i can draw pivot on next day by eod, but if market starts a lot of new lines adding for every bar. How to avoid this?
/... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573526",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Godot Heightmap Terrain ( Zylann ) Color Painting is "burning" the colors onto the terrain As stated, I am having issues coloring the Heightmap Terrain generated by Zylann, and using this Low-Poly Shader to create the terrain.
Once I got an area sculpted out, I switched to the Color Painting tool, selected a basic d... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573531",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Python Telegram Bot - how to force "standard" keyboard after using reply_markup=ReplyKeyboardMarkup() I am creating a Telegram bot using this Python library. The flow of the bot will go as follows:
*
*Display a menu to the user using a custom keyboard. (Using ReplyKeyboardMarkup())
*After the user selects "Enter... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573532",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Creating a function to apply to every row of several different DFs in r I have a bunch of gigantic data frames that look something like:
a b c d e f g
--------------
1| 4 3 6 3 7 3 7
2| 4 6 2 5 6 2 1
3| 3 6 2 6 8 1 5
I need a function that I can apply to every df but making a rowsum function requires you to i... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573533",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Specific Scrolling behaviour of a div Did anyone noticed the scrolling behaviour of twitter website,
in this website the rightmost div stop scrolling , when it's over but the middle one continues scrolling , i want this behaviour on my website but not been able to do so please hel!! here is my starting code
.pa... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573534",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Overriding Symfony Error page in dev mode I'm working on a Symfony Bundle in order to add an AI recommandation when an Exception occurs, in the debug page (dev. mode).
To do that, I have followed the Symfony Documentation and created a custom controller to handle Exception.
This is a working example of the result :
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573535",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: 0xC0000005 when displaying an image from cv2 to QLabel I am trying to open an image and put it in QLabel after some OpenCV operations. Some images are displayed normally, some cause an error. when using imread, all images are displayed correctly.
image = image_orig.copy()
cv2.imshow("img", image)
cv2.waitKey(0)
# ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573536",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: tika.parseToString returns empty string Why the following application won't print the file contents?
package org.example;
import org.apache.tika.Tika;
import java.io.File;
public class TikaFirstTry {
public static void main(String[] args) throws Exception {
Tika tika = new Tika();
for (String ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573537",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to enumerate all logged in user sessions from a launch daemon on macOS? From an interactive user session for a logged in user I can use SessionGetInfo function to obtain the calling process' session ID:
SecuritySessionId sessID;
SessionAttributeBits flags;
if(SessionGetInfo(callerSecuritySession,
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573538",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: I have to refresh the page to see the change in REACTJS I'm working on a simple project receving input and adding the input data to into database.
Here is my code:
const [dataFromDB, setDataFromDB] = useState(null);
const fetchDataFromDB = async () => {
try {
const response = await fetch(url);
co... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573539",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Generating noncrossing partitions in python I want to generate all noncrossing partitions of a set S= [1,2,3,4,...,n], where a noncrossing partition is a partition where there does not exist elements a < b < c < d where a,c are in the same block, and b,d are in the same but different block.
Can somebody help me with... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573540",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Twitter API Error: "Bad Authentication data" when print(data) I'm building a twitterbot but there is a problem when the bot tries to filter data. When I print(data) I get the error "Bad authentication data". I don't know how to fix this. What am I doing wrong?
Here is the code:
# Import all necessary packages
import... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573541",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Why doesn't this merhod works (it's written samly as in book) but it works with full directory? (It is writen with django) def register(request): (This is from the book Erik Metith Crash course, it dosen't work)
"""registrait new user"""
if request.method != 'POST':
#Post empty registration form
form = UserC... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573542",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Same Javascript function doesn't work in other project I'm making a Chrome extension for my own use. This code works perfectly when used in other projects. I need to paste something to my clipboard using the following function:
let btn = document.getElementById('buttonOne')
btn.addEventListener('click', klik)
funct... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573543",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: DJVU file: Parsing XML to djvuxmlparser results in subprocess.CalledProcessError I am trying to execute this example code from Anthon to make all page sizes the same height/width/DPI.
I am running the python code as below on a Lubuntu installed on Oracale VirtualBox machine.
I get the following error for the code li... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573545",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Cross platform time calculation try:
Start = time.clock() # best method to measure time on windows
except:
Start = time.time() # cross platform time
main() # code to measure time of
try:
End = time.clock() # for windows
except:
End = time.time() # cross platform
I am attempting to calc... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573547",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: trying to make program to do distance formula but does not seem to be working import math
x1=float (input('input x1 \n'))
y1=float (input('input y1 \n'))
x2 =float(input('input x2 \n'))
y2=float(input('input y2 \n'))
form=print(math.sqrt(x2-x1)+(y2-y1))
i think the problem is the math.sqrt I've messed around but... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573549",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to install fastapi on an offline computer I am learning python on a computer without internet. I need to install fastapi and uvicorn.
On a computer with internet access, I would just have to type "pip install fastapi" and 'pip install "uvicorn[standard]"'.
But my computer is not connected to the internet.
How do... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573551",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: There is no NA or INF values in my data, but while I run two way ANOVA. It raises an error: ValueError: array must not contain infs or NaNs enter image description here
enter image description here
Hi, while I run Two way ANOVA in python, I have the error as shown in the picture. It seems that there is no NA values ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573552",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Passing Pageable parameter with GET method in Spring Boot Controller I am just trying to pass page and size parameters to the following Controller method, but as far as I see, it does not seem to be possible without POST method.
@GetMapping
ResponseEntity<Page<PostDto>> getPostList(@RequestBody Pageable pageable) {
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573553",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to copy specific columns from a workbook, copy and save it as a new excel file by dialog? I'm trying to build a vba that can ask for the specific workwbook and the columns where I want to copy from, copy and save it as a new excel file by using save dialog box.
I only have the following code to copy the specific... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573557",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Get Value from java script to viewData in layout ViewData value pass dynamically in mean language
ViewData["ame"] ="en-En";
@DbRes.T("Home","Menu",@ViewData["ame"])
Now Culture dynamically pass en-En ,fr-Fr, using Java script
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75573558",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Unable to save animated plots in Python: missing propositional argument 'self' I am writing a Python code in Spyder that produces an animated 2D scatter plot but I encounter a TypeError when I try to save it. I use the following:
matplotlib.animation.Animation('fig.mp4')
where fig.mp4 is an example filename. When I ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573561",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: waiting for JS callbacks to return main thread I am trying to set an authentication and account creation page on my website (nothing too complicated, just getting started with express and SQLite). My issue is that my function to add users (or to connect) has callbacks on the different steps of interaction with the d... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573565",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is there any mistake in my script about solving the Lorentz force eq. effects on Deuteron? Matlab file (1)
this transcript is for calculating numerically the motion of charged
particles (Deuteron).
function dqdt = odefun (t,q)
This is the input function for the ode45 solver.
Input: independent variable t ( time ), 6... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573573",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Conditional statement constant value PYTHON game = input("This is a restaurant game, would you like to continue")
if "game === yes":
("great")
if "game === no":
("aw")
Fav_food = input("What is your favorite food? ")
print("You chose " + Fav_food + " as your food.")
When I ran this no matter whether you pu... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573574",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-7"
} |
Q: Django and Js framework as FrontEnd What is the best way to integrate Django with React or Vue.js Framework?
Using the framework as a template (in the template folder) in Django or creating API and then consume with the framework?
How does Django's integration with Js framework works in the real world projects?
I'm ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573575",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: When configuring JwtBearer or OpenIDConnect, Bearer error="invalid_token", c# .net 7 Could use a hand getting JwtBearer or OpenIdConnect working with a webapi.
Generally when configuring an app I look for OpenIdConnect settings and configure as expected. This works and I've got single signon working with several ap... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573577",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Retrieve logs from Application Insights Using C# .NET Core function I am building an Azure Function application to write and retrieve logs in ApplicationInsights. I can able to write logs using instrumentation key.
But I don't know how to retrieve the logs from Application Insights. I have googled and got some refer... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573578",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Controller Base CRUD method examples in minimal .net 7.0 web api I cannot find the correct syntax for retrieving one model entity via the context e.g.
Yes I know that I should probably be using the extension lambda methods in Program.cs, but I see no reason why we cannot 'mix and match' here! I'm building a restful ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573579",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to disable appending recipes on my recipe in Yocto? I am using Yocto to build my Linux distro, the thing is that I am working on a platform that it should be in editable to the other users/layers following it.
How can I make my recipe final and un editable?
I have tried to make recipe and append recipe and give ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573580",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: EXC_CRASH (SIGTRAP) iOS TestFlight from Unity This crash only occurs when I enter a particular scene on iOS ONLY. It works fine on Windows, macOS, and Android. The scene I am entering is a cutscene scene with a VideoPlayer preparing and then playing a video on a render texture which is displayed full screen.
It's wo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573582",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: eulerAngles and If statements I'm working on a 2D BMX game with flips and spins and I'd like to make it so if the bike lands at the wrong angle it'll crash and restart at the checkpoint. For testing purposes I've tried to make it so the character will restart at the nearest checkpoint when it hits a certain angle.
T... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573583",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to detect objects in Publisher Flux that have a field with duplicate values
*
*UserDetails
@Getter
@Setter
@ToString
public class UserDetails {
private String email;
public UserDetails(String email) {
this.email = email;
}
}
*
*MyClass
@Getter
@Setter
@ToString
public class MyClass {... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573584",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Rainfall contour map in Python using Gaussian Process I'm trying to create a contour map of rainfall in Switzerland.
I got two sets of data
colnames=['id', 'x_coord', 'y_coord', 'rainfall']
X_train = pd.read_csv(
"sic_obs.dat",
header=None,
names=['id', 'x_coord', 'y_coord', 'rainfall']
)
X_all = pd.re... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573586",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Socket Programming from multiple clients to server and server to multiple clients in python I am able to send text files from multiple clients to the server but unable to send a text file from server to multiple clients at once. I anyone can modify the code for the same it will we really helpful. The question is to ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573587",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: React redux get updated array value in component I render one screen (screen A) in react native in which i render a list of items... then i navigate to a different screen (screen B) and update the list of items
when i return back to screen A, i would like the screen to retrieve the new list value and automatically r... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573589",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to manage Spring Boot properties Map with global default value? I'd need to manage in my Springboot application a specific behaviour: I need to be able to activate a feature for some customers only (or disable this feature as well), but having a default global value in case the feature flag is not defined for a ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573593",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: Can I change the target and fuction of a button via script? Im trying to change the gameObject that is on the buttons target via Script.
Can really find some code to edit that inside the button.
I tried to access the button parameters but there is no target parameter.
A: From script it is a little different than y... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573596",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: 3 users login and register firebase realtime database and android studio java Android studio java
Firebase realtime database
[[enter image description here](https://i.stack.imgur.com/3Jk51.jpg)](https://i.stack.imgur.com/VXIvC.jpg)
Aim
Allow different types of Users to sign into their respective interfaces
Descripti... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573598",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Search across relational table with a custom query builder giving null in laravel I have a table purchases and another table purchase_company_details and I want to search for data in get record where either of them have the data. But I am getting null if I give a vary related data to either oi column.
e.g: I am sear... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573601",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Combining Data from Two CosmosDB Containers Using Azure Data Factory I am working on a project where I need to combine data from two different CosmosDB containers and save the result in a third container using Azure Data Factory (ADF). I have two containers, one containing a nested array of products, and another wit... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573602",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |