text string | meta dict |
|---|---|
Q: socket.emit throwing timeout error even when message was successfully sent socket.on("msg-sent", (msg, hit, receiver) => {
socket
.to(SOCKET_ID_DIR[hit]?.[receiver])
.emit("msg-received", msg, (err, res) => {
if (err) {
console.log("msg not received ", err);
} else {
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577772",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Cannot find symbol when deploy on heroku enter image description here
Hi guys, I got an error when deploy my java web project on Heroku. "Cannot find symbol". Could you help me?
I don't know how to figure it out.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75577773",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Python ssl: why do I need to pass peer crt as ca? I'm familiarizing myself with openssl in Python with a simple socket server/client using self signed certificates. One detail is baffling me.
I have created a CA certificate, which I used to self sign certificate csr's generated for server and client using x509.
When... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577774",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is there any way to implement both kfold (n_splits) and early_stopping_rounds in XGBoost GridSearchCV? I'm trying to implement early_stopping_rounds in a cross validation XGBoost model but when I specify early_stopping_rounds in the fit method it seems to not use the default cv = 5 (correct me if I'm wrong but my gu... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577776",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Custom loader animation how can I implement a similar loading animation on flutter?
loader animation
I was looking for similar solutions out of the box, but I didn’t find it, maybe it’s worth applying drawing on a custom painter in conjunction with an animation controller?
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75577777",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Python selenium saying none when getting attribute for source of image I'm trying to get the src of the images in the class "KfFlO" using selenium(I am fairly new to this) however it does not seem to appear and python keeps printing "none" when I ask to print for the source. Does anyone know what the problem is? My ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577783",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: What are the possible exploits that can be used to upload an arbitrary file to the Laravel /storage folder? Edit (Question was closed as not about a programming problem, so I will rephrase):
What are the possible exploits that can be used to upload an arbitrary file to the Laravel /storage folder?
What logs should b... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577787",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: C# way to add item in specific position I have string array which contains data like,
string[] temp = new();
temp[0] = "abc";
temp[1] = "mno";
temp[2] = "xyz";
I need the output like,
i need store value in specific variable
ex,
string value1 = "abc";
string value2 = "mno xyz"
so in another string i want the combin... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577789",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to change the color of specific expressions in text in flutter I'm trying to build an instagram clone and I want if the user tags someone in the comments, the tag text should appear blue (as in real Instagram). Example. I've used regex to recognise the tags from the text but can't figure out how to color them as... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577792",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: why I get an empty list in my output in python? I work with sympy and I have three symbolic variables (y , p_s , p_h). I want to solve the equation in terms of p_s and p_h, solving y in terms of p_s and p_h. My code is as follows when I run it, give me an empty list output. I don't know what is wrong! Could you help... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577794",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to implement shared table in ef core 6 code first? I'm using ef core 6 code first pattern for data access in my application.
there is one scenario in which I need to connect multiple tables to one table column, as an example please refer bellow tables.
There can be 0 or more documents attached bill, there can b... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577795",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: how to fix the error in telerik report viewer object not found I am using telerik report viewer ,blazor server side and trying to show data from Microsoft SQL sever database data in the report viewer but when i use the shared connection method in Telerik standalone report designer it gives me error in web page that ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577797",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Problem with parallelism. I need help for a simple async await usage I try to understand why my code is exiting before running all parts of my code. I understand I must do something wrong with async await but I cannot figure out what:
Here is my main method. Note the Logger. I use NLog and I redirect my log to my co... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577798",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: React Use Form not registering value. Value is always undefined I'm trying to use react-use-form in it's most basic implementation but it's not working. It's driving me crazy as I can't see what I'm overlooking. Basically I can't get the values in the Inputs to get pass the validation. So whenever I hit Sign In, I j... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577800",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: error to connect the frontend to smartContract I am making a react,hardhat,solidity project
but while integrating the smartContract to react using ethers js, I got some errors like
i had installed all the dependences and the react app is getting compiled succesfully
at Logger.makeError (index.ts:269:1)
at Lo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577801",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Decode MD5 Hashes Python I have written a code on Python, to decode MD5 Hashes:
import time
import itertools, string
import hashlib
import sys
import signal
import threading
done = False
def signal_handler(signal, frame):
print('You pressed Ctrl+C!')
global done
done=True
sys.exit(0)
d... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577804",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-9"
} |
Q: How can i post image to django server for use yolo algorithm We are devoloping a project.
We want to use yolo object detection algorithm in a django server and give api a computer which using python. We will post every frame of the camera to server. We want to that server give frame and run yolo or some other algori... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577805",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: not able to sign in to apple account on xcode I am trying to sign in to my apple account on Xcode but when I click on sign in or click on add to add team account it shows nothing. I just change my apple account password it gets the profile but not selecting a team.
Kindly help me outenter image description here
I am... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577806",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Context.pop not been called when dialog is active I have a timer that once completed, the user is moved away from the screen through:
context.pop
Problem is when showExitPopup is active, context.pop is not called called, hence the user still remains on the screen even after the time has elapsed
@override
void initS... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577807",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Pnpm run build not creating the right build ok i will explain the issue step by step, we have a project that is using pnpm and pnpm work spaces version 7 and node version 16.18, in this project we have a folder called services that contains all the services plus a shared folder , that contains shared typs , translat... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577809",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: failed to push to the remote repository from visual studio to github I am trying to upload my visaul studio projrct to github. I am able to upload successfully in github but due to some issue in the project I have deleted the project from github project settings. I have added the file from visual studio as per this ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577814",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Detectron2 saving output file as json I would like to save the output image as json for future annotation.
The following code is able to show the output prediction. Would like to seek your help to assist me on how to save the output as json format. Many thanks.
from detectron2.utils.visualizer import ColorMode
path... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577816",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Error of missing value where TRUE/FALSE needed in Fitting Dose-Response Meta Model by R I met this problem:
Error in if (delta < tol) break : missing value where TRUE/FALSE needed In addition: Warning message:`In log(Ax[v != 0]) : NaNs produced
when I used the "dosresmeta" package to make dose-response meta analysi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577820",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Cannot convert type STD_Logic to type unsigned &I am trying to create the logic for unsigned addition in the ALU of a 32-bit MIPS single cycle processor but keep getting this error:
cannot convert type logic to type unsigned
This is what I have so far (Feel free to look through it,I feel like its mostly there but I ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577821",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: ObjectMapper Desirialization Of LocalDateTime I have this json
{
"@class": "java.util.Collections$UnmodifiableMap",
"settings.token.reuse-refresh-tokens": true,
"settings.token.id-token-signature-algorithm": [
"org.springframework.security.oauth2.jose.jws.SignatureAlgorithm",
"RS256"
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577824",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Need help in understanding the working of this queries I'm struck and can't figure out the working process for these queries and how they work. (Note: There's a typo with the second where it says 'uverdrivers' but its supposed to be 'uberdrivers') These questions are provided as practice questions here.
enter image ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577825",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-5"
} |
Q: Error: You attempted to set the key _i with the value 1 on an object that is meant to be immutable and has been frozen., js engine: hermes I can't find this error, why this error Occured, I never tried to change any immutable value
useEffect(() => {
let dataPayload
const clients = AWSIoTData.device({
c... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577827",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Automatically bump up version in Azure DevOps git repo as a part of build pipeline I am very new to Azure DevOps and need help with Azure DevOps pipelines. I am setting up a repository with terraform files.
*
*I want to enforce semantic versioning in the repo.
*I want to automatically bump up the version in main ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577828",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Terraform Backend S3 : Access denied in Codebuild I am trying to establish s3 backend for terraform inside codebuild project, But I am getting either
Error refreshing state: AccessDenied: Access Denied
151 status code: 403,
or error configuring S3 Backend: IAM Role (arn:aws:sts::xxxxxxx:assumed-role/role-name) ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577829",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to select specific record from database (without "id" or "where"statement) I need to change the last record from my table in python function, i need it in loop.
This is my db table:
"starttime" "endtime" "price" "foreign_key"
2023-02-23 00:00:00 | 2023-02-23 01:00:00 | 0.12812 | 1
20... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577830",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: SwiftUI Core Data map What is a good solution for deleting the chart view in the core data model editor of Xcode 14
I looked up a lot of information, but they just told me that this button was deleted. I hope Apple can bring it back!
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75577836",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: TypeError: null is not an object (evaluating 'MediaLibrary.MediaType') React Native I'm getting the TypeError: null is not an object (evaluating 'MediaLibrary.MediaType')
when i'm using react-native-media-library library in react native.
A: yes its have an media type issue, recently i have move on another library
y... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577837",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How can get previous date in mySql From current date The current date is 2023-02 and I want to get it like 2023-01 in mySQL.
SELECT * FROM products WHERE month_no = '2023-01'
This '2023-01' will come from previous date of current date
Thanks in advance.
A: To get the previous month in the format 'YYYY-MM' in MySQL,... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577840",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: sqlite append column to existing table I have a table(MyTable) with 3 columns named as "A","B",and "C".
Now, I use SELECT and LENGTH function like SELECT LENGTH("A") FROM MyTable.
So, I just got another column with rows of characters length from each row of column A.
However, I have no clue to append this to MyTable... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577841",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Is this correct way to filter items from a list based on certain conditions in Jolt? Recently, we came across a scenario in which we needed to filter some elements from the input JSON based on certain conditions.
We were wondering if this was possible in the Jolt.
After some exploration, we tried to change the exist... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577842",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: SVG looking for an inverse drawing style (xor pen) Is there an 'inverse drawing style' implemented in SVG? I simulate what I mean in the snippet, but that's not a proper way of doing it when things get more complicated. For instance when you want to draw a 'rubber box' (or selection box) or you want to make calibrat... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577846",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Why this swift code cause type-checking error? I'm in Swift 5 Here's a snippet of swift test code, why this does not working? How to make it working?
import UIKit
class SwiftTestController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
test()
}
func test() {
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577848",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Scrolling a div is limited to two fingers on iOS The problem
I have a frustrating bug on my app, specifically on iOS devices. A specific div only allows scrolling with two fingers. I tried following the solutions provided here and here. For some reason, they don't seem to work.
The div I am trying to make scrollable... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577849",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: MongoNetworkError: connect ECONNREFUSED after update After updating linux i can't start my mongodb.
[ec2-user@ip-172-31-28-249 mongodb]$ sudo systemctl start mongod
[ec2-user@ip-172-31-28-249 mongodb]$ sudo systemctl status mongod
● mongod.service - MongoDB Database Server
Loaded: loaded (/usr/lib/systemd/system/... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577853",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: PSPDFKit -PDF Digital signature Watermark issue In PSPDFKit how do I get PDF digital signature without watermark.can you please help me to find the pricing?
I would like to integrate the PSPDFKIT to get the digital signature from the users in our organization contract form without any watermarking.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75577854",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Romberg Method (Richardson Extrapolation) I was tasked to write a MATLAB function that integrates the function from x = a to x = b. However, in the code that I've made, it shows the order and displays an error message: Unrecognized function or variable 'estimates'.
This is what I have:
function [estimates,romberg]=i... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577858",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: usb device clear feature request I am working with at90usb1286 to make a keyboard usb device, I have a problem, I read many post but didnt get any solve for my problem, the problem is, I get clear feature endpoint request from host, but I dont know what should I do when I get this request,
Can any one help please
wh... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577861",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Japanese Report Output in Jasper Report 6.16.0: Text Adjust Property Not Working on Linux Server I am developing a report output function for Japanese using Jasper Report 6.16.0. When I set a long string to the Text Field, it gets cut off in the middle, so I set the Text Adjust property to StretchHeight. It works fi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577863",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to implement Vonage SDK's subscribers view in a custom ListView in Flutter I am trying to implement an UI as shown in Flutter.
The video player view is the Subscribers view. It corresponds to the active subscribers in the session. This view is provided by the native SDK.
The Vonage(TokBoxSDK) is implemented in ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577864",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: stop saving the excel when particular field is empty in Macbook I want create an excel file and in that excel, If a particular field (ex. A1) is empty , then the excel should throw warning and shouldn't allow the user save it.
How can i do this Excel in Macbook laptop
The user can only save the excel workbook , if h... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577865",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Calling asynchronous file write (WriteFileEx) from VBA in Windows? I am trying to write a stream of data with minimal delay between buffer transfers in VBA. The data may be acquired with maximal 30~35 usec precision in VBA.
But because of continuous data stream, I need to write it in buffered chunks of limited size.... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577866",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Pass in/out JSON param to oracle stored procedure using simpleJdbcCall I have stored procedure in Oracle. Here its defenition:
procedure pName(pObj in out JSON_OBJECT_T)
Example of calling it from dBeaver:
DECLARE
POBJ JSON_OBJECT_T;
BEGIN
POBJ := JSON_OBJECT_T.parse('{"cli_code" : "01.075648"}');
COLVIR.CPL_... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577867",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to rotate the globe to specific country on orthographic highcharts maps built in projection here is my current code:
https://codepen.io/tochkitx_renderspace/pen/MWqeMNO
HTML:
<script src="https://code.highcharts.com/maps/highmaps.js"></script>
<script src="https://code.highcharts.com/maps/modules/data.js"></scri... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577868",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to submit with binding model inside it using Ajax? `I have a form inside my cshtml page like this.
@model RES.Models.UserModels.UserProfile
<form class="modal-part" id="modal-login-part" asp-action="UpdatePassword" asp-controller="User">
<p>Please enter your new Password.</p>
<div class="form-group">
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577869",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Creating an Epub from scratch I am making a childen's illustrated books with links on the pages...like a Choose Your Own Adventure book for kids.
I have created a "Book Title" Folder. Inside of that folder is an OEBPS Folder, with the images, html text files, audio, and 'content.opf" file.
There's also the META-INF ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577871",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Kubernetes Ingress rules for prometheus server I have a local kind Kubernetes cluster with two workers nodes. I deployed a nginx ingress controller following the tutorial here: https://kind.sigs.k8s.io/docs/user/ingress/ and this yaml https://raw.githubusercontent.com/kubernetes/ingress-nginx/main/deploy/static/prov... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577873",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Why is not working but console.log("Authentication successful!"); is working import Typewriter from "typewriter-effect";
import { Navigate } from "react-router-dom";
import { useState } from "react";
const Login = () => {
const [username, setUsername] = useState("");
const [password, setPassword] = useState(""... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577874",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Not able to authenticate office 365 via IMAP auth-2.0 : NO AUTHENTICATE failed I am trying to get all the emails sent to a email address into my node.js application. For this, I am using IMAP. plain password suddenly stopped working 3 days ago. I came to know that we need to setup Auth-2.0 to make it work.
Firstly, ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577881",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: ShinyJS toggle applied to several modules I have a solution with one module which after selecting a radio button (2), div (second module) is expanded. I would like to add another module (another radio button and code chunk (div third module) ), but I'm struggling with a server part. Could someone support please? In ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577882",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: SE Linux Android 9 AOSP: Adding some permissions in system/sepolicy/non_plat/my_app.te file leading to a build failure I am working on Android 9 AOSP for Car, when I add some permissions in my my_app.te (located in system/sepolicy/non_plat/my_app.te), my build fails.
ERROR 'unknown type statsd' at token ';' on line.... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577883",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I find out which Ray version is installed on kuberay? Running on kind, I've installed kuberay following the docs.
I brought up the dashboard:
k port-forward svc/raycluster-heterogeneous-head-svc 8265
But this doesn't show any version information
A: You can simply run the ray --version command inside the h... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577885",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Rhapsody C++ code generation Turkish character problem I have a class in Rhapsody where I do database operations (add, delete, update). I also have a class in the application interface where I show failure states. In this class, I assign the error description to the QString type member variable.
When C++ code is gen... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577887",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Error when trying to use Node mailer in React with Node 18, i don't use webpack I have a project in React using Node 18, I installed Node mailer but as soon as I import it I get 47 errors that are the following
Const nodemailer required('nodemailer');
ERROR in ./node_modules/nodemailer/lib/base64/index.js 3:18-45
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577889",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to complete a text field located on an external page, redirecting from the BLazor WebAssembly application On my page I have a button, which redirecting to new Google Meet page.
On that page is a textbook which ask about to write our nickname before we will join to meeting.
I would like to achieve that this text-... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577890",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Button Shapes ON and SwiftUI TabView UI strange I made very simple TabView on SwiftUI and turn Button Shapes to ON and see a strange UI. You can see 3 rectangles at top of Navigation View. I don't know where's it come from.
Anybody can help?
1. Button shapes ON
2. UI strange
This is a sample code
TabView {
Pro... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577891",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Flutter Prevent Screenshot and Call a Function After How to call a function after preventing Screenshot?
There are some plugin to prevent screenshot, and to listen whenever user screenshot the app, but the listener only works when screenshot is not prevented. When I prevent the screenshot, only the normal dialog app... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577897",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Problem with subtraction of two cylinders using CSG and three.js I am trying to do (what seems to me) a simple csg operation using three.js and ThreeCSG, but i don't get anywhere.
I am using the webgl_buffergeometry_indexed.html example as template for rendering with the following added code:
import * as THR... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577902",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is there a way to sort number within number Excel file:
5432
321
9870
import pandas as pd
file = 'read.xlsx'
df1 = pd.read_excel(file)
print(df1)
I want to sort the number within the number into
2345
1234
0789
A: Use list comprehension with convert values to strings with sorted:
#read excel file without header... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577903",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: My deployed H2O model using FastAPI isn't working I deployed my h2o model using FastAPI into a web application, where the h2o model will take in the user's input the province, agent type, occupations, premium, sum insurred, etc, and return a prediction.
I have 3 scripts:
*
*app
*predict.html
*result.html
this ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577904",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to lock memory clock on NVIDIA Turing cards? tl;dr: Currently, I need to do some benchmarking on my 2060s/2070/2080 on linux. The benchmarking includes wattage, temp, GPU clock, mem clock so I need to find a way to lock the clocks on those GPUs (directly or indirectly)
on Linux, NVIDIA has introduced nvmlDeviceS... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577905",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Create a function definite_integral(expression, symbol, x_range) which returns area under expression (a string representing a sympy expression) Create a function definite_integral(expression, symbol, x_range) which returns the area under the curve for expression (a string representing a sympy expression) that contai... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577906",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Integration HashiCorp Vault and Spring Cloud Config Server for few client-services I need to integrate Vault with spring cloud config server. For example, I have two client services, spring cloud config server and Vault. I need that my clients will go to the spring cloud config server and he will back settings (from... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577908",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to make a pivot table from three tables on different sheets There are three tables in excel, on different sheets. How to make connections between them through apache poi and make a pivot table.Java/Apache poi/Excel
I managed to make a summary table for each table, but how to combine them into one?
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75577911",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: Polygon edges and sides distorted in rayshader render I've been trying to plot a 3D plot of some spatial polygons, but I cannot render the sides and edges of the polygons properly. Below is the code I used to produce the plot below.
# Produce the 2D plot first.
ggplot() +
geom_sf(data = strips, aes(geometry = ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577912",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: Candlestick chart graphs not producing continuous indicators # Define function to create Plotly chart
def create_chart(timeframe):
# Resample data to selected timeframe and calculate OHLC data
resample_dict = {'1min': '1T', '5min': '5T', '15min': '15T', '30min': '30T', '1h': '60T', '4h': '240T', '1d': '... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577915",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Why does method protection not work in Spring security? I have a simple hierarchy:
public interface DS {
public default void test1(){
test2();
}
void test2();
}
@Service
@Secured("ROLE_XXX")
public class DeveloperService implements DS {
@Override
public void test2(){
System.out.... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577920",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: "Bad capabilities. Specify either app or appTopLevelWindow to create a session" Error given by the WinApp driver I am getting the below error screenshot when using the WinApp driver for the desktop automation.
The source code I am using to initiate the WinApp driver session as below.
public void setupDesktopAutomat... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577921",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: "Error Capturing Fund" when trying to pay through Paypal in iOS objective C using PaypalCheckout SDK Whenever trying to pay via PayPal I am getting the error "Error Capturing Fund".
I have tried to implement PayPalCheckout SDK in iOS Objective C. I have used carthage to install the SDK and followed this: https://git... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577922",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to parse field name and context with json_value in SQL server 2019 Description of problem
In a SQL table with column name Tags it is populated with the following content:
[{"Tags":"\"Cost Center\": \"009649\",\"Security Level\": \"High\",\"Status\": \"Active\",\"Title\" : \"DRAIM\""}]
Based on the following sta... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577923",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Serverless offline don't work with cookies I am in trouble with the serverless-offline plugin:
When my serverless is deployed to aws cookies works fine,
But it's doesn't work on localhost with plugin.
I saw somewhere than it's will perhaps be possible to make it works with a custom velocity template, but idk how to ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577924",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Creating IOS app where users can self-report ocean pollution For a school project I am creating an IOS app where users can self-report ocean pollution and when setting up my files, I am trying to figure out what are some best practices to keep in mind. For map integration, I would like to use Esri software but unsur... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577928",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: How to solve Xcode SwiftUI "Device Preview Error"? I was creating a test project for widget. I was using SwiftUI and Xcode version 14.2 (14C18). At the biggining I could automacially see the preview in my iphone if i connect it to my developing mac enviroment and turning the device preview option on from the xcode.
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577931",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to shift a React Component on button click to render another component and shift previous one I am trying to have a static component that can be shifted below when I click the button to show below the component for which the button is clicked, and works same way for all buttons.
Right now I have 4 buttons. When ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577933",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Dear Team backup on my sheet with values only(without formulae) but affect my original sheet,,,how to backup without affecting my sheet function freezeOutput(){
var timeZone = new Date().getTimezoneOffset()/60; //added to get hour and minutes into file name
var formattedDate = Utilities.formatDate(new Date(), timeZo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577937",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Keys of hash as arrays and keys values into arrays after match I have given shown file as input to script and created an hash. I want to make keys as arrays and the corresponding key values into that array after the match.
I have created hash, but finding issues to create keys as arrays and its values into the corre... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577938",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: Updating variables from outside ContentView and drawing paths based on those variables I've been trying to learn Swift as a hobby. I've been progressing fairly well, however I've been writing my programs using the command line tool template which makes it quick and easy but also means that I have not learned about ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577940",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I bypass CORS for specific URL using JavaScript? I need to bypass CORS Policy for a specific URL including the URL Path for the front-end side.
I got the following message:
BlockquoteAccess to fetch at 'ENDPOINT' from origin 'http://localhost' has been blocked by CORS policy: Response to preflight request d... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577943",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-7"
} |
Q: Redis Insight. Are you behind a proxy? If so, please set the RedisInsight environment variables I deployed RedisInsight in a Kubernetes Cluster, and expose it using a Kong Ingress. When I access it in the web I never pass the privacy settings, it tell me "Something went wrong submitting your preference. Are you behi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577944",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Hide shipping adress from payment request w3c I would to hide the shipping address from my payment request w3c.
Any idea please!
const request = new PaymentRequest([{
supportedMethods: 'https://pay
}], {
total: {
label: 'total',
amount: { value: '10', currency: 'USD' }
}
,
shippingOptions:... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577946",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Unresolved reference Manifest.permission.CALL_PHONE I have an android mobile application, where I am trying to build in direct call feature. I have added the required permission request in the Manifest file. But in the function where I am trying to make the call, there is an error that says Unresolved reference: CAL... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577947",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: rails turbo frame apparently updating but browser window remains unaltered The following _receipt_number partial (HTML formatting tags removed for brevity's sake)
<%= turbo_frame_tag :receipt_number do %>
<%= t('scan') %> <%= t('cart.receipt_number') %>
<h3><%= @cart.receipt_number %></h3>
<% if @c... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577949",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: How to make nodes overlap in Graphviz? I want to make some of the nodes in my graph to overlap in the following manner:
I am using pygraphviz to render graphs.
So far, I have been trying to get the coordinates of the overlapping nodes and move them to the position I want, but that doesn't seem to be working.
I am q... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577950",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Pass data from iframe to another iframe I have a main page with 2 iframes on it. How do you send data from 1 iframe to the other iframe with links?
In this example, in the top iframe, how do i make a link to send song 1 name to the bottom iframe's function?
index.html
<html>
<head>
<style>
html,body {height:100%;}
.... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577951",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I reset my class after every test? I would like to reset a class assigned to a const after every test.
In main.ts I have a class and assign it to a const:
class MyClass {
// many properties and methods inside here
}
const myClass = new MyClass()
Now I would like to reset this to a fresh class after every ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577952",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: facebook API email I am doing facebook API login on a website. I am using fb documentation and I get feedback with information such as: token and user id but I also need an email to be able to log it on my website.
but i have a problem here.
After adding the code from the documentation (scope:email) it shows me an e... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577954",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How can I filter nested array object fields when querying Dynamodb? I have a dynamodb item which looks like:
{
"taxAmounts": [
{
"amount": {
"currency": "AUD",
"value": 209
},
"name": "GST"
}
]
}
I am looking for a filter to filter on the name field of taxAmounts. I have tired:
--filter-expre... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577957",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: QML - problem on updating rectangle after valueChanged signal I want to create a percentage display based on two rectangles.
If I test the display manually (fixed value for p_value) then the percentage bar is displayed correctly.
If I intercept a signal, the bar and the text only change when the maximum value is rea... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577958",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Can't see icon. Copied code from "https://realfavicongenerator.net/" <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Crossdeck-(accross desks)</title>
<link rel="apple-touch-icon" sizes="180x180" href="/resou... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577961",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Can't install jenssegers/mongodb in Laravel 10 I am new to Laravel. I want to connect to MongoDB using Laravel 10 which require jenssegers/mongodb to be installed. When I run command composer require jenssegers/mongodb 3.8.0 --ignore-platform-reqs in the terminal, I got error like this:
PHP Warning: PHP Startup: Un... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577962",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "3"
} |
Q: Can anyone nice enough to explain on integration between react native and an existing app/apk, is it possible and how can i do it? I try to integrate and call the apk through an app created using React Native, I try to refer this documentation, https://reactnative.dev/docs/0.65/integration-with-existing-apps, but go... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577964",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Azure web App authentication using AD app and msal.js in Sharepoint Page I have a Sharepoint page in which we are calling an Azure Web app to get the data which is authenticated using Azure AD app. In order to get the token to call the service we have used msal-browser.js (v2.16.1). Our code is generating the token ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577966",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Make model authenticable when it is extending another class I'm using spatie/laravel-event-sourcing in my app. I have Consultant model which extending Projection (abstract) class.
<?php
namespace App\Projections;
use Spatie\EventSourcing\Projections\Projection;
class Consultant extends Projection
{
I made auth gu... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577967",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to improve performance of an API and reduce the reponse time with Parallel Processing I have a service which gets a list of Ids i.e. bank account numbers, like List accIdList.
For each id in the list I have to fetch a specific fields from the DB.
There is a limitation on this DB as we cannot use IN clause nor ca... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577968",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: ayuda! me sale este error: o.s.boot.SpringApplication : Application run failed alguien me podra ayudar con este problema? no puedo ejecutar la aplicacion, me da el error que muestro a continuacion
2023-02-27 04:40:47.276 INFO 6076 --- [ restartedMain] c.P.jcaceres.JcaceresApplication : Starting JcaceresApp... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577970",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: adding and removing values in a flutter lists so below i have a list where for every time I tap a specific radio button value of the button gets added into an empty list , so what i'm trying to do i only want one value to only ever be contained in the list , meaning if i tap a radio button and the the value is place... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577973",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |