text
string
meta
dict
Q: Read files in pairs in R using regular expression I am trying to list files in pairs in R but my way is a bit messy and I have to provide all the file names manually in pairs. Currently I am doing like this: files <- list( c("postgwas2hmp_Extr_Soil_C_Ratio_top1.txt","manhattan_Extr_Soil_C_Ratio__top1.txt"), c("p...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554896", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "2" }
Q: How can I upload to Matlab a list of .mat files with associated header .hea from a folder to create a dataset? I have to build a GRU-type neural network on this dataset so I have to load them in a format compatible with the arguments required by the gruLayer function. The data is related to ECG records so they may n...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554900", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Uncaught TypeError: Cannot read properties of null (reading 'jquery') How to combine jQuery and JavaScript es6 in same file without error enter image description here Uncaught TypeError: Cannot read properties of null (reading 'jquery') at form.js Uncaught TypeError: Cannot set properties of null(setting '_chart') a...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554903", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Mixed datasource Json Api and WebSocket Api - WebSocket Api dont work I’m having trouble using the WebSocket Api in a mixed feed. Json API works. All found solutions failed What I want to get. I want to send message boards to the dashboard, e.g. 100 messages at a time (e.g. information from a certain period, e.g. fr...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554904", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to display item page in STRAPI v4 with data from side backend I need to display default item page with all default opportunities like read/update. I use custom backend with data, that displayed in content page, so extended find() method works well, but when i go to the item page it keeps loading forever. I think...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554905", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: supabase python - i'm trying to update an entry in a supabase table but postgrest returns 'Failed to parse [("id","Filters.EQ.1")]' as the title says, im using the supabase python library for a small project which requires me to update a table regularly. i've set up this small test to construct an update function. u...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554906", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Extract recurring characters conditional on a binary variable I have a list of url strings and for each url a human coded binary variable indicates whether it is an affiliate url (or not). I want to understand... (1) which combination of characters is recurring/mostly repeated in the affiliate urls, and (2) which co...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554907", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Whisper GPU implementation I am new to whisper. I am trying to run a program of whisper openai using GPU. My system details OS: Ubuntu GPU: Radeon Instinct MI25 MxGPU Since cant use CUDA, is there any other options available ? Thanks in advance
{ "language": "en", "url": "https://stackoverflow.com/questions/75554908", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Bigger indetnation for closing curly brace in anonymous function - autoformatting in VS Code I need to configure autoformatting for PHP for closing curly brace in following case. I want it like this: $grid->addColumnStatus('isXy', 'Is xy') // ... ->onChange[] = static function ($some_arg): vo...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554910", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: peer create channel is not working when docker daemon is using userns-remap option I want to run the docker daemon with user namespace enabled. But, I am getting below error when starting docker daemon with "userns-remap":"default" option in daemon.json file. 2023-02-24 08:05:59.051 UTC [main] InitCmd -> ERRO 001 Ca...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554911", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How can I delete an item from my list if the value is 0 def PurchaseVehicles(Vehicles): # Remove any vehicles from the options where the stock is 0 loop = True while loop == True: DisplayVehicles(Vehicles, True) MenuItems = list() MenuItems.append('Which vehicle would you like to buy?: ') for i in ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554912", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Issue with filtering query between dates I've got a query that as soon as I bring date results back it throws of the results a bit. This is currently for SQL Server, though I think the query should be fairly universal and it will need to be as we are migrating to a different database soon. This is the base of the qu...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554915", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Python3 multiprocessing child processes sometimes stuck in futex_wait_queue_me on first network access I have a master program written in Python3.9 that will eventually load and control modules using multiprocessing. The modules will do some short lived work and terminate. Sometimes, the module will start to run (em...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554916", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: build recursion function to get parent ids in sqlalchemy I have class in sqlalchemy class Topics(db.Model): tablename = 'topics' id = db.Column(db.Integer, primary_key=True, autoincrement=True) name = db.Column(db.String(140)) parent = db.Column(db.Integer, default=0) ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554919", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: K8s bug 2 replicaset being created for every new deployment from github actions I am seeing this bug with EKS managed by Helm, where two replicasets are produced for every new deployment from github actions, with the second replicaset pod being live for 1000 seconds before being terminated. Because we use rolling up...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554920", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Group policy exclude security group I have written a group policy and would like it to apply to the whole Active Directory except for one security group. Unfortunately, the group policy is still applied to all users. I have added the security group in "Advanced" in the delegation and ticked "Deny" in "Apply group po...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554921", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Change certificate and certificate name using Ansible I'm trying to copy (overwrite) a certificate using Ansible. Now that shouldn't be too hard, but after that I want to change the name of the file to the hostname Ansible is connecting to. So lets say Ansible is connecting to the host myserver.datacenter.com which ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554926", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to reassign const variable to true if condition is met in react How can I reassign a const to true if a condition is met in react? It keeps showing an error of 'displayInternalForm' is declared but its value is never read. export async function getStaticProps({ params }) { const displayInternalForm = false; ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554927", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: How to calculate the time complexity for Leetcode's Longest Common Prefix with a solution using Tries I am trying to improve my problem solving skills, and have solved problem #14 in Leetcode "Longest Common Prefix" using the Trie data structure. My solution runs in 106ms and beats 42.91%. However, I am not really s...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554928", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: What is the right way of using the same parameter with two (or more) types in a function? Assume I have the following function. To use fewer parameters, I wish to allow the user of the function to pass either a string or a custom model type MyModel via the model parameter. What's the right way of doing this to avoid...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554931", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-4" }
Q: How dose the record layer name be chosen before ClientHello? What does the record layer name's TLS 1.3 mean ? Why the name's TLS version is different from record header's TLS version ? It doesn't even start the ClientHello negotiation, how to decide the record layer name ? Thanks in advance! I can know the reason a...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554932", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Emojis are not rendering in the terminal when using the logger.info() , logger.warn, etc When using the console.log() the emojis are rendered in the terminal but when using logger.info() , logger.warn() , etc emojis didn't appropriately render. I used Pino-pretty. src/app.js utils/logger.js import express from "expr...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554933", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Encode to Base 64 with utf-8 characterset in linux I am trying to encode the contents of a vql file to base64 with the character set utf-8. Tried base64 file-name but seems the encoded output is different to when i use my java code: String text = new String(Files.readAllBytes(Paths.get("C:\\Documents\\pull.vql")), S...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554935", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: I'am able to build but not run my SwiftUI project on local device I am facing the problem that I can build my project but not running it on my device (iPhone 12 Pro Max). The error: Details Unable to install "VRTwente" Domain: com.apple.dt.MobileDeviceErrorDomain Code: -402620395 User Info: { DVTErrorCreationDa...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554936", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Logged in with sessions PHP In every web application I do in PHP, I use sessions usernam, $_SESSION['username']. And when I go to test, for example, one application and another that I made, and if I log in to one application and switch to another, I'm automatically logged in to the other, because I'm using the same ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554942", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-3" }
Q: How can I delete rows with empty objects in a column? I have a dataframe with a column "A" and the data type of this column is object. I want to remove all rows from the dataframe that have empty cells in the column A. What I have tried so far: df.dropna(axis=1, subset=["A"])
{ "language": "en", "url": "https://stackoverflow.com/questions/75554950", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Spacy - Force POS tag for quoted text I want Spacy to treat quoted text as e.g. a NOUN or PROPN so that it forms a compound with the adjacent word. For example in the following text I want the text "drink me" to be attached to the word "label". Find the bottle which has the label "drink me". I can successfully merg...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554952", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: What user permission is required to publish buildinfo to "artifactory-build-info" repository We are facing some unexpected permission issues with below cases even though proper permission are granted. Current settings For each Applications we have created 1 local repo, 1 virtual repo and which includes the local and...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554953", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: IndexError: list index out of range qui se repete Bonjour, Étant débutante je souhaite connecter et récupérer les données depuis une balance, et les utiliser ; en utilisant une interface TKinter; tout ça en utilisant un Raspberry Pi Quand j'exécute pour la première fois mon programme marche parfaitement, mais quand ...
{ "language": "fr", "url": "https://stackoverflow.com/questions/75554955", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-3" }
Q: Python: Visualize duplicates rows with horizontal lines from Pandas series I would like to accomplish that the following R code does, but using Python. The idea is to visualize as horizontal black lines the duplicated rows in a dataframe. I think I can use the pandas.core.series.Series that gives df.duplicated() (wi...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554956", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Can I make a foreach loop for every object hit by radius other than any object tagged with something? I was making a script with a collider2d in unity to check if the player was nearby so the enemy could move near him once he is detected in the range. This is a part of the code: foreach(Collider2D player in hitPlaye...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554961", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-3" }
Q: Paypal subscription API without user require to register i have been trying for a few days reading and trying different things related to paypal's api. The goal is to implement subscription on a website that i'm developing without the need of the user to register/login to paypal system , only by card and charging th...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554962", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Instantiate an observable in RxJs by providing an async executor I want to do the following but it is not possible because of the types that the Observable constructor expects. const fetchData = async (observer: Observer<ViewState<...>>): Promise<void> => { observer.next(loading()) const response = await ... //...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554964", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Need help adding a header and footer to on every page when I print a long html table I have a view with a long HTML table. When I try to print that view, the table gets divided into several pages. Obviously, the table breaks and continues to next page and so on. I want to be able to add a header and a footer on EACH...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554967", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Duplicate components of the same type in react don't behave as expected I have a sorting component that has its own array. I am passing an array to both components and updating the sorting components with my random array that I passed as props. I am trying to display two sorting components on the same page to allow ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554973", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: R: Index an array dynamically let A be an array, say A <- array(1:9, dim = c(3,3)) and let idx be an index vector, say idx <- c(1,2) Then, A[idx] gives me the first two elements in A, thus, it is different to A[1,2]. How is the syntax for getting A[1,2] using the variable idx? I tried a manual computation, i.e. A[...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554974", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: cert-manager created resources with my Ingress' namespace but certificate request is not in ready status (I deployed a k3s cluster on my Raspberry PI. In the case of my question, I would say it is the same as using k8s. Nothing k3s specific.) I would like to use this cert-manager for TLS traffic in my cluster. So, I...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554975", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Why this error pops up when running a docker-compose service of postgresql? When I try running my docker compose application and specifically my postgresql service it gives me this error: "psql: error: connection to server on socket "/var/run/postgresql/.s.PGSQL.5432" failed: No such file or directory. Is the server...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554976", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Add apex SQL Server with replace I need to add an apex in a specific point of a formula in SQL Server, in a lot of rows. Can I do this with a script? I tried but SQL doesn't understand apex "like a string" CAMPO XYZ: X NOT IN (SELECT A FROM #ABC# WHERE APPLE = 'NO') AND ISNULL(ISNULL(SUNNY,'),'NO') <> 'YES' AND (V...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554979", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: When I going to deploy my react native expo app. I get this error error : [stderr] > 29 | import awsconfig from '../../src/aws-exports'; please help me I used aws for upl;oad my images . this is the expo site this error
{ "language": "en", "url": "https://stackoverflow.com/questions/75554981", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Can there be 2 Debezium connector running in one Kafka cluster? From Debezium official page, there's this picture showing that multiple Debezium connector can connect to the same Kafka. So I have 2 databases, 2 Debeziums, 1 Kafka running in docker-compose, but it seems like only 1 debezium sent update to kafka (wat...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554982", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: addthis widget for print page is not working for the first page load I am using addthis widget from addthis.com. I am using a script tag inside head tag: <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=your_pubid" async="async" >...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554983", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: i run partial least square regression in r the end of analysis i want to extract the component (latent variables) variable for the interpetation how to interpret the result in partial least squares regression and principal component regression. At the end of the analysis, I run partial least squares regression to ex...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554985", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Flask cannot be accessed externally external in GCP while firewall has already been configured i tried to run a Flask app using GCP. It seems to work correctly using local access, but it cant be accessed externally. to run flask, i'm using run method. Following line is the snippet of the the flask code: if __name__ ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554986", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Replacing NULL values from Googlesheet in R I'm importing a googlesheet into R using #install.packages("googlesheets4") library(googlesheets4) df<-read_sheet("https://docs.google.com/spreadsheets/d/1f29HJXZAIiWOOkOQd1RYrgCyJY633Njip0nUg8DXLN8/edit#gid=0") The above links to a sheet with a couple of rows for illust...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554989", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: how to remove key value pair in dictionary based on condition python I have a dictionary like { 'timestamp': 1677231711722, 'instrument_name': 'BTC-30JUN23-8000-P', 'index_price': 23845.81, 'direction': 'buy', 'amount': 27.0}, { 'timestamp': 1677231711722, 'instrument_name': 'BTC-30J...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554990", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Hi I am new to flutter and I wanted to implement this design where the tick icon is displayed when a button is selected from group of buttons I have been working with radio button ; don't seem to figure out how to make the icon appear and disappear up on selection. A: You might want to look at Widgets like Chip an...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554991", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Openshift abort PVC deletion stuck in terminating We deleted by mistake a PVC in OCP4. Luckly there is a finzlizer which is preventing it to be deleted. The question is: how can we abort the termination and so the PVC status is back to ready/ok?
{ "language": "en", "url": "https://stackoverflow.com/questions/75554992", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Benefits to use both suspend and startTransition in React The article provides some examples with Suspense and startTransition in React. However, the behavior looks the same without Suspense. For example, if I comment out Suspense, it looks like its working the same way as with Suspense App.js in Code Sandbox. Also,...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554994", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Getting new values over the months Month Suppliers Jan 2022 A,B,C Feb 2022 A,B,C,D Mar 2022 A,C,D,E Apr 2022 B,E,F,G,H May 2022 A,B,G,H,I,J,K Jun 2022 A,C,D,E,F,H,I,J,K Jul 2022 A,B,D,E,H,I,J,K Aug 2022 B,C,F,J,K,L,M Sep 2022 B,C,F,J,K,L,M,N Oct 2022 A,C,F,G,K,L,M,N Nov 2022 A,C,F,G,K,L,M...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554996", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: SQL alcehmy adding JSON date data to table - using strptime. Input to datetime.strptime not defined import sqlalchemy as sa import sqlite3 from data_model import tables from sqlalchemy.orm import Session from datetime import datetime db_connection = 'sqlite:///priceData.db' engine = sa.create_engine(db_connection,...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554997", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: zoomToElement doesnt work correctly using react-zoom-pan-pinch Please see this sandbox I have an SVG canvas with 4 circles drawn on it. I also have 4 buttons that on click should zoom into the respective circles. At the moment all buttons will only zoom to element1. I have looked through the issues on their Github r...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554998", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Updating Angular, Error with my dynamically created components. "error NG1010: template must be a string Value is a reference to '" I've taken over an old Angular project at my work and I'm tasked with upgrading it from version 6 to 14. I've gone one version at a time as recommended by the Angular Update Guide. But ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554999", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "2" }
Q: How to search in deep nested array? I am trying to filter/search in a deeply nested array of subarrays In order to explain my problem it is better to show the array structure first. const arr = [ [ { title: "title 1", city: [ { "0": "London" }, { "1": "LA...
{ "language": "en", "url": "https://stackoverflow.com/questions/75555000", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Downgrade cmake to 3.24.0 for cli on MacOS First of all my motivation: I want to downgrade cmake on my M1 Mac because there are several build issues building openCV for iOS on MacOS for crosscompiling with the most recent cmake version. Because it seems that cmake 3.24.0 fixes the problem, I uninstalled my cmake ver...
{ "language": "en", "url": "https://stackoverflow.com/questions/75555005", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: ML5.js wrong predict for a basic linear regression I am a beginner at the neural network. Trying to recreate some basic predict for the formula y = 2x-1 from the tensorflow.js tutorial using ml5.js but something is getting wrong. Here is my code: const model = ml5.neuralNetwork({ task: 'regression', inputs:...
{ "language": "en", "url": "https://stackoverflow.com/questions/75555007", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How can I tell if MAGE algorithm will run on single core or will it use multiple cores? I'm looking at the MAGE Spellbook that lists available modules and graph algorithms. I want to use the best performant algorithms so I'm trying to chose the ones that have multicore capabilities. How can I tell if specific algori...
{ "language": "en", "url": "https://stackoverflow.com/questions/75555011", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Powerautomate get file extension I am trying to get file extensions from Onedrive but get an error Here is what I have setup. Current Setup Error Anyone know what I'm doing wrong? thank you images attached showing setup and current error A: You are referring to the trigger action. However, in this instance you ca...
{ "language": "en", "url": "https://stackoverflow.com/questions/75555013", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How do I include a database in an EXE program I work on VS2012 and need to export the projact as .exe program including databaseb i made it, How I can do it I tryed to but the database in (bin) folder but didn't work
{ "language": "en", "url": "https://stackoverflow.com/questions/75555014", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Application not opening in the mobile device I converted a python file to apk file from google collaborator. I downloaded the file and transferred it into my mobile device but the application isn't opening in the mobile (Android device). It has downloaded but I am not able to open it I tried uninstalling the apk and...
{ "language": "en", "url": "https://stackoverflow.com/questions/75555017", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Filter a dictionary with keys coming from a list in Ansible I have a dictionary named "libraries" and I want to loop on the items in the dictionary using a list of keys as a filter. I don't want to loop on all the items on the dictionary. I want to loop on the items which key matches with a list of predefined keys. ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75555018", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Issue with the page size with jspdf in react I have to do an export pdf with jspdf and i have an issue with the size, i use also hmtl2canva to put my html in the page. The issue is when i put a fixed size my of a 96dpi pdf so 1123*794 it's good when i have a 100% zoom on the page it looks good but when i change the ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75555020", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: C# Create Web API & Add API Key Authentication I am trying to add API Key authentication to the Web API I am building however when I test it on Postman, it doesn't seem to be picking up the authentication requirement. I am using an Attribute called 'APIKeyAuthAttribute' like so; [AttributeUsage(validOn: Attribut...
{ "language": "en", "url": "https://stackoverflow.com/questions/75555025", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Automating the updates of Java or Spring Boot repos to prevent technical debt In my company we have the problem of a lot of projects using outdated versions of Spring Boot. We have Jenkins which has Prisma Cloud and Fortify steps. Many of the projects come afoul of the security scans and register critical and high v...
{ "language": "en", "url": "https://stackoverflow.com/questions/75555027", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Installing r-text in R gives error Failed to build tokenizers on MAC M1 and M2 chip When running: textrpp_install() this error is thrown: Failed to build tokenizers ERROR: Could not build wheels for tokenizers, which is required to install pyproject.toml-based projects A: I solved it by opening the terminal in MA...
{ "language": "en", "url": "https://stackoverflow.com/questions/75555028", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Python - Comparing items in a data set I have multiple objects, two below as an example, I should mention that the software I am working on has it's own language which is based on Python, these data are extracted from there: Custom(**amount_withdrawn=Currency('GBP', 500)**,withdrawal_date=20200211,reason=19,withdraw...
{ "language": "en", "url": "https://stackoverflow.com/questions/75555031", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Does AWS charge for EMR while cluster is in starting or bootstrapping state? I'm thinking about the scenario where you'd have multiple batch jobs running multiple times per day when you often create or destroy EMR clusters. Would you be charged for times when an EMR cluster is just starting or bootstrapping, and whe...
{ "language": "en", "url": "https://stackoverflow.com/questions/75555034", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Only allow one property to have a given value if another property has another given value I want to do something fairly simple. I've browsed through the questions already asked here but couldn't find an answer to my specific issue. I've played around with excludes and allowed and dependencies, to no avail. Can someo...
{ "language": "en", "url": "https://stackoverflow.com/questions/75555037", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: I cant get my 12c enabled lcd screen to work I'm trying to use an LCD screen to display text and its not working I dont really know what im doing so i've copy pasted some code from someone else and I dont know what im doing wrong #include <Wire.h> #include <LiquidCrystal_I2C.h> LiquidCrystal_I2C lcd(0x3F,20,4); ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75555040", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-3" }
Q: Can dictionaries be used for multi dimensional clustering? Preparing for my first big project in Python. For this project I have historic data in the form of a multidimensional input (engine ('E') features) and one output vector (price). I want to compare new orders to all existing orders and forecast a price. Wheth...
{ "language": "en", "url": "https://stackoverflow.com/questions/75555041", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to make migration for defined proto schema? I have defined a proto with an array(repeated) and redefine it later to a map after some years. How to migrate the jsons written with previous defined proto format to the new redefined format? PS : I don't want the users to manually change it Example : The following is...
{ "language": "en", "url": "https://stackoverflow.com/questions/75555043", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Extract number data from array in SQL I'm trying to extract a number from array. This is how the data in productop column looks like "request":[{"attributename":"quantity","attributevalue":"36"}] I tried select * from product where productop.request.attributevalue >= 250; However I'm getting an error saying Erro...
{ "language": "en", "url": "https://stackoverflow.com/questions/75555045", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to concatenate multiple columns into one on Azure Synapse I'm trying do concat on some columns using WHEN condition on Azure Synapse Serverless, but there is a problem that in this new column it shows me every time only one column and the concat function doesn't work. Here is the code: SELECT Categorie, Par...
{ "language": "en", "url": "https://stackoverflow.com/questions/75555046", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: fetching from localhost api in react I created an api with spring boot and it's running on http://localhost:8080 but when trying to fetch data from it in react (running on localhost:5173) I'm getting this error : "localhost/:1 Access to fetch at 'http://localhost:8080/api/songs' from origin 'http://localhost:5173' h...
{ "language": "en", "url": "https://stackoverflow.com/questions/75555057", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Hey, i try to change to toast postion but it doesnt work, idk waht do to this si the code Toast t = Toast.makeText(getApplicationContext(),"omg",Toast.LENGTH_LONG); t.setGravity(TOP,90,10); t.show();e
{ "language": "en", "url": "https://stackoverflow.com/questions/75555059", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: Make clang-format do not pack list initialization I am trying to configure clang-format. Currently my .clang-format file looks like: Language: Cpp IndentWidth: 4 I have unformatted map declaration: map<string, unsigned> register_dictionary = { {"r0", 0}, {"r1", 1}, {"r2", 2}, {"r3", 3}, {"r4"...
{ "language": "en", "url": "https://stackoverflow.com/questions/75555060", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: How do I pass the base flag to npm in bash when running build in vite? I have an app in Vue and Vite. I made a bash script. APP_BASE_URL='/awesome-base/'; BUILD_SCRIPT_NAME='build'; npm run "$BUILD_SCRIPT_NAME" "-- --base $APP_BASE_URL"; But the flag is not getting where it should be. I checked the collected files...
{ "language": "en", "url": "https://stackoverflow.com/questions/75555062", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: 'https:' is not recognized as an internal or external command, operable program or batch file C:\Users\Pramod>https://github.com/grafana/agent/releases/latest/download/grafana-agent-installer.exe 'https:' is not recognized as an internal or external command, operable program or batch file. I am not able to run this ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75555063", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Copying a Phrase List from an App on Iphone Ihave an application on my iphone listing Russian Phrases. It is quite hard for me to write them down one by one. Is there a way to copy the whole list to word or extract the list as a pdf file? Thanx in advance I contacted the app programmer and requsted the list bu he wo...
{ "language": "en", "url": "https://stackoverflow.com/questions/75555065", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to handle darkmode with Tailwind AND Mantine I'm building a React / Redux app combined with some styling libraries. By looking at the documentation of both Mantine and TailwindCSS, I found pages treating about how to make darkmode / lightmode work in the app for each of them. As I understand, Tailwind will use a...
{ "language": "en", "url": "https://stackoverflow.com/questions/75555068", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Validate JWT with public key with ECDSASHA384 algorithm in iOS I'm having trouble to validate JWT with EC algorithm in iOS. I have generated JWT and public key from jwt.io using the ES384 algorithm and I have the following validator: let jwtToken = "eyJhbGciOiJFUzM4NCIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwib...
{ "language": "en", "url": "https://stackoverflow.com/questions/75555070", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Spring boot error when I use repository with h2 database org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'studentController': Unsatisfied dependency expressed through field 'studentService': Error creating bean with name 'studentService': Unsatisfied dependency express...
{ "language": "en", "url": "https://stackoverflow.com/questions/75555071", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: React Native [error Failed to run jetifier.] When I try to run the release APK in the emulator with this cmd : npx react-native run-android --variant=release It gives me error like this : info Running jetifier to migrate libraries to AndroidX. You can disable it using "--no-jetifier" flag. node:internal/fs/utils:348...
{ "language": "en", "url": "https://stackoverflow.com/questions/75555074", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Is there a Gitlab API Call for "Tests Tab" under Pipeline? I need to get the content of the tests tab, but I didn't find one for that. Unfortunatelythe response of /gitlab/api/v4/projects/{projectId}/pipelines/{pipelineId} doesn't return the tests tab A: Without being the tests tab, check if the data returned by th...
{ "language": "en", "url": "https://stackoverflow.com/questions/75555080", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Custom hostname for Cloudflare for SaaS gives Cloudflare 522 error Background I've built a Rails app on Heroku where I allow teams to set up a customer portal where their customers can login to interact with them. By default the team set up a subdomain, for example subdomain.saastool.com, and this is where their cus...
{ "language": "en", "url": "https://stackoverflow.com/questions/75555084", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Create RobotFramework Keyword in Python for ChromeDriver I'm trying to create a keyword that can get URL during my testcase from the chromedriver. I want do this because in a specific page i need to be logged and i cannot just do a lxml that get url. So how can i create a keyword that interact with the current page ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75555085", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Validate wss connection with SAN certificate on offline machine I know that a SAN certificate can validate multiple IP addresses. But is it possible for a local IP address, like 10.42.0.x? I have a server inside an offline machine (typically a Raspberry Pi, but it can be another board) that I reach via a WSS connect...
{ "language": "en", "url": "https://stackoverflow.com/questions/75555086", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: In OCI howto view tracefiles with "Scheduler Errors", "ORA-00060: Global Enqueue Services Deadlock detected", Working with OCI and get next info: SELECT * FROM (SELECT ORIGINATING_TIMESTAMP, CON_ID, PROCESS_ID, MESSAGE_TEXT, MESSAGE_ARGUMENTS FROM V$DIAG_ALERT_EXT WHERE ORIGINATING_TIMESTAMP > SYSDATE - 1 ORDER BY O...
{ "language": "en", "url": "https://stackoverflow.com/questions/75555087", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Responsive html background splits the screen in certain proportion I want to set this background to my html webpage. This background splits the screen in two colors with one line that goes from upper right corner to one point of the horizontal bottom line. It does not split it from corner to corner. The thing is tha...
{ "language": "en", "url": "https://stackoverflow.com/questions/75555093", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Substituting the derivative of a term into an expression containing higher derivatives I am trying to substitute the first order derivative of a term into an expression that contains higher order derivatives and am not getting the desired behavior. A minimal example: declare([w0], constant); depends(P0, [T0, T1]); O...
{ "language": "en", "url": "https://stackoverflow.com/questions/75555094", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Why Flutter entry-point function must write in main.dart file? When I start a Flutter page in iOS project. The entry-point function is defined in main.dart file. It works well. If The entry-point function is defined in other file, the page can't be loaded. The function likes below: @pragma('vm:entry-point') void jum...
{ "language": "en", "url": "https://stackoverflow.com/questions/75555095", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to correctly calculate the length of the text, taking into account hyphens and tabs js? I have the following piece of text, which is perceived by notepad and the back end as 1026 characters long text (because it has a hyphen in it). But the javascript length property defines it as text 1024 characters long, whic...
{ "language": "en", "url": "https://stackoverflow.com/questions/75555099", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Python Script uses different IP address than postman on same machine I am using an API Request in a python script that makes requests against an API that needs IP whitelisting. Naturally I'am getting the error IP not allowed when executing a request against this API. But after IP whitelisting my laptops IP address I...
{ "language": "en", "url": "https://stackoverflow.com/questions/75555100", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to align text in Slate.js and React? I'm building a rich text editor using React and Slate.js, and I'm trying to implement alignment functionality. However, the alignment buttons I've created don't seem to be working, and I'm not sure why. The console.log statements I've added show that the alignment functions a...
{ "language": "en", "url": "https://stackoverflow.com/questions/75555101", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Using DKIM records in Wordpress PHPMailer in a way that it survives an WP update Has someone found a solution for using the DKIM option in PHPMailer to send emails DKIM signed without editing wp-core files? The PHPMailer has public properties that start with $DKIM_ that can be used to send messages DKIM-signed. I kn...
{ "language": "en", "url": "https://stackoverflow.com/questions/75555106", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Toggle the components in React I am new to React typescript. I have a little issue with 'selecting all' function in the parent component ParentComponent.tsx ListOfItems.map(x => {<MyItem key={x.Id} updateComponent={(ModifiedItem) => update(ModifiedItem)}/>} In MyItem.tsx, there is button to fire updateComponent r...
{ "language": "en", "url": "https://stackoverflow.com/questions/75555112", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: SEO problem in frontend with multiple anchor tags inside owl-carousel I have this code which is rendering multiple anchor tags with each slide which is not good SEO. What I want is only one anchor at any position in this div, i.e div should be clickable to go to details page but only one. I should be able to scroll ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75555113", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: How to report all thrown errors/exceptions of a certain class? I have a specific type of errors, which I always want to report with a track system, such as Sentry, or AppInsight. So I created a class inherited from Error, and now I want to call a function every time this error is thrown. I don't want to do it manual...
{ "language": "en", "url": "https://stackoverflow.com/questions/75555114", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How can i create a stop button to stop my running python code Problem - I have a Python function that reads values from an Excel sheet, performs some calculations, and writes back the data to the Excel sheet. Let's say this entire function takes 1 minute to complete. Now, I have converted my Python file to an .exe f...
{ "language": "en", "url": "https://stackoverflow.com/questions/75555116", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: SIEBEL CRM Column ID Currently I am using this approach to get the column ID whenever user drilldowns from a column, capture drilldown column ID. The approach works well with every other applets, but 1. The ID after the substring keeps changing each time I run web client. 1 time its 's_1_2_47' another time it's '2_2...
{ "language": "en", "url": "https://stackoverflow.com/questions/75555117", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }