text string | meta dict |
|---|---|
Q: where should I add a type specifier for networkstudent, security student , and softwarestudent in c++ When I go to run the code in c++ I get an error saying expected a type specifier for networkstudent, security student , and softwarestudent. where should I be adding the type specifier?
roster::roster() {}
void rost... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579451",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: what is the lifecyle of a package in flutter? I'm writing a package and I have questions. With this package, I can manage the theme of the application, but after putting the application in the background and spending time in different applications, when I return to the my application, I see that the state of the pac... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579452",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: calling custom function that uses Web.Contents to return a table against multiple rows I have written a custom function called GetTableFromAPI2 that utilizes an internal API to return a table. I would like to be able to run this against multiple rows from my source table. The function is as follows:
(input as any, S... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579453",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Trying to view source code for a Houdini file I want to better understand a remarkable paper:
https://cseweb.ucsd.edu/~alchern/projects/MinimalCurrent/
The authors provide the source code as a proprietary binary code that can only be opened in Houdini. A .hipnc file. The binary data can be viewed in other applicatio... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579454",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: A question for information security specialists from a beginner I have a question for experienced information security specialists. I am a beginner in this business, I decided that I would study this specialty in parallel with the current one (my main one is the operator of computer complexes, a very vague concept, ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579457",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: TS2349 when import lazy-loading in React I am trying to refactor a React 18 app to use lazy loading as described in the docs:
The best way to introduce code-splitting into your app is through the
dynamic import() syntax.
My original code (working):
import addMobileAppStartupListeners from './components/listeners/a... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579459",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How do I import single-line CSV into QuestDB? I'm trying to import a table into QuestDB via the /imp REST endpoint. The file contains a single row one with no column row:
a,10.5,True
I'm trying to import it with cURL:
curl -v -F data=@input.csv 'http://localhost:9000/imp?name=my_table'
but geting not enough lines ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579460",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: How to create Azure Databricks jobs of type python wheel by terraform I am using terraform to implement a databricks job in Azure. I have a python wheel that I need to execute in this job. Following terraform Azure databricks documentation at this link I know how to implement a databricks notebook job. However, what... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579462",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: pointers and structures, -> operator I have a problem in function let_comment. Function should add comments to movies defined in structures movie and comment.
Compiler show error in line f->comments.text=text; error: (COMMENT*)&f->comments' is a pointer;did you mean to use '->'
#include <stdio.h>
#include <stdl... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579469",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: When using subversion on macos and committing a file I receive the error sed: 1: "/Users/xxxxxxxxx/.sub ...": invalid command code e Apple M1 Max 13.0.1 (22A400) is the operating system I am running and I have never seen SED before I thought it was something to do with MAMP which I downloaded recently but after unin... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579475",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: jsonschema2pojo is adding some attribute to parent class dynamically I have a json schema like this:
{
"JavaType:"com.a.b.c.MyClass",
"extends": {
"type": "object",
"javaType": "com.a.b.MyBaseClass"
}
}
After build is executed jsonschema2pojo is adding some attribute & setter/getter dynamically to MyB... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579476",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: adb connect to tv box A connection attempt failed because the connected party did not properly respond after a period of time why? I have android tv box x96Q, I need to connect to the box via Android ADB application from android studio
the problem is when I turned the developer options and usb debugging but when I t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579478",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: can not see any analysis data in sonarqube The background tasks are success
enter image description here
The build Execution is also a success
enter image description here
But can not see any analysed data in sonarqube dashboard
enter image description here
We are not doing the scan on Main repo. It's subrepo. But i... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579480",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: sf::st_intersection not implement all points I have two sf files: x & Riv
I would like to obtain the intersection of 'x' polylines with 'Riv' Linestring. For that, I used the function sf::st_intersection(x,Riv).
Nevertheless, the output does not include all the intersection with all 'x' linestrings.
(Only 27 on 44)
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579483",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How does DB work seamlessly on Filesystem and Block storage types? how can a DB (like MySQL) work seamlessly when installed on filesystem or block storage types? I understand that installing it on a filesystem it makes use of files which managed (delegation) by the filesystem to store its data. Or maybe I am wrong?
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579484",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Using Java programming, How can I convert XML file into Avro file? I am new to java and I need to input XML file to a java code that gives Avro as output, cannot find a working example on the net.
Found this Github repo -- https://github.com/elodina/xml-avro in the existing thread -- Convert XML to Avro and generate... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579485",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to check the orientation of my app in espresso? I am using espresso for android ui testing. I want to test whether my screen is in portrait mode. I am using Kotlin programming language.
What did I try: I tried to search how to perform this. But all I could get was change the orientation of the app using espresso... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579487",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How we can collect flows from another collect or nested flow? I am getting Flow of records (Flow<List<Record>) from Dao, now on the basis of these records I have to fetch another list of flows (Flow<List<AnotherRecord>>) , but collect function inside of another collect function is not working .
allRecords.collect {... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579489",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Android Studio Emulator is gliching so bad Please look at the picture. I am using latest version of Android Studio, and the emulator inside is so damn glichy. The black lines as shown in the picture appear and disappear hundreds of times in one minute, help me fix this.
I tried installing and reinstalling different ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579490",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Add a condition to run Gitversion when branch is main We are using a Azure yaml pipeline and Gitversion, configured to version up based on PR templates.
- task: gitversion/execute@0
inputs:
useConfigFile: true
configFilePath: 'GitVersion.yml'
- script: echo current version is $(GitVersion.... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579491",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: I am trying to stream response(word by word) of chatgpt api in android (java) by implementing async task but i get an error I am trying to stream response(word by word) of chatgpt api in android (java) by implementing async task but i get an error. I am using java's HTTPurlconnection library with input and outputstr... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579492",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: make a div transparent when hovered but only around the mouse cursor (a little bit like a magnifying glass) I would like to reproduce the effect done on the top of this website : agap2.fr.
There are 2 div superimposed (a blue one and a yellow one) and the first one is getting transparent around the mouse revealing ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579493",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: it shows typeerror unhashable type "data". how to solve it import numpy as np
from torch_geometric_temporal.dataset import METRLADatasetLoader
from torch_geometric_temporal.signal import StaticGraphTemporalSignal
loader = METRLADatasetLoader()
dataset = loader.get_dataset(num_timesteps_in=12, num_timesteps_out=12)
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579494",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Loading a C# assembly (compiled to a .dll) in VBA I have an existing codebase of C++/CLI calling C# and want to drive both of these from VBA. The C# code is called from the C++/CLI and works great if I run it all using a simple C++ exe. The problem is, I am now trying to invoke the C++/CLI (and subsequent C#) from V... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579499",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: fakeAsync() or done()? When you write an Angular test using Jest and you have to test asynchronous operations do you prefer to use
it('', fakeAsync(() => {
// test goes here
}));
or something like
it('', (done) => {
// test goes here
done()
});
I tried both but done() seems to give me more ex... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579500",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: IIS Express SqlException: Cannot open database "xxx" requested by the login. The login failed. Login failed for user 'xxxx' called by SignInManager I have two websites which pull data of two databases on a remote server. When I test these using IIS Express, they both use the data from the remote server.
Both were de... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579501",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How can I change code intellisense by vscode extension? This image can show what I wanna do.
description
I just want to get the completionItems before showing, do some change and return changed result back.
I tried to search for information on the Internet, but most of them told me to rewrite a CompletionItemProvide... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579503",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: is it possible to add a distance value to the Framed-IP-Address attribute without using Framed-route? I need to assign a session to a client connection, with a framed-route already configured
example: Framed-IP-Address = 192.168.1.1 0.0.0.0 2, framed-route =192.168.2.0/24 0.0.0.0 10
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75579504",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Error installing Rails: "ERROR: Failed to build gem native extension." I'm trying to install Rails, like this:
sudo gem install rails
i get:
ERROR: Error installing rails: ERROR: Failed to build gem native extension.
version ruby :
ruby 3.2.1 (2023-02-08 revision 31819e82c8) [x86_64-linux]
version gem :
3.4.6
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75579505",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Set retry logic for segments in AVPlayer Is there any possibility of setting a retry logic for segments in AVPlayer?
I want AVPlayer to retry for as long as it has a buffer available when receiving a 404 for a segment. Unfortunately, I tried to find a way to set it in the code with no success.
I found that when AVPl... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579509",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Obtaining kafka topics produced and consumed by a microservice Is there any code/command I can use in Kafka to see all the topics produced and consumed by a microservice?
Alternatively is there any command I can execute on a Spring Boot kafka microservice to obtain the input and output topics and consumer group?
A:... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579510",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can prometheus start reporting on path params as well? Background:
We have an application which acts as a gateway. Every URL served by the platform goes through this. URI is /v2/{endPoint}. With endpoint, there are mappings to hit the services URL accordingly.
All our applications are spring-boot applications. W... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579511",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Firestore rules stop listener For my Firebase project I have created following Firestore rule:
match /games/{gameDoc=**} {
allow read, write: if resource.data.playerOne == request.auth.uid
|| resource.data.playerTwo == request.auth.uid;
}
The rule works as intended, however my problem is that I se... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579513",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Rich text box replaces default Monospaced font for Box-drawing characters with Variable-width font I have a Windows rich text box control (RichTextBox) on my form. The box has Consolas monospaced font set. For most contents the box indeed renders it with the selected font.
But when I load/set contents with Box-drawi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579514",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to build an unique number for a tupel in SQL I want to identify a unique number for the Tupels
I have in the database product table and parts table and every product has parts (1:n).
product
parts
A
x
A
y
A
v
What I want to have is a unique number for the combination between the product and its t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579518",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to throw error in antd upload component, if the csv rows more than 10000 I'm using antd upload compoenent for csv uploading. I need to validate it by number of rows. if csv contains more than 10000 rows means i need to throw error message. my code is
<Upload
name="data-file-upload"
bef... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579520",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Deploy flask application with code security I developed one application with Flask. I want to deploy that application on the client's server. I want to restrict that, no one can see my code files. I am aware of the .NET application. In .NET, the application can be published in compiled DLL format. So all codes will ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579524",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Program using libp2p to connect using TCP, QUIC or both I a m writting a P2P application, and I want to decide to send a message to a peer using TCP or QUIC, for a benchmark of the protocols and also for leting the user decide (I want the quic protocol to the the pefered one). But i am having trouble to do so. Curre... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579527",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: This Page Can't be Displayed - bKash payment api integration App URL access issue We already developed a web application and integrate bKash API for payment and we validated from bKash 1st & 2nd sandbox testing. But Next they want to access our web application app url before going to live (The app URL need to displa... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579528",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: How to get the minute difference between two Carbon objects ignoring the date? I have a start date
$start = Carbon::parse('2023-03-01 10:00:00');
and an end date
$end = Carbon::parse('2023-03-02 17:00:00');
I want to get the minutes between 10:00:00 and 17:00:00 ignoring the date.
I made this working with
$time_en... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579530",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Appending issue in a list in Python I have a list Ci. I am performing an operation within a loop and appending the values. But I am not able to obtain the expected output. How do I fix it?
arCi=[]
Ci=[1.0]
for i in range(0,4):
Ci=Ci[0]*i
arCi.append(Ci)
Ci=list(arCi)
print(Ci)
The current output is
[... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579531",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Code that makes a portion of a website *reasonably* non-archivable I'm building a website. I have certain sections that contain opinions that I feel fine stating publicly now, but perhaps 10-20 years they could cause problems that I cannot foresee now (just think how some things considered harmless 15 years ago can ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579532",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: ADF Industries Best Practices ADF Industries Best Practices with data size wise flow time with number of records
I need an table with Industries Best Practices for each data load
for eg :
data size : 1 GB
number of records : 1 millions
what is the flow time of an pipeline
Source : SAP
Destination : SQL Synapse
A: ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579533",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: upload excel to create bulk database row in django rest framework Hey developer's I am stuck to create bulk database entity using excel file upload by Django rest framework
help me to upload excel and create row in Database.
class DispatchAdvice(models.Model):
da_id = models.AutoField(primary_key=True, unique=Tr... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579534",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: We need to search user given id and get the values in file , python program for it Step 1 : Find out how many times “NRCellDU*” is given files
Step 2 : Under every NRCellDU, We need to search user given id and get the values
Step 3 : (If it is [single file OR multiple file] and given id is present under multiple NRC... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579536",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: Laravel Livewire multispep form save data this is my blade file
i have 2 problem i want different variable from javascript in this 3 step and in final page i want make a summary of 3 different preset and save to my database like:
id_client: = 1 ; order_1d =1 sub_order = 1
id_client: = 1 ; order_1d =1 sub_order = 2
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579538",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: I can't figure out on how to use useContext in my app I want to start this question by informing you that I am a total noob in React, but I want to learn how to use it.
I have a back-end for the login page written in Nodejs in which I return some data in case that the username and password entered by the client have... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579544",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to correctly load dynamic images in Vue.js? At the moment I'm just starting to learn Vue.js. I can't solve such a problem, when using "require()" an error appears: "Module not found: Error: Can't resolve". If I use static loading, then all images are loaded normally.
Static photo upload that works:
<template>
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579545",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: What is a shell in wpf? I often see people talking about creating a 'shellview' and 'shellviewmodel', especially with MVVM.
I always thought a shell was just what you used to interact with the operating system but it seems to have a different meaning in this context.
I've tried researching this but I only get it bei... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579547",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Explanation for the following code if possible I am new to JavaScript. I used nested for...of loop to solve a problem. Later while checking here, the code was written in a single line. I couldn't reply to the original post, so asking for explanation here. The code is as follows:
Object.entries(users).filter(([_, us... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579549",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-4"
} |
Q: Question about @ExceptionHandler(Exception.class) There is an exception interceptor:
@ControllerAdvice
public class RestExceptionHandler extends ResponseEntityExceptionHandler {
@ExceptionHandler
public ResponseEntity<ApiExceptionDTO> handleDataIntegrityViolationException(DataIntegrityViolat... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579551",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to code on pine script to get previous 3 candle closing value and previous 3 candle rsi value on a screen mode I want a trading view screener which show last 3 days candle closing value and last 3 days candle rsi value.
I just copy the rsi code and try to some changes to get it but I am not successful on it.
A... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579552",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: I don't know, how to create Apache handlers and connect to Django project I built eCommerce site in Django REST Framework. I deployed to cPanel hostinger.
Please show me how to connect Apache to project.
enter image description here
Apache page
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75579553",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: I can't add Tomcat run configuration to my project Tomcat run configuration doesn't appear in the list for me. I have the IntelliJ IDEA Ultimate and the plugin for Tomcat installed. This is what configurations are available for me.
I tried watching some tutorials on YouTube, but for all of them, the configuration w... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579555",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Convert GRAPHSON_V2D0 Serializer response to GRAPHSON Azure cosmos support Serializers.GRAPHSON_V2D0. List<Result> resultList = client.submit("g.V().limit(1)").all().get() returns all the properties with the vertex and the format is completely different. Result looks like
{
"resultObject": {
"id": "63073... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579557",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Can't get gRPC to work on an existing ASP.NET Core project I'm trying to add gRPC to an existing ASP.NET Core 7 project. It is an older code-base so its not using the modern WebApplication.CreateBuilder(args) approach.
This is my Configure method where I added MapGrpcService and MapGrpcReflectionService in the endpo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579559",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: MAE of ex-post and ex-ante I'm trying to do a GDP forecasting using VAR model. The Training MAE value for ex-post is lower that Ex-ante. the entire dataset has 756 rows and the train-test split is 744 & 12 for ex-post and entire 756 is for ex-ante. why this MAE difference occurs?
Training MAE is 0.04 for ex-post and... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579562",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Lock escalation on update statement that uses a primary key I inherited a database that seems to have a LOT of lock escalation going on. I ran a trace and it's full of escalation events.
Some of it is caused by things like BULK INSERTS. I can understand how that causes an issue with locking.
There are some other que... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579564",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Having trouble drawing shapes in JPanel in Java I am trying to draw a rounded rectangle behind a JLabel which is inside a JPanel which is inside a JFrame from another class. The goal is for the rounded rectangle to look like a speech bubble. The issue is that any shapes which i try to draw from the paintComponent()... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579567",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-4"
} |
Q: why jest-dom has function toBeChecked but not having toBeNotChecked since there is no function called toBeNotChecked, is there a way to test my checkbox is unchecked.
I want to achieve below code, is there any workaround?
expect(screen.queryAllByTestId("selectRow")[0]).toBeUnChecked() // there is no such function
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75579568",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Spring boot @Transactional does not work when org.springframework.http.converter.HttpMessageConversionException is thrown? I have a rest controller, it will insert 1 record per request,like:
@Transactional(rollbackFor = Exception.class)
@PostMapping("/create_user")
public Response<Empty> createUser(@RequestBody Req... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579569",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I get and save the documentID from Cloud Firestore I would like to get only some data from a specific documentID from my Firestore for example, I want to get the name or phone nummer from the account that was created on the iPhone and the display the data from the specif user on the screen.
I tried a lot of ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579570",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Batch trim mulitple folder name, including subfolders; batch trim multiple file names in these folders There is a network drive that will be migrated soon. On the new drive there is a character limit for folder and file names. Folder names cannot exceed 25 characters and file names 50 characters. Administration does... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579572",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: APISIX Cors Plugin not working when request having authorization token {
"uri": "/api/v0/s1/*",
"name": "route-subscriber",
"methods": [
"GET",
"POST",
"PUT",
"DELETE",
"PATCH"
],
"plugins": {
"cors": {
"allow_credential": true,
"allow_headers": "**",
"allow_method... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579576",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: how to retrieve the openshift container pod name using python? I have my python applications running in redhat open shift container, for logging purpose i want to print/get the pod name programatically in python, i have no idea how to do it can someone please help?
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75579577",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to Change Outputs on tflite model via tflite model maker I have created a model which detects objects via android environment. Checking it, the outputs are "locator" and "image". It was an image classification model. I tried 2nd model but it has different output which are "image" "image1" "image2". I thought tha... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579578",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Parameterize join conditions in pyspark I would like to perform a left join in pyspark that does the following.
Given a table X with all rows and columns informed:
Column A
...
Column N
cell
cell
cell
cell
cell
cell
And a Table Y with some rows with a default value, let's say "*":
Column A
...
Colu... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579581",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Javascript - Get Last Business Day of Month I am trying to work out the last business DATE of the month with the following function
const getLastBusinessDay = (e, t) => {
const a = new Date(e, t + 1, 0).getDay();
let n = new Date(e, t + 1, -1).getDate();
return (
(0 !== a && 6 !== a) ||
((n = new Dat... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579583",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: Display current month sales perf - SQLAlchemy - Flask I want to display the current month sales perf with SQLAlchemy on my Flaskproject.
I have a table like statements with "price" and "payement_date".
Someone can help me with this ?
Thank u.
I have try this with no success:
thirty_days_ago = datetime.today() - time... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579584",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: how to apply filter, when i click the form in blankformList Activity only that form entries visible to user in InsctanceChooserList Activity enter image description here find this
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75579585",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: AppsScript failed to generate timestamp in some rows I have this script running for a file that I share with 10 other colleagues.
Problem:
Occasionally the script failed to generate a timestamp in Col22 although Col17 is filled in manually.
What could be the issue?
Script
I read that I need to include EventObject wh... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579587",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Static tab in teams custom app not showing loading the url added in contenturl I have just created a teams app that has a static tab in which I've added a url for a sample page created in Flask which is running on ngrok. But when I install the tab and add it to a team, the loading icon starts loading and then says "... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579588",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Why cant I plug this Vector 1 not into Multiply? I'm in the Unity ShaderGraph and want to add displacement to my shader. I have this Voronoi setup example, which leaves me with a Vector 1 output.
I can plug that into the multiply and displacement works without problem.
But if try that with the texture, it somehow d... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579591",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Oauth 2 token error in Laravel due to BigQuery Integration So i have this code which i want to request for the table from google cloud BigQuery in Laravel 8 and i have already create a service account in my Google CLoud as well as made a key and got the json file with all the details of the Bigquery. When i call the... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579592",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Unknown function apoc.spatial.geocodeOnce in neo4j 4.4, why? I am using neo4j 4.4.18.
When I try a simple apoc.spatial.geocodeOnce(apoc.text.join([address, addressCityCode, 'BERLIN', 'GERMANY'], ' ')) as loc
I am getting this error
Unknown function 'apoc.spatial.geocodeOnce'
While I can see that this function is pa... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579596",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Stream Analytics: Send 25 events together I have a Stream Analytics instance, that gets data from an iothub.
I want to process n events together (25 for example), not every single one. I also don't want to process each event, including the 24 before, but instead 25 together as one batch.
Most of the functions only a... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579598",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Disable dates + weekday numbers with flatpickr I would like to be able to deactivate days + weekday numbers 1 to 7.
calendar.flatpickr({
disable: dateUnvailableCalendar,
minDate: "today",
onChange: function (selectedDates, dateStr) {
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579599",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: DxDatagrid is not displaying data on datasource change i am displaying multiple dxdatagrids on same page using NgFor
it is all dynamic. problem is when i am trying to use fitters in a particular datagrid
i can fetch data alright but setting that to that datagrid is resulting into ..no data display which can be seen ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579601",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: pass object as props to script tag in react I have this script tag of calendar(at the bottom of the page). https://www.mql5.com/en/economic-calendar/widgets. But i cant just insert it in to my react app. Because React wont let me pass object as props to script tag. So i was trying to create that script tag in useEff... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579602",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I export the total value of the APDEX index from Jmeter's hmtl report? I would like to take the total value of the apdex jmeter and copy this value to a database or file.
is it possible to do something like this?
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75579603",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Execute a function only once and when the State is activate I'm trying to understand better a tamplate script for pygame that I'm working with it, but I'm having a doubt: as soon I launch the main.py file in my console is printed "first screen start", but shouldn't it be printed only when the state machine change to... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579604",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: how to change svg image colour of tab bar by swiping? flutter I have svg image inside icon of tab bar . by using tab controller the colour of the icon is changing fine by pressing on the tab..but when swiping there is delay in colour change.. In many examples it is given to set the label colour. But it only works fo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579605",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Losing starting vertex in search result I have graph, where i am trying to find certain vertex's from given vertex, but in the search result I am not getting the starting vertex. Below is the query I am trying which loose the starting vertex.
g.V().has("orgId", 102)
.repeat(bothE().otherV().simplePath())
.until(hasL... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579607",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Readonly preseted values in Angular I'm new to Angular and TypeScript and in the process of mastering those, I run upon a task where I need an object (or something alike) which gives me the opportunity to define an attribute which is readable but not editable.
In Java I would have done it like this
public class Dto ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579608",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Request through curl works but request through Axios doesn't work I created a VPC with public subnets and private subnets to create 2 aws EC2 servers.
My API server lives in a private subnet and my React server lives in a public subnet. The React server can connect to API server. When I use cURL to send request from... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579609",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Trying to troubleshoot/understand mysqltuner JSON error message As per name I am just an old git who is attempting to teach himself so apologies if this is the wrong place/query for here.
Anyway I have run mysqltuner and am working through the recommendations - some are easier and more obvious, some I've managed to ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579612",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: npm - need to automatically install peer dependencies in parent project without ignoring them
*
*I have a react application say project-A which I need to publish as a npm package and this project have several dependencies such as material-ui, dompurify, recharts etc.
*Now in other application say Project-B I nee... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579613",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How do you flip a emoji around 180 or 360 degrees on a computer divice? I've really wanted to ask this question for a long time : How do you flip a emoji like this ?
Thank you for checking this out.
I hope you can answer my question!
I tried a lot of different apps but none of them managed to work. Can someone eithe... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579617",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to add SPM dependencies to xcodeproject in one go using commands, like pod install for pods This is my package file..
`
let package = Package(
name: "sample",
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579619",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Compare files between 2 gitlab branches have the same structure We have Gitlab branches ,Let say "Branch A" and "Branch B" The two branches have the same structure and same files.
We are committing a new function or changing a current function code in the "Branch A" for testing then commit the same changes to "Branc... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579620",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Inlining a rvar to a var stage in Halide I’m trying to inline a rvar to a regular var stage.
Let’s say I have an input vector of some size, which I would like to multiply each element by 2, as well as sum all of its elements.
something like :
Input<Buffer<int>> vector {“vector”, 1};
Output<Buffer<int>> output {“outp... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579621",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to implement a visual servoing application with KUKA robot and realsense camera? I have a setup with a KUKA robot with a realsense camera mounted. I have written code to track some markers using the camera using a trained yolov5 model. I would now like to develop a visual servoing type application where the robo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579622",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Why NSView is not be the given Size? I am making a nsview and given the size but it does nothing and it is small, here the code:
class AppDelegate: NSObject, NSApplicationDelegate {
private lazy var window: NSWindow = NSWindow()
func applicationDidFinishLaunching(_ aNotification: Notification) {
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579623",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Dart/Flutter: List of Object to other List of Object I have a list of a list, created with a constructor, like:
class DA_Field { final int DAFIELDKEY; final String strGROUP; final String strText; String Status;
DA_Field({
required this.DAFIELDKEY,
required this.strGROUP,
required this.strText,... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579624",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Results from the Python interpreter's TFLite and Android's are very different I'm newbie in Android TFLite.
I converted insightface(pytorch) to TFLite, and I want to inference this model in Android.
This is very beginning part of my conversion(FP16).
begin
And this is last part.
end
The preprocessing of the bitmap w... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579626",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Prevent repeat post calls in short succession I've got a case where user can update a value as many times as they like, however I want to avoid spamming the server until user basically stops changing the value.
Is there a way I can accomplish this?
Use Case Example
HTML
Your New Value is {{value}}
<button (click) = ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579627",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: TYPO3: string[] to Object[] Type Converter? Right now I have a Type Converter, from string to my User::class set up like this. By the way, I simply use this for a User class that I have for some specific User objects which I don't want to persist, that's why it simply deserializes them:
class UserConverter extends A... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579629",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Trying to copy cells from another worksheet using a button, unknown error Run time error 1004
Debugger shows the last line as shown below as the error
Sub Store_New_Food_Record()
Dim nextEmptyFoodRow As Range
Set nextEmptyFoodRow = Worksheets("Calculator").Cells(Rows.Count, 8).End(xlUp).Offset(1)
MsgBox nextEmptyF... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579631",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to force keyboard height to increase? There is a source code for the keyboard https://github.com/maihannijat/AndroidKeyboard
The problem is that when words are output from the dictionary, the field with the dictionary is adjusted to the input field.
The output of the dictionary itself occurs in the SoftKeyboard... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579639",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to loop the audio while the phone is moving and the button is clicked with accelerometer in AS? My current code works like this: if the button is clicked after the phone has started moving, then the audio will loop. Otherwise it will only play once.
What I want to do: I want to loop the audio when the button is ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75579640",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |