text string | meta dict |
|---|---|
Q: Is it possible to compare specific parts of 2 images or textures in unity? As the title says I am interested if this is even possible. I did some research and if I understand it correctly you can compere 2 images but not sure about specific parts of the images. I guess it would make sense you could compare specific ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613629",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Ansible. How to save result of find of finder path I try to replace the word in /some_dir/*some_patterns*/*.file .
I have an ERROR when read a rsl2. It because the rsl2 has other structure of the rsl.
- name: "find folder with some_patterns in some_dir"
find:
paths: /some_dir
patterns: "*some_patterns*"
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613630",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Trying to ssh to my server from the terminal ends with error: line X Bad configuration option: usekeychain I want to connect to my server with OSX from the terminal, but I am getting this error:
me@My-Mac .ssh % ssh -v root@{my_ip_address}
OpenSSH_9.1p1, OpenSSL 1.1.1s 1 Nov 2022
debug1: Reading configuration data ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613632",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Error fetching Kubernetes resources quantities must match the regular expression '^([+-]?[0-9.]+)([eEinumkKMGTP]*[-+]?[0-9]*)$ I have this deployement.yaml file :
kind: "Template"
apiVersion: "v1"
metadata:
name: "deploymentConfig-gui-template-${Platform}"
annotations:
description: "Template for gui deployme... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613634",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Scraping Reddit (subreddit 'bitcoin') with PMAW, encountering duplicates every 100 data I'm writing a master's thesis on sentiment analysis, and I am currently using this python script for scraping the subreddit 'Bitcoin'.
import pandas as pd
from pmaw import PushshiftAPI
api = PushshiftAPI()
import datetime as dt
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613635",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Output parameters for user-assigned-identity in bicep? I'm trying to retrieve the Client ID of a Managed Identity created with Azure Bicep. But the documentation doesn't give any information about the output parameters. Am I missing something? How can I retrieve the client id after defining the Managed Identity in b... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613636",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: i have a slider in flutter and i want to write a function for users to select ratings from 1 to 5 i want users to user the slider bar to select between 1 to 5 to give feedback but by default the slider is set to 1.i want to create a function for users to be sure of their feedback before they submit.
is there a funct... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613639",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Nuxt-image IPX not finding pictures in production with SSR (deployed on Google App Engine) I'm running into an issue with Nuxt-image plugin on its latest version v0.7.1 : in production, images are not loading via nuxt-image and the default IPX provider.
I struggle to understand if this is this a configuration error,... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613641",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Angular Template variable not working in Forms I am trying to learn angular forms but the ngSumbit doesnt work I tried to attach a debugger to the method but it still doesnt go to the method
Had searched stackoverflow regarding this ,tried to keep button as sumbit yet its not working
html
<div class="row">
<div cl... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613642",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: VBA Outlook clear email body except I have a macro that saves the email as a pdf and then creates a new mail by attaching this file.
Before saving this email, I need to remove some of the content from email body. I have to leave only the table.
Sub SaveMessageAsPDF()
Dim Selection As Selection
Dim obj As Object
Di... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613644",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: HTTPS is not working in JBoss EAP 7.1 for a specific app when picketlink is enabled for SAML authentication I have configured HTTPS in JBoss EAP 7.2 and it works as expected. But the problem comes when I deploy my application where picketlink is enabled to do SAML authentication with OKTA IDP, I am not able to acces... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613645",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: adding labels inside seaborn barplot I am having trouble finding a way to add some names inside my barplot chart.
this is my plot. the x comes from a dictionnary keys and y is its values (my values are a list of two elements [name , number_injuries]) and I only plot number of injuries her. However I'd like to add th... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613648",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Get vscode side bar back to its default settings After moving explorer section from the side bar and put it down in the panel (problems, output, terminal etc.) I can't access it via ctrl + shift + e key shortcut. Also when I put it back and press the three dots Folders is ticked but disabled. This a screenshot:
Any... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613651",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: OpenAI ChatGPT (gpt-3.5-turbo) API: How to access the message content? When receiving a response from OpenAI's text-davinci-003 model, I was able to extract the text from the response with the following PHP code:
$response = $response->choices[0]->text;
Here was the Da Vinci response code:
{
"id": "cmpl-uqkvlQyYK... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613656",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How Can I use this command line in Ant I need to update my file jar using ant by using this line command : jar -uf sample.jar [path in jar file] target-file
I tried this :
<target name="UpdateJar" depends="Compile">
<exec executable="java path">
<arg value="-uf"/>
<arg value="$Sample.jar"/>
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613657",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Build moving bubble Visual of project list I found this awesome visualisation that Google had for their open source projects:
link
Does any one of you have any idea if there is something similar in a framework? Or how(very roughly) one could build something like this. Or do you have a name for a chart/visual like th... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613658",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: C# / EntityFramwork. Wrong Double-Value when using Include() We are using EntityFramework along with MySQL.
We have now noted that the EMF returns wrong values for a Double-Field, when the entity in question is queried through an Include()- Statement.
Any Ideas on that? I have no clue, if there is any possibility to... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613663",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: Reformat Excel data-frame I managed to get my python script working to scrape data from a website using Playwright.
The website data is in a format not usable to us at the moment. Here is an example of the initial extract:
Name
Group 1
Group 2
Group 3
Group 4
Group 5
Joe Black
A
U
Joe Blue
A
A
Joe ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613664",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Quarkus service using Kafka Streams with GlobalKTable tries to connect to bootstrap servers during test I am using Kafka Streams (Version 3.4.0) within a Quarkus microservice (version 2.14.3).
My streams topology uses GlobalKTable with a statestore to allow all instances of the microservice full access to the states... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613665",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to run my initcontainer AFTER linker-init container is run via linkerd injection I use linkerd for one of our application. I need some pre-check conditions to be done which also checks for linkerd availability and I want to run that init container AFTER linker-init container runs. However, linkerd-init container... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613668",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Passing react elements as props in Astro when using MUI I have been experimenting with to using MUI React components in my Astro project. So far the thing I have tried works great.
I currently try to implement login form and have run into an issue with the element FormControlLabel. FormControlLabel has a mandatory p... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613671",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: check if tree is binary search one with duplicates allowed on the left I have this function to check if a tree is a binary search one, it assumes a binary search doesn't allow duplicates, but what if we want to allow duplicates on the left children, how can we handle this case with this recursive solution:
int is_bs... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613672",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: when update state in cypress Error: Rendered fewer hooks than expected. This may be caused by an accidental early return statement I'm using cypress to testting my React project, when click button state be updated, but i received error:
(uncaught exception)Error: Rendered fewer hooks than expected. This may be cause... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613673",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How am I able to execute a private method in this python code? I created a piece of code and I am curious to know why am I able to execute a private method of a class. The Code is below.
I know that in Python private methods are not really "private" since I can call a private method of class from anywhere in program... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613674",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Xamarin.Forms - How to use one instance of class when using Appshell routing? I am new to Xamarin.Forms and have been following a guide where I use a plugin for video calling.
In the example they are not using AppShell but other type of navigation.
In the iOS project appdelegate.cs they do this:
try {
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613676",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to remove to spacing around text in html? How can I remove top and bottom spaces from text in HTML?
Currently, the only approach I have found online is using the CSS property 'line-height'. In the backend, I am using C# to obtain the font's height through 'GlyphTypeface.CapsHeight' and adjust the CSS 'line-heigh... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613678",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Nuxt stylelint empty line before I'm trying to setup some rules about empty lines before in stylelint in Nuxt but doesn't seems to work as expected, this is the code I'm trying to fix:
.header {
header {
background-color: $color-primary-300;
}
&__inner {
box-shadow: $box-shadow;
}
&__... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613683",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to hide image broken Icon using only CSS/HTML and without using display: none? I can't hide image broken icon. If I display none, it will not display my css.
<img
className="card__image"
src={image ? image : ""}
alt={name || ""}
/>
I want to remove just broken icon without touch... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613684",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Wildfly EAP create variable from variable I have my properties files using as parameter to the jboss-cli.sh
enter code here
OS : Linux
EAP : 7.4
PROTOCOL=http
JBOSS_HOST_IP=n.n.n.n
Port=xxxx
Url=${PROTOCOL}://${JBOSS_HOST_IP}:${Port}/index
but after starting my jboss, the Url is like
Url=${PROTOCOL}://${JBOSS_HOST_... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613688",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Find and replace value in 2 Google Sheets I have two tabs in a google sheets file
TabA pulls data from a database once a day it returns 70k records (so ideally I don't want to run this multiple times in a day
TabB pulls data from the database every hour on a timed trigger and it pulls only records that were updated ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613689",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Automatically cache EFS data on Fargate ephemeral storage Is there a way to cache the data that my Fargate tasks read from EFS on the ephemeral storage to which the Fargate task has access in a way that is transparent to my application ?
The goal is to improve the performance when my application has to read the same... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613690",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Given a Flask app object, how can I obtain the templates folder absolute path? After initializing the app, I would like to determine the absolute path of the 'templates' folder (to read a yaml file located inside it).
app = Flask(__name__)
for example, I'm looking for something like this:
templates_path = app.get_a... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613691",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to call UI-method from other class thread? My UDP-listner class thread works well, but how can I pass the recData string to my UI method UpdateCommand? I used the Dispatcher in UpdateCommand but how do I call the method in ListenForUDPPackages()? I tried several calls but probably I don't see the forrest for the... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613692",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: MySQL: How to convert daily time-series data into Weekly? I have the following data available:
Close
Date
76.46
2022-12-29 05:00:00
79.66
2022-12-30 05:00:00
80.22
2023-01-02 05:00:00
79.94
2023-01-03 05:00:00
78.55
2023-01-04 05:00:00
79.77
2023-01-05 05:00:00
82.31
2023-01-06 05:00:00
84.83
2... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613694",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Is there any MySQL regex pattern which can ignore numbers ie Is there any MySQL regex pattern which can ignore numbers ie.
10, MI ROAD, JAIPUR, 302002
101, MD ROAD, JAIPUR, 302032
180, SIRSI ROAD, JAIPUR, 302012
10, 101, 180, Numbers and can search alphabetically by name
ORDER BY column NOT REGEXP '^[^0-9 ]+$' ASC
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613696",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Getting a syntax error in XAMPP about a file that does not exist I am trying to run the apache web server on XAMPP. I tinkered with the httpd.conf file as I was trying to resolve another problem before this one. I tried restarting my web server but it didn't restart and instead outputted this:
httpd: Syntax error o... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613699",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Extracting rows in an Excel file by colour, specifically no Fill, using Python I have an Excel file which has orange, green and no fill colours assigned which has specific meanings (inside those cells are IDs).
I am trying to extract the column with cells which contain the "no fill" "colour", to compare those ID's t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613700",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Cast to number failed for value "[ { '$ne': null }, { '$gt': 0 } ]" in mongoDB I am fetching record from my db collection parkings. The schema is like this:-
const parkingSchema = new mongoose.Schema({
..................
..................
paidAmount: {
type: Number,
default: null,
},
................ | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613703",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to convert nested for loop to parallel stream or any alternative way to increase the performance in Java Springboot as I have to upload huge data Below is the code in which 2 for loop is used. I don't want to use nested for loop, is there any alternative way to do? Could you please rewrite the code with alternat... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613707",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Is their a way to open Microsoft Edge in C# with the "TopMost" Variable? I made an WPF Application in C# and set the Window-Variable TopMost. Now I can open an Excel-File in Excel-Online in Microsoft Edge. But because I set the Main-Window to TopMost = true, Edge will be open in the Backround and I am unable to look... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613709",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: How to send flash SMS and Overwrite SMS with SMPP We are trying to send the SMS with the 3 options.
*
*Normal SMS
*Overwrite SMS
*Flash SMS
What are the parameters to be sent for Overwrite SMS and Flash SMS(DataEncoding) options. And any SMPP SMS provider we have on the same.
And is DLT registration is mandator... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613713",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Primary Key varchar - no detection of model changes PostgreSql database, Django 4.
I have a problem with detecting data model changes to a migration file. I am trying to add my primary key of type varchar which has format dddddd-ddd in the model. The field definition itself looks like this :
mid = models.CharField(m... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613715",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Can we use apache pdfbox to find any embedded thumbnails within the PDF? How to use apache pdfbox to find any embedded thumbnails within the PDF. Which COSName property is used to check the same. I used CosName.Thumb but that isn't working. Any Help?
A: For each page, do this:
COSStream stream = page.getCOSObject()... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613716",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: RuntimeError: Given groups=1, weight of size [32, 1, 3, 3], expected input[1, 8, 128, 128] to have 1 channels, but got 8 channels instead getting above error after implementing below code ,i have images and corresponding annoation of facial keypoint in text file ,
want to train cnn model in pytorch to detect facial ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613717",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Installing MethylNet into PyCharm I'm trying to install the MethylNet package into PyCharm. After installing R and putting it on the PATH env variable (solving a previous error), I'm getting the output that follows. Sorry if this it's something obvious, but I'm not particularly knowledgeable about installing package... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613718",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: My code below doesn't display the prediction's or the accuracy calculations outputs but it can display X_train, y_train, X_test etc I have a stock dataframe that I want to use to predict future prices #with. I use regression method (SVR).Now I want to print model_score and root_squared_score but nothing comes up aft... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613720",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Show popup activity only once in the app even when user restarts the app Flutter I want to show my popup survey only once in the app lifecycle once the user completes the survey, meaning when the user restarts the app, the popup should not appear again. What happens now is if user restarts the app, the popup still s... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613721",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is it possible to inject code into Gulp SubTasks? I'm currently working on a SPFx project and it's running for the majority through gulp serve.
All fine with that, except that every once in a while, gulp seriously chokes on the webpack subtask.
Normally it finishes in 10 - 15 sec, but when it chokes, it can go for 2... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613722",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to open a specific page of a PDF in Flutter without downloading the entire PDF? I need to display a specific page of a PDF to the user in my Flutter app, without downloading the entire PDF file. I want to avoid downloading the entire file as it may take up unnecessary storage space and slow down the app's perfor... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613726",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to insert a PDF document with a form intact to another PDF Now, I have a PDF file with a form to edit.
I tried to generate a new PDF through PDFLIB, but it lost the form fields.
My pdf file
https://dl-web.dropbox.com/s/m7pzcmvs8wredm8/canEdit.pdf
The official demo code that replaces the pdf link
https://jsfiddle... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613727",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Combine or wrangle columns in R to one column? I have a data frame made up id numbers, whether it is from an old or new system, and then a rule which gives 1 or 0 (I've just made that random for ease).
Is there a way of reformatting this so that I only get the 100 ID numbers in one column, old 1 or 0 in the next col... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613728",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to use custom CSS file with swagger-ui-express in Node JS In our index.js file:
const swaggerUi = require('swagger-ui-express');
...
router.use('/api-docs', swaggerUi.serve);
router.get('/api-docs', swaggerUi.setup(swaggerDocument, { customCssUrl: '/docs.css' }));
In the same top-level directory as our index.js... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613729",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: SQL nested SELECT statements I am trying to select only certain columns from a table but need to read in these columns based on conditions of other columns that I DON'T want to include in the final output - if that makes any sense. I'm sure it's probably pretty simple but can't see what's wrong.
Hopefully my SQL que... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613731",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Can we run the Bias Field Correction method based on GPU? Is it possible to run the CPU-based Bias Field Correction method, which I used in the preprocess phase of my medical brain project, on the GPU? If possible how can I do it? Please don't tell me to install CUDA. I'm consulting here because it's not an easy pro... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613732",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-7"
} |
Q: How to integrate web application firewall on azure app service using Application gateway or Azure Front door?
*
*Which is better way to integrate a web application firewall on app service, Application Gateway or Azure FrontDoor service?
*How to integrate WAF(web application firewall) in existing Azure app servic... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613733",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: CV2+Tesseract ain't accurate reading images for the past days I been working on getting my discord bot to read image sent from users and send the info inside this image as a text in another channel but I'm having 1 issue, I'm using CV2+Tesseract but there are some letters getting skipped and it doesn't seem like its... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613734",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Rclone Cmd "rclone rcd --rc-web-gui" I try to call in c# dotnet framework Application I will try to load Rclone Web GUI in the C# dotnet framework Application front end is Windows / WPF Design.
Rclone Web GUI in the C# dotnet framework Application is possible
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75613736",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Anaconda Navigator Missing Spyder I've just installed anaconda navigator and for some reason it's missing Spyder as well as other applications it it used to have in it's home menu. It's completely missing from the anaconda navigator application.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75613741",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: BehaviorSubject sends old data I have a component and a service:
export class CreateSessionComponent {
constructor(private sessionService: SessionService) {}
public createUserAndSession(): void {
this.sessionService.createSession();
this.sessionService.session$.subscribe({
next: (data) => console... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613746",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: I want to randomise the component displayed on a page in React js i want to build a web page that display each time a todolist from those i have in file Todos and that with a random way . for example show the TodoTeen then TodoFive and for each user will be a different view. My code is on two parts , part one is Tod... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613748",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: SED command for add the content before the xml tag sed -i '/<\/example-tag>/ r data.txt' sample.xml
I can able to add the content from data.txt AFTER the xml tag </example-tag> into the file sample.xml using the above sed command.
I am looking the option how we can add the content BEFORE xml tag </example-tag>
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75613750",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Building React Native iOS app in Azure pipeline gets stuck at “Compiling LaunchScreen.storyboard” Just as the title says, I tried to set up the Azure pipeline that will be used to build my iOS app created with React Native. Installing dependencies, pods, certificates, it all goes well and everything seems to work un... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613751",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: 'The floating point value '5E884898' is out of the range of computer representation (8 bytes).' I am trying to check login details from a database and getting this error. I somewhat understand what it means and am just trying to see if theres anyway around it? I am using sha256 to hash the passwords and then checkin... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613756",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to set page range when using ExportAsFixedFormat in python (win32com) I have an excel workbook which is comprised of multiple sheets and every sheet contains multiple pages. I want to export certain pages to pdf using the funciton ExportAsFixedFormat. According to the documentation on ExportAsFixedFormat there s... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613757",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: React native Text borderTop not showing on IOS devices So I made a Text component in React that should look like a notebook with the blue and red lines. I use borderTopColor: 'blue and borderTopWidth: 2px. This works perfectly fine when testing on web or Android. It doesn't show on IOS. Weird part about it all is if... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613758",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Change (calculated) Colors of Highchart I want to change our website which includes the feature of displaying a Highchart (pie/donut)
Sadly I have to insight about the initial setup and can only work with the code in front of me (enormous file called highchart.js)
It seems like the colors are calculated based on a s... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613759",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to defer wordpress block.json scripts? I'm currently using @wordpress/scripts, but it puts scripts in HEAD section and doesn't defer them, which is often a bad bad thing. I was trying to defer them by doing something like:
// block.json
{
"name": "myproject/counters",
"title": "Counters",
"description": "B... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613760",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: $sum operation on array of objects of different types in MongoDB I have the below schema as the MongoDB document:
{
_id :"1",
"sections" : [{
"order": 1,
"categoryData": {
"department" : {
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613761",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How include variables in SetBody using $_GET in php hi how can i include variables in SetBody using $_GET in php. Now i have:
<?php
$name =$_GET["name"];
echo $name;
$request->setBody('{
"jsonrpc": "2.0",
"method": "host.create",
"params": {
"host": $nam,
"interfaces": [
{
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613762",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to use the dotnet-cli to create a dotnet new console after the reference winform module When I tried the reference winform module while creating a program with the console template using dotnet-cli, I got an error and found that I couldn't introduce it
The nature of C # 8.0
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75613763",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Inserting 0 in a list for a specific condition in Python I have a list J and a numpy array inv_r. I want to obtain a new list inv_r2 based on J as shown below but whenever J[0][0] appears, I want 0 to be inserted. I present the current and expected outputs.
import numpy as np
inv_r2=[]
J=[[0, 2, 0, 6, 7, 9, 10]]
in... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613765",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How do I package/bundle a CodeOSS server build for distribution? How do I package/bundle a CodeOSS server build for distribution?
I can package the Electron app using yarn gulp <target> but is there a similar option for the browser/server version of CodeOSS?
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75613767",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to release memory from multi-threaded script in PowerShell 7.3.3 I wrote a mutli-threaded script in PowerShell 7.3.3 that interacts with Microsoft ExchangeOnline. I use a RunspacePool with the option ReuseThread to connect to ExchangeOnline and reuse the context for working threads.
$outputStream = New-Object -T... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613769",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Blazor Capture Android Keyboard Go key I have a Blazor application and in it a text field for a search.
The Android user can enter a search word using his keyboard, but when he clicks on the "Go" button (magnifying glass), nothing happens. In Google, when the user clicks on "Go", the search starts. I want the same b... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613770",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Leaflet Geoman - How to add custom properties to layer / geojson on Geoman pm:create I need to add a name and ID to the properties of a GeoJSON object when drawing a shape with Leaflet Geoman.
I'm writing the layers to a custom layer group:
map.pm.setGlobalOptions({
layerGroup: stand_geojson_layer
});
I can suc... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613774",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to rename files in all directories in bash? I have a script that rename all the files from .txt to .txt2.
I want to do the same thing but in all the subdirectories.
This is my code.
rename 's/.txt/.txt2' *.txt
A: Like this using Perl's rename:
shopt -s globstar # bash specific, enabled by default in `zsh`
rena... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613777",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: PermissionError: [Errno 1] jupyter notebook by Anaconda My laptop is MacBook M1 and I'm using Anaconda-Navigator to launch Jupyter Notebook. When I first started using it, there was a notification asking me to give permission to the files but I accidentally clicked denied. Now I can't access the file I needed. May I... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613778",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I create an auto coloring algorithm for my game? I'm working on a game where you can draw and color pictures. The coloring part basically works as a 2d-array with quadrants of a picture. These quadrants can be either empty, unvisited or visited. I need an algorithm that would find a path for automatic colorin... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613781",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to sum a region in excel for specific row and column values I want to sum the highlighted regions. That is, a specific range of columns and rows. So for example: The Product 6 in France from week 20233 to 20236.
I want to sum the blue area:
I tried with SUMIFS(OFFSET(MATCH(week))) and I can sum one week (one co... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613783",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Python: Write XML processing instructions To create WIX installers from Python, i need to write include.wxi files with parameters.
They consist of XML processing instructions. It should look like this:
<?xml version="1.0" encoding="utf-8"?>
<Include>
<?define version="3.0.4"?>
<?define Productcode="{D611455A-211... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613786",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How Do I Access Elements in the Shadow DOM using Selenium in python? Sorry for not providing the details, let me provide a detailed info.
Scenario: Intend to click 3-dot option menu, then from the popup sub-menu, select "Export" and select "CSV" in subsequent pop-up sub-menu.
Problem Statement: Noticed the 3-dot is ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613788",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Object type checking in TypeScript I have a variable with two possible types of objects like this:
let A: {firstName: string, lastName: string} | {email: string};
Later I initialize A = {email: "harold@dev.to"} and then I want to check the type of A, like we can check the primitive types for example
if(typeof A ==... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613790",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Multiple enviroments management with liquibase I am (again) considering Liquibase as a tool to adopt to help me and my team with database changes and need some clarification on Liquibases abilities.
To give some context - I worked with another application development (N.B. - for later) team using Liquibase and there... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613792",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Why "go list -m all" returns more modules than those required in go.mod? I have a simple module that requires only one external module, github.com/spf13/viper v1.15.0.
The go.mod file of my module is the following
module github.com/me/mymodule
go 1.20
require github.com/spf13/viper v1.15.0
require (
github.com... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613799",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Loop through range, if name value doesn't appear on another sheet then copy data into third sheet Good morning all
I think i'm missing an obvious step with this one but i cant see it!
I need to loop through a range, check each value within that range in sheet 8 and see if it appears in a Sheet1, if not then copy dat... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613802",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Remove All remember-me cookies related to a user manually terminated Session in Spring boot I developed a web application that uses the persistent token mechanism (through the persistent_logins table) to track users' remember me cookies. Recently I added another feature that users can see all logged-in devices' sess... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613804",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Type hinting to a function witihin another class I got a problem. I got 2 example classes. Both include the same function.
I want to be able to hint to the existence of classA inside of classB but as i cannot inherit it I am unsure where to go with this.
class classA(object):
def print_hello(self):
print... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613805",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: array that needs to have at least one item returns unexpected type for parameter when its an object items.map(item => ...);
// type of items
items: [string, ...string[]] | [number, ...number[]] | [{
name: string;
value: string;
}, ...{
name: string;
value: string;
}[]]
// type of the item parameter... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613809",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to trust link between application session and OIDC refresh token I have a web application that has its own session (sessionid cookie, timing out after 60mins). The user logs in via an OIDC connection and we store the idtoken and accesstoken on the session server-side, the refreshtoken in a cookie. We use "email"... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613811",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Trying to hit port So I'm trying to create a python discord bot on back4app containers, and I have the dockerfile. When I first made my app it said the dockerfile needed to expose top port so I exposed port 443 cause thats what discord uses I think.
Now it says
2023-03-02T09:41:35.105Z # trying to hit the 443 port u... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613813",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Json key format change in laravel I created API like this Json response.
{
"product_category_id": 1,
"branch_id": 1,
"product_category_code": "00184050",
"product_Category_name": "books",
"product_Category_imageURL": "books2.png",
"product_Category_is_active": 1,
"product_Category_created... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613817",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: jq throwing invalid numeric literal I am new to this and unable to debug the issue
echo '[some-text]' | jq '.[] | .'
this is throwing the following error
parse error: Invalid numeric literal at line 1, column 11
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75613818",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: why the article tag can't be the child element of the p tag? I used a css selector to select the first child element.but it cant select the p tag's first element.
here is the CSS code and the HTML code
article:first-child {
color: white;
}
article :first-child {
color: blue;
}
<body>
<h1>Jane Doe</h1>
<di... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613822",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Flask error Could not import "newprojr.newprojr" when trying to migrate/upgrade db I am trying to learn some programming by building a Flask application that uses a Postgres db. I am using Alembic via Flask Migrate to handle DB migrations/upgrades. I did have this working previously and have some migration versions ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613825",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: WordPress Hook for the Scheduled Post? I want to trigger a function after the post is published, updated or Scheduled. I have used the save_post hook which works great with the Post published and update. But not working with the scheduled post.
I have tried some of the WordPress hook but it doesn't work properly.
A... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613826",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: "attempt to compare number with nil" I’m asking for your expertise because I can’t find the solution to my problem.
My problem is in the title, it is the error code that I have in return when I try running the program. The lines concerned are 152 and logically, 166.
Depending on whether I am ascending or descandant,... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613832",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Python: Reading 7zipfile without extracting it I have a zip directory similar to this one:
folder_to_zip
- file_1.csv
- folder_1.zip
1. file_2.csv
2. file_3.csv
3. folder_2.zip
**.**file_4.csv
**.**file_5.csv
**.** file_6.csv
-file_7.csv
and I ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613834",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Unicode superscripts 1-3 looks different from 4 to 9 and 0 What is the reason that in some fonts Unicode superscripts 4-9 and 0 looks different from 1-3? Helvetica Neue and Monaco:
Image 1: Helvetica Neue and Monaco test
This potentially may be because they appear in different Unicode ranges...
Image 2: table 1 from... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613837",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Javafx TableView's Columns default data type set as > I have a TableView Tab which has a TableColumn col in it. When I want to get all the columns present in Tab, I get Column's data type as ?/CAP#1. Instead I want it to be String.
var Tab=new TableView<ObservableList<String>>();
var col=new TableColumn<ObservableLi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613838",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: https in react native I am trying to add an https agent in the axios. But whenever I tried to run the code I got the error https not found. I've installed it using yarn add https as well but still the problem is the same.
import {Agent} from 'https';
const agent = new Agent({
rejectUnauthorized: true,
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75613840",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |