text string | meta dict |
|---|---|
Q: How to return validation error messages with Springboot WebFlux How do I return the custom validation errors for Springboot 3.0 with WebFlux?
I have wired up the following controller
import jakarta.validation.Valid;
//...
@Validated
@RestController
@RequestMapping("/organizations")
@RequiredArgsConstructor
public c... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573603",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Unable to read an excel file using pandas to read the entire csv This is my input and I want to read it in such a way that they get categorized in three categories- technical, functional, soft
desired output enter
I am not able to get the logic to the output.
My logic is reading only one line, I want to read the e... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573607",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Java -- How to unescape unicode private-use characters? I have a program that reads a list of unescaped unicode strings (u/XXXX) and converts them into their encoded unicode character, writing that version to both the terminal and to a textfile.
I'm using org.apache.commons.text.StringEscapeUtils.unescapeJava(String... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573608",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Data Modeling in Power BI vs SQL I would assume its more efficient to model data in your SQL script as opposed to M in Power BI, but thought I'd ask here.
For instance, I am creating conditional columns in Power BI, but could do the same with case statements in my SQL query instead.
Is one method preferable to the o... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573609",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I create multiple msi installers for the same script with different parameters using cx_Freeze? I want to create many msi installers from one tkinter script with different parameters to distribute it to different customers. I want this, because I have to change the default installation directory and GUID. I ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573612",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Referencing an object's keys in a property from another property I'm sure this is simpler than I think but I really haven't found anything. It's easier to explain with a simple scenario:
const cookbook: CookBook = {
ingredients: {
"tomato": { vegetal: true },
"cheese": { vegetal: false },
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573615",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Solditiy Contract size exceeded over certain bits cannot be deployed on mainnet I have a smart contract code written with over 700 lines of code and when I am trying to deploy it locally using hardhat, it throws an error stating that the size is over a certain number of bits which is not allowed. How do I optimise m... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573621",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: C++ deamon reload configuration without a restart in Unix I'm trying to get my C++ program to reload/recreate part of an instance or just call a function while the program is deamonized without killing / restarting the entire thing.
How does Nginx approach the -s reload | stop even when demaon process is running in ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573622",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Java pass by value confusion within the context of tree traversals From the code below, if Java uses pass by value how is the return list not empty once the helper function is fully completed and we are back in the inorderTraversal function?
class Solution {
public List<Integer> inorderTraversal(TreeNode root) ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573623",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: DRF and Html {% render_form serializer %} I am working with django rest framework and I having problem with generics.ListCreateAPIView when I want to add template_name for form I can't {% render_form serializer %} and I get error.
in browser
in terminal
index.html
{% load rest_framework %}
<html><body>
<form a... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573624",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Photovoltaic Power Control Using MPPT and Boost Converter I've algorithm for my project but we can't able to convert the algorithm into code.my project in matlab.so we want to convert algorithm into any code language.enter image description here
I've algorithm for my project but we can't able to convert the algorith... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573628",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Conditional Form Validation w/ Yup fails with "TypeError: yupError.inner is undefined" using @mantine/form Having issues implementing conditional form validation with Yup using the useForm from @mantine/form hook. I'm reusing code that worked in an earlier project, that now breaks with the error mentioned in the tit... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573631",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: java.net.ConnectException in Android Widget on correct public URL only in 4G mode (wifi ok) My code (is an Android widget):
public class MyWidgetProvider extends AppWidgetProvider {
//...
protected RequestResult doInBackground(String... params) {
//...
final String requestAddress = "http://something... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573634",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is it possible to create a machine learning application using Kivy? I am trying to create a mobile application using Wave2Vec hugging face model, and it works fine on laptop, but I want to package it into an android app using python kivy framework.
All tutorials that I could find on internet are suggesting to host m... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573635",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Is there a way to make opacity work like a layer? I have a certain style of a button, and I want to have a "disabled" state, for this I want to make the entire view of the button have an opacity of 0.2.
Here is my problem, the opacity of 0.2 affects the parent <View> & all of it's children, which makes the <Text> to... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573636",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: hitting: 'pulumi new' error: cloning templates repo: reference not found Following get started here at pulumi, After setting up the service account at google cloud, trying to run pulumi new, it asked for login on pulumi which was successful, and then it throw an error: cloning templates repo: reference not found. Al... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573638",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to Subtract Values Within Two Lists I have two lists of animal tracking data. Each list contains the animal ID and a list of utm coordinates. My lists look something like this:
list1
list1
List[2]
List of length 2
TM1
integer[3]
300,350,200
TM2
integer[2]
175,150
list2
list2
List[2]
List of len... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573640",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Does the Swift Package Manager support regex literals? I am using the Swift Package Manager, with Swift 5.7.1. I would like to compile code with a regex literal. For example, main.swift could be as follows:
let message = "Hello, world"
print(message.replacing(/[aeiou]/, with: "[vowel]"))
I am not at present interes... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573646",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: rollup config for entry module being loaded always with another entry (similr to webpacks `dependOn`) I've got two entries in my rollup config:
input: [
"app.js",
"dashboard.js",
]
app is loaded on every page, dashboard only on some. and dashboard and app share some dependencies.
It wouldn't be wise to bundle t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573652",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: MySQL connection pools in Node.js (mysql2) I am struggling to find documentation that describes how so called "Connection Pools" work in Node.js applications, running with the mysql2 package from NPM. I only managed to find some short examples of it on their NPM page, but there is a lack of explanation of how it act... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573654",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to use binary search on an existing SortedList with a key function? I would like to use binary search on a SortedList with a key function, e.g. similarly to bisect_right() in the bisect module. However, SortedList.bisect_right() only supports searching by value. How to make it work with a key function?
A: You s... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573658",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: I can't show all users from mysql table to my html page using XMLHttprequest I have a script that sends user input to a PHP page using XMLHttpRequest every time a key is pressed. The PHP page uses a query to select data from a database table as follows:
sql code:
SELECT * FROM `user` WHERE fname LIKE '%{s}%' OR lnam... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573659",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to make digital pin d4 high with one press and make d5 high for the second press and so on..... (Arduino uno) I am working on a project in which one input from the pin d2 and make the relays on d4 high, for the second press d4 low d5 high, for 3rd press d5 low d6 high and same in the reverse order with a differe... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573664",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Leaflet popupclose fuction is not reseting the map view as defined I have a Leaflet map that visualizes a bunch of features in a downtown area. I am using popups to visualize additional information about each feature.
When the user closes the popup, I want the map to re-center to the original position and zoom leve... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573667",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Alphashape and PolygonPatch: basic example doesn't work. Why? I am trying to use the package Alphashape from here.
Although I correctly copied and pasted the example in the initial pages, I get the following error:
File "/anaconda3/lib/python3.8/site-packages/descartes/patch.py", line 87, in PolygonPatch
retur... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573668",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: WS connection proxying to the nestjs gateway through nuxt server I am trying to proxy socket-io client to the nestjs WS gateway using @nuxt-alt/proxy plugin.
Here is the config of the module
proxy: {
enableProxy: true,
// fetch: true,
proxies: {
// with options
'/api': {
target: 'htt... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573669",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to make shifts in tensors (images) without having to make loops? I want to perform displacements on tensors (set of images), for example using torch.roll or some other method. But each displacement I am going to apply to each tensor is different (I would have another tensor with the displacements). Is there any ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573670",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: how i can pass multiline String to maven in jenkins Pipeline? I am not much familiar with the Groovy script. I have a multiline string in one of my sample Jenkins Pipeline as below
I need to get Input from User and pass this to maven in environment variable. I am using this in my maven command
test -Dtest="Testclas... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573673",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Error while running "make" command for running darknet-master PS C:\darknet-master> make
process_begin: CreateProcess(NULL, uname, ...) failed.
Makefile:22: pipe: No error
chmod +x *.sh
process_begin: CreateProcess(NULL, chmod +x *.sh, ...) failed.
make (e=2): The system cannot find the file specified.
make: *** [Ma... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573675",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Custom function comparison returns incorrect value, but only when the lower value is between 3 and 9 I am writing a custom function for google sheets to give me the win/loss values of volleyball matches. To do that I get the range of the games and just say if the current range value for game 1 is greater than the ot... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573680",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Put a list as element in 2D array in Python numpy I've got a 2D matrix from numpy (np.zeros) and I would like that every element of this matrix is a 1D list with 2 elements, this is my code:
import numpy as np
N = 3
x = np.linspace(0,10,N)
y = np.linspace(0,10,N)
temp = np.zeros((N, N))
for i in range(len(x)):
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573682",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to return a generic struct in Rust Beginner in Rust, I'm wondering how to return generic data in a function.
pub fn tryparse() -> (CLIAction, ArgSingle) {
let args = CLI::from_args();
match args.cmd {
SubCommand::Add(opt) => {
(CLIAction::QuantityAdd,opt)
}
SubCommand:... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573684",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Where is the documentation which describes the format of a billing alert sent to SNS? Where is the documentation which describes the format of the message published to SNS for a billing alert.
I've found documentation in the API guide on how to create and manage budget alerts but not the alert sns message body itsel... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573694",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Issues implementing CRUD functionality So im following a video on how to implement CRUD functionality to my website on the front end.
I've written all of the code tho i know that i have lots of issues in it as its not working. I just cant figure out whats wrong with the code.Ive only been coding for about 3-4 months... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573695",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Programming ESP32-S3 WROOM with a flexy pin board When Uploading sketch I am getting following error:
StopIteration
[6848] Failed to execute script 'esptool' due to unhandled exception!
Chip is ESP32-S3
Features: WiFi, BLE
Crystal is 40MHz
MAC: 7c:df:a1:ec:d1:f0
Uploading stub...
Running stub...
Stub running...
Cha... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573698",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is there a better way to write this steering angle in Unity to make it feel more natural? Currently I'm using unity's wheel colliders to create a car in a game that's meant to feel more realistic or Forza esc.
Currently I'm simply coding it like this:
horizontal = horizontalInput * 40;
wheelColliders[0].steerAngle ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573699",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I print the for loop values in the button widget to the application screen?-Flutter I'm learning Flutter. I have a problem. When I press the button, I want the values in the for loop to be printed on the application screen.
class _MyHomePageState extends State<MyHomePage> {
@override
Widget build(BuildCo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573700",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is ther any Mac Images available in Azure? We are using stand alone mac server for our ios builds by configuring them as the Azuredevops agents. But looking for a way to enable high availability of mac machines if any mac image version is available in azure platform to achieve this.
A: The list of supported agents... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573702",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: how to put high quality images on surface view using canvas and glide library in android programming How to select the image from gallery and how to put high quality(more than 6 MB) images on surface view using canvas and glide library in android programming
A: To select a photo from the gallery, you can use the (I... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573703",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Flutter: How to prevent entire list rebuilding when provider changes I have a ListView.builder using a Consumer of a simple Provider.
Each of the items needs to load something asynchronously so I'm using FutureBuilder.
When I add an item to the list, the entire list is rebuilt. This makes sense because it's wrapped ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573704",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How do I represent algebraic terms in C++ uisng classes: a term can be raised to a vector of terms I'm trying to make an algebraic parser, and I've gotten decently far. I'm at the point where I can successfully multiply polynomials.
Full code here. Use the constructors along with the '*' overload and convert the re... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573706",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Some services are not able to be constructed === When I tend to build my API I have models:
public class Employees
{
public int Id { get; set; }
public string First_name { get; set; }
public string Last_name { get; set; }
public string User_name { get; set; }
public stri... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573707",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: MultiClass Classification Confusion Matrix Im building a CNN Classification model to with classes = [Pneumonia, Healthy, TB], i already made some code to build the model and it went pretty well. But the problem is the confusion matrix is a little bit weird for me. I got a pretty well result for the accuracy of the t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573708",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: My MPAndroidChart's RadarChart is too small and rotated When I adapt custom valueFormatter in my RadarChart, my chart become smaller and rotated.
current situation
I tried to change valueFormatter, chart size... but doesn't work.
My custom valueFormatter like this.
class MyXAxisFormatter() : ValueFormatter() {
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573711",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Fetch data from Room with Flow Hi guys I cannot fetch data from my database:
I have in my DAO:
@Transaction
@Query("SELECT * FROM ClientEntity")
fun getClients(): Flow<List<ClientEntity>>
RepoImpl:
override suspend fun getClients(): Flow<List<ClientEntity>> {
return clientDao.getClients()
}
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573717",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: how to encrypt python code so that no one can decrypt it but people can run and use it I HAVE CREATED A PYTHON CODE . IT DOES A SPECIFIC WORK . NOW I WANT TO ENCRYPT THE CODE . BECAUSE I WILL SHARE THIS CODE TO MANY PEOPLE BUT THEY WONT BE ABLE TO SEE ACTUAL SOURCE CODE OF IT BUT THEY CAN RUN AND USE THE FILE.
NOW H... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573718",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-6"
} |
Q: dir() python command doesn't show full list dir()
In a ren'Py game I opened console & used dir() command to see list of variables but it doesn't shows more than 20
I want to see the list completely
look at this picture
I tried dir() & i expected to see a fully detailed list just like my other game but i didn't
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75573720",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Attempting to create a multiple linear regression model with variables of differing lengths? I am trying to run a multiple linear regression but my variables have slightly different lengths. My variables are SVI_1 (N=133), SVI_2 (N=131), SVI_3 (N=135), and SVI_4 (N=132). I am trying to assess the impact of these 4 v... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573721",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Extracting hidden image in python I am hiding one image behind another using python code and my code is below:
from PIL import Image
import cv2
# Open the cover image
cover_image = Image.open("nature.png")
# Open the secret image
secret_image = Image.open("ex.png")
# Convert the secret image to grayscale
secret_i... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573723",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Trying to filter an array based on inputs I have an array of documents with different values.
Here is a simplified example:
documents: [
{
name: 'Some name',
type: 'PDF',
tags: [
'tag 1',
'tag 2',
'tag 3'
],
dateOfCreation: 'DD/MM'
},
{
name: 'Some name',
type... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573725",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Flutter nearby search with Streambuilder and increasing search radius if no results? When it comes to geo searches in Flutter, geoFlutterFire is the go to solution https://pub.dev/packages/geoflutterfire
One issue with it is that it does not have a single query functionality only Stream (https://github.com/DarshanGo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573728",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: how do I open an URL in a script and also run netcat at the same time so a tcp connection will happen? I thought of maybe refresh the web every couple of seconds but I haven't succeeded doing it.
I tried doing something like this but it opened a new line at the terminal while running and then the script worked poorl... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573729",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: `tidyr::crossing()` with a list of tibbles unexpectedly reduces rows Below is a reprex of my confusion. I expect when I cross a 1-row tibble with a 2-row tibble, I get a 2-row tibble. This does work with atomic column types. However, if the 2-row tibble is a list of dataframes, I don't get a 2-row table, like exp... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573731",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: I had build the image and run the container in port 3000and its running now but when i try to access the application in browser it refuse to connect index.py
from flask import Flask
#from gevent.pywsgi import WSGIServer
app = Flask(__name__)
@app.route('/api', methods=['GET'])
def index... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573732",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Cypress get text from list of elements I have seen a bunch of people asking a similar question, but the answers are not working for me.
Here is the html:
<tr role="row" aria-rowindex="2" class=""><td aria-colindex="1" role="cell" class=""><div class="d-flex">
Investor1
</div></td><td aria-colindex=... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573737",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to use async/await in for by Swift I want to know how to use async/await in for by Swift.
var data = [String]()
func uploadImage(images: [UIImage]) async -> Array<String> {
for image in images{
ImageUploader.uploadImages(image: image, type: .post) { imageUrl asy... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573740",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Can I distribute personal and work iOS apps with one Apple Developer account without conflicts? As an iOS developer working for a company, I have been added to their Apple program as a developer. However, I would like to build and distribute my own personal app to the App Store without any conflicts between my perso... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573741",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to use Tag within React map function loop I loop through an Array of objects in ReactJS where I use map function to loop through each Object. So Can i use tag to separate each objects in next line. I tried to put a tag at the end of the loop but it does'nt work. Let me know what the correct way of using it. T... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573742",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Google authentication in Blazor. Both Asp.net Core hosted and MAUI I'm developing a Blazor WebAssembly App.
I'll host it both on Asp.net core and MAUI App (Android).
I want to implement Google authentication.
The code should work in both environments.
I don't want to store user id and secrets on the app but only on ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573744",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: C# Xamarin WriteAllBytes Proper Folder Path I am trying to write a set of bytes converted from an mp3 file back to an mp3 file to temporarily store in a users mobile device but cannot seem to get the right folder path of where to write to.
I have tried using Directory.GetCurrentDirectory(), Environment.CurrentDirect... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573745",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: App Store review team reports 'Connection refused' error preventing image loading when using Firebase storage I have an app published on the Apple App store, and I've been having problems getting an updated approved due to issues with loading images. The app review team claims that there are network problems inside ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573747",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to make webpack 5 to not output font files on the same folder as bundle.js This pic shows that i output my compiled scss and js to docs folder, everything ok with that.
I wanted to use font awesome free package with sass to have everything compiled by webpack(using webfonts), so i followed their guide to do it. ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573754",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Exception CX_SY_NO_HANDLER (type CX_SY_DYN_CALL_ILLEGAL_TYPE) I have this particular error since the last Thursday and I could not find any solution, so I ask you guys if you know hot to fix it...
First:
I generate a CLASS (SE24) for download a pdf with a spool number.
Before that CLASS I generate a method to conver... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573757",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to configure multiple sites with django and apache server with wsgi I configure two sites in my server, but when trying access to my second site apache2 redirect me to first site, I want to serve tow sites in the same server but not working
This is my configuration of my first site:
GNU nano 5.4 ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573759",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Flask SQLAlchemy created an instance folder? Flask app.
I have a database using sqlite called market.db. I have configured it in my app.py like this: app.config['SQLALCHEMY_DATABASE_URI'] = 'sqlite:///market.db'
Then when I run flask shell, it created a folder instance/. Then I ran db.create_all(), and that created ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573762",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Accessing spotify image urls with requests yields 11001 and 10060 errors on valid links I am creating a script which can access and set mp3 metadata using the spotipy and music_tag python libraries. One part of this involves accessing album cover artwork through spotify to add to local mp3 files. On some image links... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573766",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Не могу понять что с этим делать... v-model нельзя использовать в реквизите, потому что локальные привязки реквизита недоступны для записи v-model cannot be used on a prop, because local prop bindings are not writable. Use a v-bind binding combined with a v-on listener that emits update:x event instead.
вот такую ош... | {
"language": "ru",
"url": "https://stackoverflow.com/questions/75573767",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: How to install a npm binary from a GitHub repo? I'm trying to install a project with a binary through GitHub yarn install global https://github.com .... The path for the binary is (package.json):
"bin": {
"oatyp": "./build/cmd/oatyp.js"
},
On npm this makes a lot of sense since there are a couple of scripts that ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573769",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to run stored procedure for every row on table? I have a stored procedure that accepts the following parameters
@Company_Move_From INT = NULL,
@Company_Move_To INT = NULL
I then have a table of data that looks like the below. This is my reference table which tells me which OldCompanyIDs need to be updated to th... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573770",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Unity TMP text displays "ï" or "İ" with two dots in some cases in Turkish words I'm using Unity's Text Mesh Pro (TMP) component to display text in my project. The text is loaded from a JSON file, and some of the "i" characters are displaying with two dots.
This is how it looks:
I'm using default TMP Font Liberation... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573773",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: comparing nth element of a list with nth element of another list Here is what I've been asked to do:
Create a function named g(L1, L2) (arguments must be in that order) that takes in a pair of lists L1 and L2 with the same length, and returns zero if L1 and L2 have different lengths, and otherwise returns a list wh... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573774",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: Cookies are not present in application tab of chrome DevTools I use express app as backend.
I set cors middleware:
app.use(cors({
credentials: true,
origin: 'http://localhost:3000' //client host
}));
Here are cookie options I set:
res.cookie(this.refreshCookieName, refreshToken, {
httpOnl... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573777",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: GitLab global templates with Parent-Child pipelines I am trying to incorporate an application level pipeline with a global pipeline template that has parent-child pipeline design. Basically what happens is whenever the notify stage triggers it should triggers the notify in the global template and in that global temp... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573778",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: CSS selector (:scope > *) works on Windows but not Linux OS with headless puppeteer I am working on an automation project with Puppeteer, and I am using the CSS selector (:scope > *) to select all the child elements of an element, and when I test this on my local development machine (CS Code + Windows 10) running he... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573779",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Using jquery tabledit plugin, how to get a uneditable column value in php file in laravel if i remove eg Column 2 from editable array, column 2 will not be editable ,
but i am unable to get the column 2 value if i want to store column 2 value in database along other editable columns value
identifier:[0, 'employee_i... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573780",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: second value read from friebase datbase giving null im trying to read values from "images/Scholar_id/images-values" by reading from another node called "QnA/Answers/Questionid/pushkey/id----childs(scholar_id)" ,i'm trying to loop inside from QnA node and getting all values os Scholar_ids and use this values to retri... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573782",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to access nested data JSON I need to access the username of a user stored in the Firebase Realtime Database, in a UsersList.
How do I access that?
Code:
I tried all the stuff shown above, but would get result data: undefined.
A: use foreach
const readUserData = () => {
firebase.database().ref('UsersList/').o... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573784",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to create a new variable only if a condition if satisfied? I want to create a new variable subtracting two variables from two different datasets. But I need that R make the difference only for the values that are referred to the same thing... The "same thing" in my case is the a third variable COD_PROV which ind... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573785",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Get the relative lowest 3 levels of an array with PHP I have a list of items in a PHP array, and I'm trying to write a function to get the values for the relative 3 lowest levels from each array block. I could format the array hierarchically based on the parent_id field, but now I'd like to filter it down to the rel... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573787",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I apply my folder creation script to a shared drive instead of my drive? I wrote a very bad script to automate the creation of a project folder structure in Google appscript. I understand that I have to have the Advanced Drive Service enabled. (Which I do) and I that I need to include the query parameter {sup... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573789",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: NGROK: cAn NGINX or SSL skippp the NGROK warning page for other devices or browsers on my computer I've studied many videos, done many tutorials, and looked at dozens of forums, but nothing seems to have my solution... I'm trying to create a webpage that I can send to my friends and it keeps giving me the warning pa... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573792",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: setState not re-rendering my component after updating an state Something's wrong with my code and I have no clue what it is.
I hope someone can help me with this :((
I have this provider:
export const ProductProvider = ({ children }) => {
const [priceFilter, setPriceFilter] = useState('no'); //'asc','desc','n... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573793",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Full compatibility when writing OSX programs To help clarify my question, I will provide my usual approach to writing Windows only software.
1) Use Visual Studio C++ 6.0 edition.
2) Link to mvcrt.dll.
3) Do not use C Runtime (CRT).
4) Only use the Windows API.
After some teeth pulling and crying, I am left with a t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573794",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-4"
} |
Q: Child element in CSS putting up incorrect image I am trying to create a hover effect that when the cursor is on the image, it changes. I tried using the child element and the child(1) (2) works but the 4th and 5th did not despite the correct pathing. The (3) for some reason show the image of the (5)
Here is one of t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573795",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Method channel in flutter is not getting invoked in flutter killed state We need to navigate to our games screen when clicked on notification.For iOS swift we are using userNotificationCenter for notification.In our app from native iOS through method channel we are invoking method in dart side when user taps on noti... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573797",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to break each ac2git run? We have a big Accurev stream to migrate to git.
Because of maximum limitation of command_cache.sqlite3 in a single run, we have to run ac2git separately each with smaller transaction range.
In the end of our 1st run ending at transaction 600000, we noticed that there are new, deleted an... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573798",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is it possible to combine to lambdaas which have the same body? myEntry.Unfocused += async (s, e) =>
{
// Same code
}
myButton.Clicked += async (s, e) =>
{
// Same code
}
Is it possible to combine these tow lambda... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573799",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: One of 2 accounts in visual studio not identified as an azure account? I'm having an odd issue with my Azure account. I have two accounts linked to my Visual Studio, the main one which contains all my resources, and a dummy one which I created to check the issue. When I try to publish, I can switch between the two a... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573801",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Qt child native window blocks native event messages for a native window parent I have a top-level frameless window, and I want my application to have the Aero Snap Windows feature. So I needed to mix Qt and WinAPI.
I used the approach from here
https://github.com/Bringer-of-Light/Qt-Nice-Frameless-Window,
which is b... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573802",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: What is the better way of passing exception inside wrapped lambda, or as direct argument? I want to pass exception inside some generic validation class. I have seen people using the below two methods.
using System;
public class Program
{
public static class ExceptionFactory
{
public ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573803",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Cannot attach debug breakpoint to Vscode OSS extensions I am trying to contribute to VSCode OSS, but I am not able ot attach a debug pointer to .ts file under /extensions/markdown-languate-feature.
Whenever I try to put a breakpoint at extensions\markdown-languate-feature\src\commands\perviews.ts, the breakpoint get... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573805",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: React js related problem. Failed to load resource: the server responded with a status of 404 (Not Found) Hello community and thank you for your attention. I've been experiencing some troubles related to my localhost.
I have been unable to view the code from App.js file.
import React, { useState } from 'react';
impor... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573806",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Javascript function to show only selected cards I have 4 options. ALL / PROJECTS / CERTIFICADOS / APIs.
I 13 cards in a grid. I want to define two properties to each card. For example, Card one will have ALL and PROJECTS.
I define "display:none" to the grid, and i want the user select one of the options, like PROJEC... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573808",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: FATAL EXCEPTION: main Unable to start activity java.lang.NullPointerException E FATAL EXCEPTION: main
Process: com.example.custmizedalertbox, PID: 20065
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.custmizedalertbox/com.example.custmizedalertbox.MainActivity}: java.lang.NullPointer... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573809",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: How to pass database data as props in getServerSideProps in NextJS I want to pass the user data I fetched from a MongoDB database using the user id to the props in the return section. how can I send the data docs in the callback function to the props correctly?
Thanks for your response.
export const getServerSidePro... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573813",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I `reload()` a user's token after updating their custom claims from a server function? I have a server function that updates a user's custom claims.
exports.onEmployeeUpdated = functions.firestore
// When a employee document is updated, if <condition> update isApproved custom claim
.document('employees/... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573814",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Why doesn't typescript narrow types with control flow and never when using arrow functions Typescript refuses to narrow with a call to fail but will narrow with a call to fail2. Is this a bug in typescript?
const fail = (message?: string): never => {
throw new Error(message);
};
function fail2(message?: string)... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573815",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "5"
} |
Q: How to understand this expression? I am converting Hamming code from python to kotlin. And I almost did everything, but there is one expression that I do not understand.
error=sum(int(parity_list) * (2 ** i) for i, parity_list in enumerate(parity_list[::-1]))
For example: I enter the number 101
The value of the var... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573816",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: JDBC Sink Connector ConnectException - Table "schema"."table" is missing and auto-creation is disabled for oracle I am trying to sink data from kafka topic "kafka2.INVENTORY.PRODUCT" to table "product_target" under schema name "tinventory" with Oracle DB. This sink I am trying with the DB connection user "jdbcsinkus... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573819",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Vercel Edge functions for streaming I'm getting this error: error - Provided runtime "edge" is not supported. Please leave it empty or choose one of: experimental-edge, nodejs
I followed the docs to the letter so I'm not sure what's up. Could it be because I'm in my local environment?
I changed it to experimental-ed... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75573820",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |