text
string
meta
dict
Q: Python function won't use opened .txt file but instead uses the name of the file Hi so I'm trying to do a python project for school and it involves me opening a file, using data from that text file then finding the min and max of data in the file ( we have to use custom functions for each one of those). The problem ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588202", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: Is there any way to convert Excel template file to PDF in .NET Application? There are some complex template files in Excel format in the system, which are filled with data through the program. However, what I need is a PDF file. One option is to use a third-party library or component that can perform the conversion....
{ "language": "en", "url": "https://stackoverflow.com/questions/75588203", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Add External DLL Reference To WIX I am having 4 projects. * *Project1 (Depends on Project2 & Project4) *Project2 (Depends on Project4) *Project3 (Shim Project) *Project4 I have Project5.dll which I have to add as reference of Project2. Locally, It's working fine. But whenever I am trying to build/generate Proj...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588205", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Is it possible to set geometric object color and linetype without using Selection? I would like to set all the Curve2D objects in a drawing file color and linetype. I could loop through all of the sheets, get the views, then get the objects. However, the issue is that I cannot use the VisProperties or find something...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588207", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: pywinauto select first item in a custom combobox I am trying to automate a WinForms app using pywinauto. Problem is I have a control of type "DevComponents.DotNetBar.Controls.ComboBoxEx" which looks like a combobox but its editable. At first I am trying to edit the text of the combobox which works fine. Now after so...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588208", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: R pairwise.adonis2 for post hoc test of 2-way PERMANOVA I’m trying to do post-hoc test for two-way permanova using pairwise.adonis2 in R with the following syntax: pairwise.adonis2(community ~ factorA, data = data, strata = “factorB”) But the results only show the overall effect of factorA (with the effect of facto...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588209", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: div with dynamic content is not scrollable I have 3 components. AppointmentsPage, AppointmentsList, and AppointmentCard. I display N number of AppointmentCards in the AppointmentList component, which is rendered on AppointmentsPage. The problem I'm facing is that when the cards in the list start to overflow out of t...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588210", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: UserId is not being tracked properly in GA I am very new to GA tracking. In a project that I am working on, I have implemented user_id tracking using GTM. The configuration looks like this: * *Firstly I create a GA4 configuration tag in GTM with the GA measurement id. It also contains user_id in 'Fields to set', w...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588212", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: R validator package using a list I'm trying to validate a column in a dataset using validate package in R. To validate the column, I'm using a list from a csv that contains different "size" values. library(validate) data(SBS2000) rule <- validator(size %in% read.csv("validationlist.csv")$size) out <- confront(SBS20...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588214", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Dataframe removing "%" from strings in multiple columns I am trying to figure out how to convert multiple columns which are formatted as strings with a "%" sign to float64's. Currently I'm trying the below code but I can't figure out how to apply it to multiple columns and avoid getting an error on the date column w...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588221", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: BLUE DART integration C# GenerateWayBill not working I AM TRYING GenerateWayBill WITH SERVICE REFERENCE OF DEMO API BUT IT IS NOT WORKING. THERE IS SOME ISSUE RELATED TO "ExtensionData" CLICK ON ABOVE. FOR SEE ERROR IMAGE HOW TO SOLVE OBJECT REFERENCE ERROR AND CREATE SUCSSEFULLY GENERATE WAYBILL. I AM TRYING BELOW ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588223", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: how to use periods in URL in a vite/vue generated project? using create-vue, which generates a brand new project (latest versions), which also uses vite instead of webpack, instantly crashes throwing a 404 if you have a dot in the URI. it is not like this with vueCLI webpack. likely a vite bug????
{ "language": "en", "url": "https://stackoverflow.com/questions/75588224", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Material TopBar and Material BottomBar for each screen in react native app I am working on a React Native app and want to incorporate a Bottom Navigation bar to go through certains screens and a Top Navigation Bar to showcase Profile Button and Settings Button. However, I am having issues getting both the navigation...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588225", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Unsupported object type int Error where array is already in float32 I am learning DL. For the following dataset:: spam.csv can be found here::Click here to see. I am trying to implement a simple NN to detect spam email. For the following code:: import pandas as pd import numpy as np import tensorflow as tf from skl...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588226", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Connect to many databases and run sql query using pyodbc - multi threading? I'm trying to connect to many Pervasive databases using pyodbc and then perform a sql query on each database. The current problem Im facing is that this script takes too long to run because its trying to connect and run a sql query 1 at a ti...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588227", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Setting up Python code to send email to multiple recipients based on .csv file using SMTP Basically I want to be able to send an update to multiple email addresses based on criteria met. I want users to be able to update a csv file with new email addresses whenever needed and then the code will end up referencing th...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588229", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: FacebookAdvertiserIDCollectionEnabled warning always FALSE Keep getting WARNING from Facebook Audience Network while doing testing: Warning: The value for FacebookAdvertiserIDCollectionEnabled is currently set to FALSE so you're sending app events without collecting Advertiser ID. This can affect the quality of your...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588230", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How can I access the action parameter passed to onSubmit SwiftUI modifier? SwiftUI provides onSubmit view modifier extension View { public func onSubmit(of triggers: SubmitTriggers = .text, _ action: @escaping (() -> Void)) -> some View } I have my own MyTextField implementation which uses a UITextField under t...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588234", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: How can I print the prediction from my model for an uploaded exemplar? The TensorFlow course I have just completed gives the following example, but I would like to modify this to print the prediction for a categorical (rather than binary) exemplar. Currently my model has three categories: 0 (corresponding to '5'), 1...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588236", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: how secure password rest in laravel? i want make rest password secure in laravel I want to condition that the password is in the past or not if is exist in past not approve can i get this packges in laravel auth or the funcions or class
{ "language": "en", "url": "https://stackoverflow.com/questions/75588238", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-3" }
Q: How to highlight cell values according to a rule in python My routes_dict is as follows(for one routes only). There are total 31 indices for one route {'user1 ': [['244','user1 ','Q1',63.06,62.28,51.23,41.73,43.61,36.8,49.63,51.77,48.49,60.75,51.16,27.92,45.56,59.92,64.99,56.55,51.28,60.07,42.11,41.54,53.84,46.31,54...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588239", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Two-column layout has all contents under one column Can someone help me to move my right column contents to the right, for some reason it’s wrapped under the left column <section class="about" id="about"> <div class="max-width"> <h2 class="title"> About Us</h2> <div class="about-conte...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588240", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to programitically login in linkedin without using api and node packages I am trying to login in the linkedin via code without using any linkedin api using fetch api. In the response I am getting status code 303, empty response body and in the header there is nothing I am not getting where I am making mistake (...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588241", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: VS Code problem with GPG key with Windows 11 I have problems with VS Code and GPG keys for Windows 11. Specifically, I can't use my newly created GPG key inside VS Code. I try figure out myself, but nothing. I am an expert in IT. I have Windows 11 installed with much stuff in there. Maybe someone can help? I've try ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588244", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: How to read images stored in GCS Bucket from Vertex AI Workbench - Jupyter notebook for image processing? I trying deep learning image processing with keras and opencv on vertex ai, I want to read my images dataset stored on google cloud storage bucket, but I'm unable to read it. When I'm specifying the gcs uri path...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588246", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: What are the downsides to relying purely on pyproject.toml? Say you have a Python program that you can successfully package using only pyproject.toml. What are the downsides? Why use setup.py or setup.cfg in this case? A: There is no downside in not having a setup.py. It is just that in some particular cases some e...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588250", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "3" }
Q: How can I retrieve a list of join, leave, and timeout events for a channel when the PubNub presence delta payload size exceeds 32kb? I'm using PubNub presence events to get the presence list for a channel, and I'm using Announce & Interval mode to detect presence changes. However, I've run into a problem where the d...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588251", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "2" }
Q: While Working on JDBC I am stuck at SqlSyntaxErrorExpception at alter query. Can anyone give me suggestion? Actually I am using Alter command by creating an alterTable() function in JDBC and calling that method in main method. The query I am using is "alter table userReg modify column DOB date". //Function public st...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588255", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Unable to connect to the server: x509: certificate signed by unknown authority when i use command kubectl get nodes it says -> Unable to connect to the server: x509: certificate signed by unknown authority. my kubeconfig file is below: click here to view my config file kubectl version is : Flag --short has been depr...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588256", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Twitter Automation - Puppeteer - How can I optimize this loop to check three conditions at each iteration efficiently? I'm trying to grab the Tweets using puppeteer and snscrape. How I want this to function: First, I grab the tweet URLs and username using the snscrape and store them in a JSON file as an array like t...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588257", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to write a custom batched function in pytorch I am trying to create a custom pytorch layer that creates a gaussian heatmap of shape 16,3,224,224 for one video with 16 frames and size 3,224,224 . The function works however it cannot process batched data. For a batch of 10 videos, I am currently using a for loop t...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588260", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: How to modify paramters in controller after declared the parameters i need to call single api while both encrypted request and decrypted request should satisfy...if i enable encrypted request as Y then the encrypted data should pass to the controller..if it is N means direct readable text parameter will be passed as...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588262", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: How to make basic area high Charts responsive? Basic area chart in High Charts is responsive only when the page is not refreshed and as soon the page is refreshed it will not be responsive. enter image description here the is the image of the page responsive with the code enter image description herethis is the imag...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588264", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: PhpSpreadsheet works fine on localhost but not downloading excel file on server, getting some errors I am using this code include 'vendor/autoload.php'; use PhpOffice\PhpSpreadsheet\Spreadsheet; if(isset($_POST["export"])) { $file = new Spreadsheet(); $active_sheet = $file->getActiveSheet(); $active_sh...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588265", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Blazor with longer paths failing to load resources I'm working on a Blazor app with Swagger UI API documentation. I noticed, if I used the wrong path so /api/path_with_typo then it would not load my NotFound page properly, and look all funky (linked resource files, css and js 404 Not Found errors). I thought it was ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588269", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Unable to determine why eigenvalue results are different between Julia and Python for specific case I'm using Julia to do some linear algebra calculations but it gave me negative eigenvalues when I know the matrix is positive definite. I'm fairly new to Julia so is there some reason the Julia code below would have s...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588271", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Is there a way to remove the outline from the Textarea component from MUI/joy (https://mui.com/joy-ui/react-textarea/) I'm having issues on removing the outline from the Textarea component but it does not work This is what it looks like: I tried <Textarea className={style.textarea} sx={{outline:'none', border:'...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588273", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Automatic audio recorder in kotlin android app I made an audio recorder in kotlin android app. So I want my app to start automatically and record for some time (say 30 seconds) and stop the recorder. After some time gap start the recorder again .... and this repeats. I connected this app to firestore on firebase and...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588276", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Import or reference string resources (json file) which is created after metro bundling I have a babel plugin that creates a json file containing some string resources. Now, this file is created during the metro bundling and I want to reference this file later on. I can't use require or import initially as that compl...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588277", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: error while inserting multiple inputs in sql This is the query I used const dbQuery = INSERT INTO tasks (activity,type,participants,price,link,key,accessibility) VALUES ('${activity}','${type}','${participants}','${price}','${link}','${key}','${accessibility}'); This is the error I receive: "You have an error in you...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588278", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: buscar valores recursivamente en un array como obtener de un array todos los valores de path principales y no principales (childrens) de manera recursiva. la manera que lo tengo actualmente no es la mas optima ya que me toca declarar una variable independiete por cada item con childrens: cost dataArray = [ { path...
{ "language": "es", "url": "https://stackoverflow.com/questions/75588280", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: How to remove incorrectly formatted text data in Google Data Studio? I am exstracting Text format data from Firebase and I want to show only correctly formatted data in LookerStudio. Now the text data looks like this, No. Sample_Date 1 AAA 1/2(M) 2 AAA 1/17(T) 3 AAA 12/7(W) 4 AAA M 21/2 5 AAA W 23/2 ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588283", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to login user into an application if he is already logged in into another application with different domain name? I have two applications which has user authentication. Both the applications share the same AWS Cognito User pool. Both of my applications have different domain and even the sub domain is also differ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588284", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: while trying to run optaweb vehicle routing the backend is not running it only loads map but not the city lists it stops there...no more program running.. I tried working on ubuntu 22 and java 11 and above version.I am looking for any solution that helps the program run.
{ "language": "en", "url": "https://stackoverflow.com/questions/75588285", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: What is the best way to pass multiple queries in params from frontend to backend in React Router V6 I am making an job search app with multiple tags to click to filter the job listing using MERN. I am trying to pass multiple query strings to backend and filter the data, but I am not sure how to extract from params a...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588289", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: SSL non-blocking get ignored while the the blocking is working I try to write a server with TLS (SSL) I will accept only one client but I want it to be non Blocking But the moment that I set non-blocking (set-nonbio) configuration in SSL connection my system is ignoring the connection request completely. If I don't ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588291", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: How to move SCNNode within a SCNView using UITapGestureRecognizer? I created a SCNView and want to use a UITapGestureRecognizer to move SCNNode's around the view; however, the code I implemented doesn't seem to be working. The nodes move sometimes, but they never move to the correct spot. Does anyone know what I am ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588294", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: 'Enable' Method In 'com.webos.notification' Not Working In WebOs Library v1.2.4 We are using WebOs library v1.2.4 and we are using the service: com.webos.notification, and we are trying to use the "enable" method. it is returning below error. ERROR : {"returnValue": false, "errorCode": -1, "errorText": "Denied meth...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588296", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Reverse specific position in array You have an array A of size N where all the elements are 0 except a single that is equal to 1 at position P. In one operation you can choose a subarray of A with size K and reverse it. However, there are M forbidden positions in A where one cannot go. You create an integer array ar...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588300", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-4" }
Q: How to override user secrets in Dev The development workflow I have running now is every dev signs into visual studio through my azure tenant, i grant them access to key vault, and they can run dev instantly on the local visual studio right after clone. The problem is, when we go to setup our local database, you can...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588301", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to resolve Airflow apache-airflow-providers-ssh SSH command timed out I recently installed Airflow v2.5.1. I've setup a SSH connection using apache-airflow-providers-ssh in my DAG. The SSH_HOOK works because remote server is successfully called. The problem is Airflow shows the connection times out, therefore...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588306", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Implementation of printf() in C using the write() syscall I am trying to not only return the output to the stdout but also trying to return the size of each data type that would be tested. I am using the write() syscall to write the simple output to the stdout (and yes I am sticking to write() since it is more effic...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588309", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Pass Java map of objects in protobuf I have a service that returns a response that looks like Response -> public int a -> public string b -> public int c -> private Map<String,Map<String,object>> d -> private tables schema -> public getInt(tablename, fieldName) the map represent a collection of tables and columns ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588311", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Proactively send a direct message to each member of a team when the bot is added to a team I want to be able send a message to a each user in a team when my bot is added to the team to inform them of its capabilities and how to use it. I have been reading through the documentation on proactive messaging and have bee...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588318", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How do I write a nested CASE statement that would compare two other nested CASE statements The Goal: To compare my "Status_W1" column with my "Status_Now" column to see if there was a shift in pipeline to higher stages in the sales funnel. I want to document every case where in my "Status_W1" column it says "Not Tri...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588320", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How can I extract columns from a workbook, using OPENPYXL considering only expecifc values in otrher rows I HAVE THIS SITUATION BELOW (FOR EXAMPLE): WORKBOOK CASE I'VE USED THIS CODE TO TRY EXTRACT INFORMATION FROM CELLS IN COLUMNS: A,C,D. BUT ONLY THE ONES THAT HAVE THE VALUE '1' IN 'DEFAULT' (COLUMN B) ROWS COMBIN...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588324", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: JPA Hibernate One-to-One relationship Error I am trying to Implement OneToOne Relationship bw 3 entities but facing this hashcode related error. I have 3 classes in 2 classes i am trying access that one companyaccessright entity. CompanyAccessRights- @Entity @Table(name = "company_access_rights") @Data @EqualsAndHas...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588327", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: ReactJS - when creating one react application as package and installing in another react application, handlers not workings I am trying to add one react project inside another react project. I have created a react application Project-A which I have build and packed using webpack and npm pack command and then I am in...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588331", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: unity - meta quest pro passthrough not workiong In the existing unity program, it was performed using the pass-through of quest. The pass-through was performed well in Unity. When I tried again after 2 weeks, passthrough is not working in Unity. I didn't change anything, I checked the settings again, but the passthr...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588332", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to secure RedisInsight? I have a RedisInsight instance running in my Kubernetes cluster. I exposed it using Kong Ingress. My issue is that when I display it it doesn´t have any mechanismn of authentication. I already set the environemnt variables: RITRUSTEDORIGINS, RIAUTHPROMPT, RIAUTHTIMER. But this doesn´t giv...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588334", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How do I access JSON.stringified data which is sent over AJAX in PHP? I am creating data in JavaScript which I want to send as an object over AJAX and then access its content in PHP. I have tried so many approaches that I found online but none of them seem to give me more than an empty result in PHP. Here is my code...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588336", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to skip iteration function calling and go to next iteration of function calling after time out? I am removing comments headers from java files of a dataset. Some files generates memory errors after taking too long to process. I want to skip this iteration and go to the next iteration to process next file, if the...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588339", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Creating sequelize migation manually I'm new to sequelize and have been using it for months without the sequelize cli. I'm almost ready to launch, but when I realize I can't change the database without a migration, I stack. Please help me. I don't want to reconfigure the database and recreate the model.What if I use...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588342", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: getting [modified] in ios notification when adding image Gettting [modified] instead of image in firebase notification flutter ios. here is the payload- { "title":"hello", "body":"world", "imageUrl":"https://www.royalenfield.com/content/dam/royal-enfield/usa/motorcycles/continental-gt/colours/studio-shot...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588345", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: ValidationError at /order ["“(Decimal('12.00'),)” value must be a decimal number."] i have been stuck on this for quite a while now. I keep getting the validation error. I have no clue how to fix this. any help will be highly appreciated. my Views.py class Order(View): def get(self, requ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588347", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Adding rows to excel workbook with loop or function How can I write a function so that it would calculate the outliers, add the whole row to an excel workbook and colour them red. I have a function for finding outliers: outliers_fun <- function(data){ x <- na.omit(as.numeric(data)) mean <- mean(as.numeric(x), na...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588348", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Execute code after user click on a reaction? (Xenforo) The thing is i'm using a shortener script to short all external links on my forum (Xenforo). <script type="text/javascript"> var app_url = 'https://shrinkearn.com/'; var app_api_token = 'xxxxxxxxx'; var app_advert = 2; var app_exclude_domains...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588353", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Looking for instructions how to run Dapr QuickStart sample locally without Kubernetes I am going through the following Dapr sample: https://github.com/dapr/quickstarts/tree/master/tutorials/hello-kubernetes The sample needs Kubernetes. To my understanding, Dapr can run locally with no need for Kubernetes. Is there a...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588355", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: can we control mat-drawer toggle speed in angular? This is my code. I want to slow the mat-drawer toggle speed. How does it do it? <mat-drawer-container class="example-container" autosize> <mat-drawer #drawer mode="side" *ngIf="fulDeviceList.length !== 0" [position]="isRtl ? ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588357", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to apply TailwindCSS styles dynamically from a CMS? I want to present categories on my article cards with different styles depending on the category itself. The styles are not applied if they come from the CMS, but if I add them statically, they are. Here is my Categories.Astro file: --- const {categories} = Ast...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588359", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: IA Model for physics UAM - Neural network I try to compare the answers for the equation : Vf^2 = Vi^2 + 2ax, and a neural network which predict Vf. My inputs are: Vi, a, x (3 inputs) My output: Vf (1 input). My python code is: import tensorflow as tf import numpy as np MyX = np.array([[5,2,150], [5,4,150], [5,4,250...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588361", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-4" }
Q: Error while running React file , undefined variable error in Saas file I'm trying to run a repo i cloned from github , i have installed all the npm packages but getting the following error Module build failed (from ./node_modules/react-scripts/node_modules/sass-loader/dist/cjs.js): SassError: Undefined variable. ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588365", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: I want to use an ODBC connection to insert multiple rows of data into the Hive table from asp.net C# I wrote the code below for multiple data insertion with 5 columns, but I need it for more than 100 columns with more than 1 million data and fast execution. OdbcCommand cmd = new OdbcCommand(); OdbcDataAdapter odbc =...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588367", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: POST http://localhost:5000/users/ 404 (Not Found) in reactjs nodejs data fetch i'm trying to get the name and email from user request and store the data to my nodejs project but when i click on add user it shows POST http://localhost:5000/users/ 404 (Not Found) . please can anyone tell me how to solve this problem? ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588368", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Android: How do I access variables that were imported from another activity, and initialized in the onCreate function? I did the following to send values of 2 variables from first activity to second activity as shown in the following: String name = ((EditText) findViewById(R.id.goalcountername)).getText().toString(...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588371", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: MySQL, order by multiple columns cause index fail desc table ta, tb: create table ta ( id bigint primary key auto_increment, name varchar(20) default '' ); create table tb ( id bigint primary key auto_increment, aid bigint references ta, home varchar(20) default '', index tb_aid (aid) ); loa...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588373", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: MySQL Treating Varchar in SP as Hexadecimal I have a stored procedure with the following inputs: CREATE PROCEDURE AssignValuePosition ( IN accountId INT, IN valueType VARCHAR(128), IN value VARCHAR(2000) ) If I call the SP like so it fails: call AssignValuePosition( 15, 'URL', 'hyh00x1' ); I found the ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588375", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: SQL Invalid Column Name Issue I am getting an invalid column name error and I can't understand why... SELECT TOP (1000) i.[t207f005_classification_code] ,i.[t207f010_sort_key] ,i.[t207f015_date_effective] ,i.[t207f020_rate] ,i.[t207f025_annual_rate] ,i.[t207f030_rate_high] ,i.[t2...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588377", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Android bundling failed: The package at "..\google-auth-library\..\googleauth.js" attempted to import the Node standard library module "child_process" I'm developing react native project. I'm stuck when i try to use google speech-to-text api as it produces node native module library error. error-screenshot-here I'v...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588378", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: EC2 Instance created but unable to connect using Python3 library boto3 we created an EC2 instance ec2_client = boto3.client("ec2", region_name=region_name) def create_instance(): instances = ec2_client.run_instances( ImageId=ami_id, MinCount=1, MaxCount=1, InstanceType=instance_t...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588379", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Micronaut Data MonogDB Reactive Transactions I am looking for guidance on implementation transactions when using Micronaut Data MongoDB (Reactive) Below I have given code snippets from what I am trying to implement: Data dependencies included: implementation("io.micronaut.data:micronaut-data-mongodb") implementation...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588381", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: How to loop each line one by one in a txt file to display content in webbrowser using javascript after every 5sec So, The thing is i made a code which displays the whole content of the .txt file but i need each line pop up on the web browser stay for 5 sec dissappear and the next line is popped up and this is looped...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588382", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: get runtime memory with Runtime Class IDEA VMoptions: -Xmx100m -Xms100m -XX:+PrintGCDetails -XX:+PrintCommandLineFlags code: public static void main(String[] args) { Runtime rt = Runtime.getRuntime(); System.out.println(rt.maxMemory()); System.out.println(rt.totalMemory()); System...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588384", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "2" }
Q: How to deal with unrecognized user inputs in match/case --Python I'm working on a text-based game in Python and basically it's a series of functions that store match/case statements where the player can type things in to select different choices, which then bring the player to different functions. The problem is tha...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588387", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: I can not post file to graphql on altair resolver, schema, index error in altair I want upload using graphql-upload I try to set header in altair header
{ "language": "en", "url": "https://stackoverflow.com/questions/75588388", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: Subclass column generated from propensity score matching results I did a propensity score matching but the result was composed of different columns. matching <- matchit(score ~ drug_period+first_dose+sex+age, ratio=10, method='nearest', data=data) matched=match.data(matching) I wanted to do 1:10 propensity score ma...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588390", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to do age validation in flutter I have registration form, I want to validate age for 18 year old only allowed. IconButton( icon: Icon( color: Colors.grey[250], Icons.calendar_month_outlined), ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588394", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Unable to Set Data Frame in r, receiving a plus symbol I have successfully assigned data frames many times, however I assume that because this one contains 1000 numbers, it isn't working the same? This is my code >sam2 <-c(14.1,15.2,15.5,14.3,15.9,14,14.5,14.5,15,14,15.5,15.3,15.4,14.5,14.9,14.2,17.6,17.1,15.3,15.3,...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588396", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-4" }
Q: Why can I mark a method from an interface that inherits another interface as private? Afaik, in C#, any implemented method from an interface must be public. interface A { void DoA(); } class B : A { public void DoA() {} } But if you inherit an interface that inherits from another interface, then you can mark the ba...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588397", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "3" }
Q: Selenium script to launch load a url to check if we can get a login page in the existing chrome app (with history of it) on remote linux server Requirement: I have to logged in to a particular website for certain task. Once we login manually, it was kicking me out due to session expiry after certain time. So then, I...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588399", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Cosmos Graph Gremlin API Query to receive Vertex and Edge in same object I'm new to the comunity. I have tried to twist my head around this for months without any result. I have a Cosmos Graph DB (Gremlin API) That contains the following * *#Root1 * * *Child 1.1 * * * * *Child 1.1.1 * * *Child 1....
{ "language": "en", "url": "https://stackoverflow.com/questions/75588402", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: strtok() being called within a while loop, but the results are showing duplicates I'm currently creating a simple shell program that takes in input commands and executes them. I'm on the part where I need to parse through the inputted commands using strtok() but I'm getting duplicates of the first command in my char...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588403", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-3" }
Q: PayPal subscription : Changing next billing date I want to change next billing date of existing subscription i.e. extend it by N days. And I don't want to create new plan for it Is there any way to achieve this? I want to know if it's possible in paypal to change next billing date or not A: Try using the Update Sub...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588405", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: How do resolve: compile is absolete in android studio i need help you with next error: ** Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'. It will be removed in version 5.0 of the Android Gradle plugin.** My graddle is: enter image description here And enter image descriptio...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588406", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Including slider in html page I'm trying to include slider in a html page <!DOCTYPE html> <html> <head> <title>Slider Example</title> <style> .slider-container { position: absolute; top: 50%; right: 0; transform: translateY(-50%); background...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588412", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Is there a Java MTX library for Mediocre's file format? I'm trying to make a mtx to png comverter and I need the original library but it's deleted. Any alternatives and/or remakes ? I tried with the original but it got deleted and doesn't work anymore
{ "language": "en", "url": "https://stackoverflow.com/questions/75588414", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to grep all keywords from array in bash script? I need to find multiple keywords in log file (AND conditions) and followed the recommendations of putting args into array. However, the script throws No such file or directory. To prove my args are in order, I cut and paste the #debug line into cmd and it works. #!...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588420", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: React Native Input Focus Color I created a custom wrapper for my Input and I changed the border color when it's focused. The issue is that the borderColor parameter seems to be different than the color of the border of the focused element (see img). Which style param am I supposed to change if not borderColor? impor...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588421", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Random Display String from a list when clicking ElevatedButton I would like to display a random string when i click the ElevatedButton.However,the same string still display when i click ElevatedButton. The string will be randomly change only when i restart the app. class HomePage extends StatefulWidget { const Hom...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588422", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Accessing the MS Access Built-In Bitmap Images I have a VERY large library of VBA code that is used as a Reference for all of my MS Access projects. I have pretty well finished an ADODB VCR Button class that allows most functions to be controlled by 6 Command Buttons on the form. I would prefer to NOT have the image...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588425", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }