text string | meta dict |
|---|---|
Q: Plot the image knowing the x and y coordinates I have some medical images with lesions identified by dot points over the images. However, for some other images, I have only the lesion's coordinates in the text files. Is there any way to map these coordinates and overlay them in the image?
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75592726",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: I have made a real-time chat application and the front is implmented in react .i need to show the updated data when i manually add data into database I have implemented a realtime chat application using django and react. When i send message it stores in db and displays on the frontend but when i mually add data into... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592727",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: RET x versus ADD RSP, x in x86-64 assembly I am writing a program in MASM64.
I use WinAPI a lot.
I don't use the push and pop instructions, I use mov [rsp + x] instead.
I don't use local variables.
I don't use prolog/epilog.
I don't use RBP at all.
I do use sub rsp, x to preserve a shadow space and keep the stack 16... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592728",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: why is the dice function from torchvision not giving the correct result? I am getting a different result from torchvisions dice function, than what I would expect. I am sure there is a very simple explanation for this, but I can't figure it out.
import torch
from torchmetrics.functional import dice
preds = torch.Ten... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592732",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Jmeter script for the AD authentication Hi Could anybody share the azure b2c authentication with Jmeter script ? if anybody got this script please send this on email :-akshayvyas098@gmail.com
Hi Could anybody share the azure b2c authentication with Jmeter script
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75592733",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Github Pages - Failed to load resource: the server responded with a status of 404 () I'm trying to have my "font-awesome" icons showing on my Github Pages, but as you can see it does not work.
Here is the
ERRORS I GOT
Here is the Github repo :
MY REPO
Here is the Github Page :
MY GH PAGE
I added my "node-modules" di... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592734",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: An error occurs if AdvanceTo() is used when PipeReader processes chunks I wrote a simple write/read example using System.IO.Pipelines.Pipe. Here is the complete code that can be run without error in a .NET7.0 console program.
using System.Buffers;
using System.IO.Pipelines;
using System.Text;
public class Program
{... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592737",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Excel function that return the nearest element distance from a given table Assuming I have an excel table with the following columns: element_name, x, y
I would like to define a function, (maybe recursive or an excel lambda function but not a VB macro) that will return the value of the nearest element distance refer... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592740",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Big database performance improvement: can be performant move a 5TB isolated table to another db? We have an isolated table with no foreign keys called domain_events (partitioned) and i want to improve our architecture in some ways.
One possible improvement i have in mind is to move the domain_events table to another... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592741",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Function not finding variable even though it is being passed in So when I run this code I get this error message and I'm not sure why, any help would be much appreciated.
This code is validating the what is entered into the entry box tho make sure that there is something in it and that the something in it is an inte... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592742",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: I am not able to install any package like scipy,panda pybluez and always getting the same error C:\Users\INDIAN>pip install pybluez
Collecting pybluez
Using cached PyBluez-0.23.tar.gz (97 kB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run s... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592743",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: How can I create a vector of structs in a loop I'm trying to learn Rust and am using the advent of code to do so. I've just started and have decided to have a vector containing "Elf" structs, of which each will contain a vector calory_items.
I'm trying to create this from a text file and have the following code:
use... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592745",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to Convert Hex String Into Unsigned Integer Using SQLite I have some string fields that store hexadecimal representation of unsigned integers in reverse byte order. I'd like to convert it back to integers.
For example the string deadbeef must result in number 4022250974.
A: I found an answer for normal byte ord... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592747",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: I have a API .Net Core , when I provide req param for wider date range , API got crashed on server I have a API in .Net Core , when I provide req param for wider date range , API got crashed on server.API is hosted on Azure , and DB is Azure SQL , I have SP which gets the data from DB , SP taking 3 secs to get the d... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592755",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: How to plot (visualize) a network representing a trained Neural Network with its weights with Bokeh? I have trained a Neural Network on some data with the following Keras ANN set-up:
estimator = Sequential()
estimator.add(Dense(units=12, input_shape=(X.shape[1],), kernel_initializer='glorot_uniform', activation='rel... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592756",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: N-Dimension Linear Interpolation I am looking for an algorithm similar to bilinear interpolation, but for N dimensions. I've tried following these works:
by rjwagner49
by pimiddy
An explanation would be very much appreciated.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75592758",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Why the performance of a Feedforward Neural Network decreases by data standardization? I have a feedforward neural network with 3 hidden layers. I train it with a data that is not standardized and it have accuracy of 90% on the test data. Then I standardize the data and the accuracy of the model decreases to 55%?
X_... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592761",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Calculating Gaussian Kernel sigma and width to approximate a desired lower resolution pixel/m for satellite images I am working with satellite images with different spatial resolutions, understood as pixel/meter. For experiments I want to artificially down-sample these images, keeping the image size constant. For ex... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592762",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Finding the maximum difference between columns from different rows Given the following data:
Course_ID
Teacher_ID
Minimum_grade
Maximum_grade
1
1
7
8
2
2
5
6
3
2
5
7
4
3
5
8
5
3
6
7
6
4
5
6
7
4
4
6
8
4
5
7
using Postgresql, I need to write a query to:
select all teachers who taught 2 separ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592766",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "3"
} |
Q: Electron rebuild native module fails on Linux Postinstall script on is set to electron-rebuild better-sqlite3 on gitlab runner CentOS and it fails. I tried running directly node-gyp command to rebuild with no success. On windows got this working.
node - v14.20.1
electron - v13.1.8
node-gyp - v5.1.0
better-sqlite3 - ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592770",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is there a way to request for a firewall exception in .NET 6? (not only on Windows) (I don't know much about macOS)
On Windows, when an application is going to listen to a port, it will add a firewall rule for itself, and a Windows Firewall permission dialog will be shown.
Is there a way to perform this via .NET API... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592773",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Split CSV file based on characters in specific column I have a csv file, with a layout as follows:
Easting
Northing
Elevation_OD
Chainage
FC
Profile
Reg_ID
245932.499
200226.982
5.464
148.997
CE
N/A
8c12.11_021
245932.460
200225.448
5.214
150.530
S
N/A
8c12.11_021
245932.485
200224.993
5.111
153.222
S
N/... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592775",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Simple terraform script failing with 400-CannotParseRequest I have tried different scripts for creating a simple instance in OCI, but they all fail with the same cryptic error "400-CannotParseRequest" after I ran terraform apply
Script:
resource "oci_core_instance" "ubuntu_oci_instance" {
availability_domain = dat... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592776",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Notepad++ regex, replacing unique values with unique values I have JSON which contains lots of data among others it contains multiple ID's. Each ID contains both numbers and letters. Each ID is unique.
*
*Example how it looks: "Id": "3L2kVk023"
*How I want it to look (number may be random): "Id": "156228427"
M... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592781",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: localStorage null when being embedded in another domain My intention: Facilitate localStorage value transfer from one domain to another
I have a page, domain.com/storage-agent.html which will be embedded in an iframe by diffdomain.com. domain.com/storage-agent.html has the following response header.
Content-Security... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592782",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to add Pagination Ellipsis dynamically using react bootstrap pagination.? I have an API items which is working fine including the Pagination.First, Pagination.Prev, Pagination.Item, Pagination.Next and Pagination.Last.
I want to add the Pagination.Ellipsis on it but I don't have any idea how to insert it to my c... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592785",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to scroll to an anchor in react-native-render-html Problem
I get some html from an api endpoint. This html contains internal links like this: <a href="#my-item" /> which should scroll to <a id="my-item" href="#">My Item</a> when clicked.
My problem is that the default behavior for rendered links in react-native-... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592786",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to add page numbers to a dynamically sized PDF generated from XSLT without using extensions or scripts? I'm generating a PDF from an XSLT file using an API itext sharp, and I need to add page numbers to the resulting PDF. However, the size of the document varies, and I can't estimate the number of pages in advan... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592791",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to create an animation in python that will blow balls up around, and add bars between, random points I am trying to create an animation where balls blow up around a random set of points and bars are added between the points once a certain threshold is crossed, in particular I want to place a bar between two poin... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592793",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: PDF generated with html2pdf and sent directly to FastAPI is blank i am trying to send a pdf that is generated with the very helpful html2pdf.js library, directly via Email using a FastAPI Backend.
After a lot of tinkering, the file is sent as a Blob, but only contains an empty page.
The client side code is looking a... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592797",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do i write pagination into the "body" of my query function (CLOCKIFY API) I need to loop through every page with timeentry results (so far i know i have 4 pages). The reason why i need to loop through the pages is the api has a limit of 1000 results each page.
My issue seems to be in how to factor in the paginat... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592801",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Create many generic types with similar shape I'd like to create a TypeScript generic, that creates a type for me which has a generic input with a (extends) constraint.
I don't want to specify the constraint everywhere since I want to create a lot of types with a similar shape.
I want something like this (kinda pseud... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592804",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Using Combine, how to call multiple api calls on each object in an array? I am calling a function to get a result which is an AnyPublisher<[Object], Error>. Now I need to loop through each object and call at least 3 another api calls with the id in a single object.
AnyPublisher<[Object], Error>
|
Loop though the ob... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592806",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: valid way to use TOP, ORDER BY and DISTINCT in the same query What is a valid way to write this query?
I need to order the column customer by DocNum descending and get the top 25 without any duplicate.
SELECT DISTINCT TOP 25 customer
FROM tt
WHERE DocNum LIKE '%_%' AND UPPER(U_NAME) NOT LIKE '%E G%'
ORDER BY DocNum ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592808",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Move non-adjacent column values to a new tab in Google Sheets I am looking for a way to basically recreate the query(import function within Google Sheets, but using an Apps Script. The reason I'm unable to use a formula is because there may be some manipulation to the data once it moves across to it's relevant tab,... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592812",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: An attempt was made to access a socket in a way forbidden by its access permissions 142.250.27.109:587 An attempt was made to access a socket in a way forbidden by its access permissions 142.250.27.109:587
Tried sending email from asp.net web forms website, i works perfect on localhost but its throwing this error wh... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592813",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Artefact in 2D grid interpolation I have a large dataset with X, Y geographic position and Z value correspond to those position.
I want to create a grid with interpolated Z values out of this dataset. I have tried several ways to create a decent grid. The grid within the survey area looks good. However I am getting ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592820",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Excel Formula Pivot Daily Data Source to Weekly Summary I'm iterating through some options but just not figuring things out. I have data that represents one or more employee's time spent on activities for a series of dates. similar to:
Activity
Resource
Date
Units
Phase 1
Dawn
12/16/2021
2.5
Phase 1
Joe
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592822",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: hydrated cubit doesn't store state In the following cubit, I tried to persist the state of the navigation of the application but when killing the app on the device and returning to the program it returns to the default state. How can I solve the problem?
My cubit is:
class NavigationCubit extends HydratedCubit<Navig... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592823",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Writing to File Share in Batch File on Azure VM does not work if called from outside VM I have a batch script on an Azure Windows VM.
This script contains a part, where a file will be saved on an Azure File Share Storage (Z:/). This is working if I call the batch script inside the VM.
But if I call the Batch Script ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592826",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Making react component reusable I have a multiselect dropdown list component in my react application that I want to make reusable.
Here is how the component was initially coded:
function MultiselectBox({ options,setSelectedOptions }) {
return (
<>
<Form.Group as={Row} className="me-3" contro... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592829",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Group by two columns and make third one wide of r data frame I have a data frame that has the following structure:
df <- data.frame("first" = c("A","A","B","B","B"),
"second" = c("C","C","D","D","Z"),
"third" = c("E","F","G","H","I"))
first second third
1 A C E
2 A C ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592832",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Fail to install Gitlab with Docker image My laptop is MacBook Pro(14inches,2021,M1 chip), 16 GB and the os is MacOS Monterey.
I am trying to install the Gitlab with Docker. I follow the official doc: https://docs.gitlab.com/ee/install/docker.html and some issue posted by other people: https://gitlab.com/gitlab-org/o... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592833",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Validating multiple GraphQL input arguments How to validate multiple input arguments together using Apollo Server.
Example:
input TransactionValueFilter {
min: Int
max: Int
}
Schema validation will make sure min & max are integers. But how can I validate max >= min ? Is there a better way than writing validatio... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592834",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Good or bad design: methods returning Promise in a REST API context Context : software development, Typescript, REST API
I am working on a code-base where there are a lot of asynchronous methods returning Promises, some of them actually returning Promise<void>. These functions are used to trigger back-end features, ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592835",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Hash '341A451DCF7E552A237D49A63BFBBDF1': Separator unmatched I am trying to run hashcat over a salted hash in the form of md5($salt.$pass)
The salt is 1234
If the password were Password1 then the hash is taken of '1234Password1'
The hash is :- 341A451DCF7E552A237D49A63BFBBDF1
I tried using the command :-
hashcat --f... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592836",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: c# system.printing copycount always 1 I'm using System.Printing to catch print jobs details ..
copycount property is always return 1 .. don't know why ?
int x = job.HostingPrintQueue.CurrentJobSettings.CurrentPrintTicket.CopyCount
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75592837",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: How i can access the Error description inside my Exception object I am working on PnP Core SDK >> and when it raise an exception the most of the useful data inside will be inside the "Error" property, as follow:-
now i am saving the exception inside a SharePoint list >> so how i can access this exception property? ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592839",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Random length sentence using list items? I want a sentence with random length between 3 to 5. I am getting list items as strings.
Here's the code (not completed):
my_list = ["Please", "add", "me", "to", "a", "supergroup!"]
number = random.randint(3, 6)
rand_snt = random.choices(my_list, k=number)
A: You're prett... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592840",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Power BI :: Show a Table of Measures on Rows Instead of Columns GOAL: I'm trying to create a table in Power BI with different measure.
Every measure has a different filter, for example:
Realised Savings Azure App Service v2 =
CALCULATE(SUM('Usage details'[costInBillingCurrency]), FILTER ( 'Usage details', 'Usage de... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592842",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to check the given mobile number have whatsapp or not'?" Initially, we want to read an Excel file, and then check all the rows to see if they have WhatsApp accounts. If a row has a WhatsApp account, we will add a field named 'valid' and set its value to 'true' to indicate validity. If the row does not have a Wha... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592843",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-5"
} |
Q: Code works fine with xarray version 0.17.0 but not in version 2022.11.0 This code works in version '0.17.0', but not in version '2022.11.0'. The error is:
/home/alexandre/miniconda3/envs/grade_2020_3/bin/python /home/alexandre/Dropbox/grade_2020/examples/teste_lixo.py
Traceback (most recent call last):
File "/hom... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592845",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to copy AWS EC2 data to Azure Blob storage every day Our Client is using Qlik Jobs which generates some data files in the same AWS EC2 instances.
The data has to be consumed by ETL pipelines in Azure.
A client wants the data to copy to Azure Blob Storage as and when Qlik Jobs executions are completed.
What are t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592846",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: facing duplicate attributes in django login page so i am trying to create a login,registration and logout access using forms in django. i have created my custom user model where user will access this with their phone numbers. but when i run the function, phone number comes twice and password. if i want to access the... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592849",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Multi-step form toggling I'm trying to make an if statement for toggling between 2 pages of a form. For when it is visualized the second screen and I'm clicking the second ProgressBar component button with a nr. "2" the loop collapses. So I'd need to perform an if statement that if I'm already at the second screen n... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592855",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Unable to find image 'xyz' locally I try to build a docker image that contains a cross build environment to build binaries for Xilinx Petalinux on a M1 MacBook using Docker Desktop version 4.16.2. It looks like the docker build works:
% docker buildx build --platform=linux/amd64 --build-arg PETA_RUN_FILE=petalinux-v... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592856",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I install vsmppbox I have been researching about the smpp servers, though we have opensmppbox i had come across some posts regarding vsmpp box.
I tried to find the vsmppbox files but no luck. Can someone help me get the vsmppbox configuration files or help me to install vsmppbox.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75592858",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: how to use onesignal with next.js 13? I am trying to implement onesignal with my next js project but unable to do so.
I tried there example uploaded on github and also tried with react-onesignal but got no success.
can any one guide me or share any documents or any test project for nextjs with onesignal
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75592859",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Central Y align a textfield within a UIScrollView in Xcode I have a UIScrollView which contains a UILabel with a UITextField directly beneath it.
The scrollview is there to bump up the textField when the keyboard opens for editing
I'm a bit confused to how I vertically center the UITextField in the visible portion o... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592860",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to parse jsonb field into columns with if else PostgreSQL I have a jsonb field attributes in my table. It looks like this -
{
"id": "10",
"customer": [
{
"id": "001",
"name": "Customer1",
"customerType": "internal"
},
{
"id": "002",
"name": "Customer2",
"cu... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592861",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Floating-point operations in MASM32 So, I have a code, in which I'm calculating a/b-d*c. Separately, it works just fine, but if I'm trying to put it into my project code, I'm getting "f" or "0.0e..." after calculations.
.686
.MMX
.model flat, stdcall
option casemap:none
include \masm32\include\windows.inc ;
incl... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592863",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Uncaught TypeError: level is not a function whe using leveljs 8.0.0 i just tried working with leveldb for my project and i have been getting this error
let level = require('level')
undefined
let db = level('test-foo.db')
Uncaught TypeError: level is not a function
then i tried this also and this the error i have b... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592864",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Why is the "justify content: space-between" not working in this code?
Above is a picture of my current design. The question is regarding the first container in the dashboard.
The different content inside the container is stuck to each other.
What I am trying to achieve is this:
The HTML code is (using mudblazor):
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592865",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Hostinger SMTP - Symfony 6. Form not sent I am implementing a web site on hostinger.
the contact form does not work, I get a 500 error when sending it.
.env
MAILER_DSN=smtp://user:pass@smtp.hostinger.com:465
My Code
#[Route('/contacto', name: 'contact')]
public function index( Request $request, EmailServic... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592866",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I display tooltips in a Python FMX GUI app? I have created a window Form with a Button on it with the DelphiFMX GUI library for Python. I want to be able to add a hover tooltip to the button which explains what it does. Here's an example of a button tooltip on a Form, when I hover on it with my mouse, then it... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592867",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Install Driver PHP SQLSRV on Debian (Docker) I have a PHP:8.1 Docker container that has always worked, and 1 week ago without modifying anything and trying to rebuild the image the instruction "pecl install sqlsrv" stopped working. Give error. If I make an error in this part of the code, the container is created nor... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592869",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Facing error while including json-c library in visual studio I needed to parse the json file in c code in visual studio. But I am getting errors when I include json-c headers. How can I solve these problems.
#include<ntddk.h>
#include<wdf.h>
#include<fwpmk.h>
#include<fwpsk.h>
#define INITGUID
#include<guiddef.h>
#i... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592871",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Java 2 Kotlin App infrastructure migration I've a Java App with a service that starts 3 HandlerThreads:
*
*Remote calls management.
*Local DB management.
*Main Bluetooth devices communication management (based on Bluetooth scan, it starts the matching HandlerThread which handles the direct communication with the... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592873",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: do i need to destroy mobx observable?? how? There is a case:
I make an observable object when I need to maintain 'state' that needs to be used in several pages. I want to make a new observable object when process start, and destroy it when process ends. But it seems that I can only unsubscribed all listener and rese... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592875",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Not able to transfrer data from csv to sheets files = {1:'a', 2:'b', 3:'c', 4:'d', 5:'e', 6:'f', 7:'g'}
COLUMNS = ['cs_mallId', 'counts']
responseDf = pd.read_csv('/path/to/the/csv', usecols=COLUMNS)
tokenPath='path/to/.token.json'
scopes = ['https://www.googleapis.com/auth/spreadsheets',
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592876",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Add R markdown footnote within table code I am struggling with how to use [^1] footnotes within r chunks for my r markdown document. I have a table that I need to add some footnotes to but I can't figure out how to add them. I want the 1 subscript to appear beside the end of the word "Pay" I have attempted the follo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592881",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I turn this "wheel" event for touch and/or drag? Currently working on developing a Nuxt 3 application that includes a carousel feature which currently only works with horizontal scrolling. However, I have encountered a problem where only users with a trackpad are able to scroll.
To address this issue, I came... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592886",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: changing the URI pattern of Generate REST APIs form SAOP methods in WSO2 api manager 4.1.0 I'm using from WSO2 API Manager 4.1.0 and I need to change URI pattern of methods that Generated REST APIs form SAOP endpoint (There is no problem in rest services with rest Endpoint).
for example I have method with /mutliply ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592888",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Creating class and calculating a value in Python I'm a beginner. Lets go!! .. I have the class:
class Recision
def __init__(self, salary, month)
self.salary = salary
self.month = month
*Here begins my doubt:
*
I need to create a method that does the following:
var total = (salary / 12) * month
I tried:
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592890",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Why inputStream randomly comes empty while capturing the output from ProcessBuilder? I found similar questions here at SO, but no solution worked for me.
My code is
ResultSet rs = stmt.executeQuery();
int ret = 0;
while (rs.next()) {
int rsID = rs.getInt("ID");
String rsGID = rs.getString("GID");
logger.... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592893",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: react query call only when submit function is called How can I disable react query from requesting the API before the searchEmployee is called?
const [value, setValue] = useState<EmployeeType>({
id: 0,
name: ""
})
const {
isLoading, isError, isSuccess, data : employees, error, refetc... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592894",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Saving stripe card fingerprint in my local mongodb for checking duplicates Since stripe does not check for duplicate card addition, I am saving stripe card finger print in my local db and handling it. My query here is that is it ok to save the fingerprint data or every time i should make a api call to stripe and che... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592900",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Consider more candles when pulling data from Binance via WebSocket I am trying to pull and compare multiple candle values from web socket point
My goal is to:
consider the last 5 candles
the first included candle must be larger, and at least 1.25%
the next four candles must never go below the low of the first candle... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592902",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to show distinct datasets in stacked bar chart with Observable Plot? I'm trying to visualise a seemingly simple income vs expenses chart in form of stacked bar chart with Observable Plot.
While I can more or less visualise a single dataset, I'm not sure if showing two distinctive datasets together is possible in... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592906",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Can we store data in global variable in where block in Spock framework? I am trying to store data in where block .Have parameter(SUBSCRIBER_DETAILS) and try to fill data which will be global variable that i will use later for other tests .Static variables are declared .Is is possible to fill data in WHERE block with... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592907",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How To Get More Detailed Pardot Form Handler Error Messages I'm currently submitting my form to a pardot form handler endpoint. I have set a URL for when submission fails and the redirection works well. The issue is that, pardot form handler is not really explicit in its error messages. It only sends something like ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592908",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Vue and Svelte together I have old project with old Vue framework version and package.json
Part of this project is being reworked with Svelte framework having it's own package.json
Is there any way to build this two frameworks using one package.json with node's modules comatibility ?
Or any other way ? for example d... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592912",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is there a way to migrate products, orders, customers, reviews and blog from bigcommerce to woocommerce So I tried migrating products to a woocommerce store but I wasn’t able to upload it using a csv file so I opted for migrating the products manually
Now I was only able to migrate those in the shop page on the stor... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592913",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Computer Graphics Related Projects I have a computer graphics lab course at the university and I create a project from zero to hero. There are many topics which I can choose the project subject from and I don't know exactly what a project from each topic looks like, these are the topics that I can choose from:
*
*... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592917",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: Comparing two variables. Second contains first var_1="hi"
var_2="bye,hi,hello"
if [[ "$var_1" == *"$var_2"* ]];
then
echo "value of var_1 in var_2";
else
echo "sad =(";
fi
I would like check second variable contains first.
That prints "Sad =(", why?
A: The condition checks that $var_1 consists of $var_2, pos... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592918",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Using a function to add a column of cells that meet a certain criteria I am having an issue with Excel trying to add multiple cells that meet certain criteria.
The file I am currently working with displays our entire inventory system. This includes the dates an item was listed and the total price the item is listed ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592920",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: NodeJS server is crashing when generating export I have build an api using the ExpressJS Framework to generate and download .csv exports.
When a client requests an export a new export record is being created in the database and the function to generate the export is called. After calling the generate function, the e... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592924",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: TypeScript Conditional Generic Type with Object Properties and Values I want to create a conditional generic type/interface for an object in TypeScript.
Let´s say I have the following interface:
interface CarType{
name: string;
price: number;
}
// Which will allow this Object
const... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592926",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Dynamic class object creation in UNIT Test project and how to implement same in CI/CD Pipeline We have multiple Azure Function App which have XYZ() function, its takes an JSON input and produces a JSON output. So, we are writing a UNIT Test to test this function. We want to use this one UNIT Test project for all Azu... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592929",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Dynamic Html Load/Loaded Event Currently I am trying to bind dynamically loaded input with date-picker using,
$('body').on('focus',".datepicker_recurring_start", function(){
$(this).datepicker();
});
Thanks to putting datepicker() on dynamically created elements - JQuery/JQueryUI
The issue is that user need to... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592930",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: What's the best way to find important features for each label in ANN model? I have tried my head around various methods, but there isn't a straight answer to find what features best define for an ANN model to predict a label?
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75592932",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Can't get Codebird PHP to finally post Twitter video I am using Codebird as part of a backend process to allow admins to Tweet from within their application. The code I am using executes but always seems to return "pending status" even when given a full minute to allow for Twitter processes to complete. My code is l... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592933",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: xsl 1.0 code to create an distinct elements not working I have this xsl 1.0 call-template.
It takes the two xml-elements, given as parameters and returns an element created from both parameters, but with distinct Elements. All doubles should be removed
<xsl:template name="distinctElements">
<xsl:param name="... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592934",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Automatic locale detection in Next.js 13 on Amplify Compute Hosting not working Amplify support for Next.js SSR points to automatic locale detection, but I was not able to implement it.
next.config.js has a localeDetection option that automatically redirects users to their preferred language, but the feature does no... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592938",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to integrate Snipcart api key securely in React I want to create an online store using React and Snipcart. Seems the main security concern with this approach is storing my Snipcart secret api key. I want to know the most secure way to store this. I just found out that using a .env file in React to store this is ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592939",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: running eagle on Fedora 37 Im trying to run Eagle on Fedora 37, but it doesnt work. it worked prior to updating from fedora 35.
Im running in like this QT_XCB_GL_INTEGRATION=xcb_egl ./eagle and get the followng output:
pci id for fd 6: 1002:73bf, driver (null) libEGL warning: DRI3: No driver found libEGL warning: DR... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592940",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: DeepFace: Checking file extensions I would like to use serengil/deepface library to process a bunch of images. However, some of the extensions are not processed by deepface such as CR2 files. Some of the files in the db_path are also videos or misc files. Is there a way to check the extensions before applying DeepFa... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592942",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Django: Model attribute looks for field works in view, but not in template Say I have a model:
from django.db import models
class Foo(models.Model)
fav_color = models.CharField(max_length=250, help_text="What's your fav color?")
print(Foo.fav_color.field.help_text) # prints: What's your fav color?
Say I have... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592945",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "3"
} |
Q: Insert very large chunks of data I have a table in my database that I need to split to two tables. The table has 100,050,000 records. I need a fast way to accomplish this.
I have tried this:
DECLARE @from BIGINT = 0,
@step BIGINT = 1000000,
@currentSourceCountBIGINT = 0
SELECT @currentSourceCoun... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592946",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to unit test method with matDialog afterClose I created a component:
ParentComponent {
form: FormGroup;
id: number;
private getValue(): void {
this.spinnerService.show(); //its spinner while loading
this.service.getValue(this.id)
.subscribe({
next: response => {
...
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75592947",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |