text string | meta dict |
|---|---|
Q: TCP Socket : Why does my C++ TCP client in Unreal Engine receive a null character at the end of messages from a C# TCP server? This is my server code in C# :
// send a message
string str = "Hello World;";
byte[] strBytes = Encoding.UTF8.GetBytes(str);
int strLength = strBytes.Length;
// Allocate a buffer to hold th... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611691",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: My Vanilla Javascript Speech Recognition App won't accept 2 letter spanish words ex: (el, la, un,) I am creating a website that allows the user to play a translation game with their voice. The idea revolves around an english word like "The" and then the user would say the word "el", however every other word works bu... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611693",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Collision time Stop gameobject velocity's How to stop gameobject velocity in collusion time?
Collison time gameobject velocity is zero but Rigidbody in physic material Collison position velocity is not zero.
I attached code and gameobject movement in game.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75611697",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to do stretching Image distortion transformation in Swift iOS I am new to iOS actually I am working in project where user can select image and user can make image thin or thick that particular part of image.But I don't get a idea how to start.
The main function is that user can make human body slim and thick
I w... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611698",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Test angular reactiveForm with multiple mat-select controls in a angular environment? I have angular reactive form with multiple mat-select values already auto-populated before the form loads. Basically its a filled form.
<pre><code>
it('TEST FORM GROUP', () => {
const formgroup =
fixture.debugElement.nativ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611699",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to wait until a directory exists in ansible I would like to pause my ansible playbook until a certain directory exists.
I am aware that I can check if a file exists or not with
- name: Wait until the file /home/myfile.txt is present before continuing
wait_for:
path: /home/myfile.txt
sta... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611700",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: Getting error when installing cdqa on my Windows 10 when I am trying to install cdqa on my jupyter notebook, using !pip install cdqa, it is showing an error
ERROR: Could not find a version that satisfies the requirement cdqa (from versions: none)
ERROR: No matching distribution found for cdqa
Any help regarding this... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611701",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: You’re now in the production slot, which is not recommended for setting up CI/CD I want to set CI/CD for function app. I'm using Visual Studio Code Tools for deployment which overrides all content even for those functions as well which I didn't edit. So I need to manage source control for Function App.
Before enabli... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611704",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: please guys is there anything wrong with my css the variables aren't working :root {
/** COLORS **/
--white: #fff;
--black: #0C1115;
--gray: #6D676E;
--blue: #0000FF;
--navy: #000080;
--lime: #D4E157;
--light-green: #F1F8E9;
--bg-section: #E0F2F1;
--box-shadow: 0 4px 8px 0 rg... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611705",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to add a new element in to a XML node using C# XmlDocument xmlDoc = new XmlDocument();
xmlDoc.LoadXml("<book genre='novel' ISBN='1-861001-57-5'>" +
"<title><first>query</first><second>query2</second></title>" +
"</book>");
add this node "<sample>query3</sam... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611709",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Outlook vba error: An Unexpected Error Has Occurred Can anyone is facing this issue.
I'm using MailItem.Subject property (Outlook) to read email subject.
Only incase email subject has special Japanese characters like ★,【,... then I am getting this error and code not work.
"An Unexpected Error Has Occurred"
Example e... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611711",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: ColdFusion: how to split a group IF there are more than one comma delimited value in the database field I am displaying grouped record set based on a database column.
currently, I am using to display all records that have matching data in the "Class" column of a cfquery.
this works fine.
However, if I have more th... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611713",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Loading JSON response file into caching database in TOSCA I have a JSON response file that is coming from an API and contains multiple data sets. Now, I want to load that file into a caching database in TOSCA and create a table that I can query using SQLite DB. I was able to achieve this when the file only contained... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611715",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How do i get the recorded audio in steams in flutter? I'm trying to implement live transcript in flutter using azure cognitive speech services. I need to send the stream of audio data to azure using API. But I'm unable to get the streams using the record package.
is there any other package that needs to use?
To get ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611719",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: react native fetch response date format response data = 'Apr 21, 2021 10:25:05 AM'
let date = new Date(data);
console.log(date);
produces
Date { NaN }
on:
react native version : 0.71.2
react version : 18.2.0
Works fine in older versions, such as:
react native version : 0.65.1
react version : 17.0.2
A: You can us... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611720",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: RecordRTC chrome extension I have used recordRtc in my site and tried to customize it. Everything worked fine when I start recording the meeting. but once I cancel the share screen and then try again to start recording it gives me an error of chrome.sync.set .
How can I overcome this error pls advise.
TIA
Have used ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611722",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Copy data from HUE and paste into Excel I need to copy a table from HUE and paste it into an Excel file. Due to business policy, I am not permitted to download software or export data via HUE.
Any ideas on how to copy and paste using VBA or via free web scraping?
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75611724",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: I want to create a chatbot which can answer FAQ queries of student's related to admission We have FAQs for multiple universities all around the world.
I want to create a chatbot that can answer the student's questions based on that FAQ.
I have created a chatbot using DialogFlow, but I am having one issue.
I have cre... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611725",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I access data from another domain in clean archecture My app has 2 features (HomePage, FavoritePage)
- HomePage
- domain
- data
- presentation
- FavoritePage
- domain
- data
- presentation
Shortcuts to FavoritePage can be placed on the HomePage, and there is a button on FavoritePage that displays... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611727",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: matchedGeometryEffect works incorrectly I am practising matchedGeometryEffect.
struct ContentView: View {
@Namespace var tem
@State var isTemp: Bool = true
var body: some View{
ZStack{
if isTemp{
Circle()
.matchedGeometryEffect(id: "haha", ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611730",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to insert html element inside innerHTML? I have the following html:
<div id="d1"></div>This is a text that <div id="d2"></div>needs to be manipulated
and two phrases from the text that indicates a start and end position, say in this example:
start = "a text"
end = "needs"
How can I use javascript to add a span... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611735",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Invalid regular expression: /^[^0-9!\#$%&()*+\\/:;<=>?@[\]^`{|}~,]+$/: Invalid escape Can you please me with this regex issue?
This is the HTML code:
<input id="firstname"
autocomplete="given-name"
name="firstname"
pattern="^[^0-9!\#$%&()*+\\/:;<=>?@[\]^`{|}~,]+$"
data-test="txtFirstName"
da... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611736",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: MySQL command to see aliased column names in mysql server(CLI) I wrote this query:
SELECT first_name, last_name, department_id, department_name
FROM employees
INNER JOIN departments ON employees.department_id = departments.department_id;
and got this error:
ERROR 1052 (23000): Column 'department_id' in field l... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611738",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to extract .train .dev .test files? How can I extract the files if "An issue occurred while extracting files" appears when I try to do so in these .train .dev .test files?
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75611740",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: File downloaded with HttpClient is failing with error 'A task was cancelled' I'm trying to download a 1.3GB file with PowerShell using .NET objects instead of Invoke-RestMethod, but I'm not very well-versed in Memory/FileStreams. Here's my code:
using namespace System.Net.Http
$username = "joedirt"
$password = "myp... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611741",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do you calculate the Right Ascension of the Ascendant using pyswisseph or any other python module? I had success using
import swisseph as swe
a.__iflag2 = swe.FLG_SWIEPH+swe.FLG_SPEED+swe.FLG_EQUATORIAL
sun_deg = swe.calc(a.julian_day, 0, a.__iflag2)[0][0]
But if I ever try to compute for Equatorial Coordinates... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611742",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: AWS Amplify can't access S3 bucket I'm trying to set up a small CI/CD using GitHub actions and AWS amplify for a series of small projects, I tried to use the Build from git in Amplify but for some reason, the site breaks the second time the site is built and deployed, so I decided to perform the build and artifact g... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611743",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to apply input to the set method, and in another case, input outside main? me again. This time I need to get user input, plug them into various set methods, and output a value. It sounds pretty easy although the assignment instructions make it seem way harder.
In depth:
I need to declare 4 "Lease" objects in mai... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611744",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to write print statements to a csv file without using csvwriter I am trying to write few print statements along with some variable to a csv file without using csv writer.
sys.stdout = open("result.csv", "w")
..///...
print("something",variable)
...///...
.///..
print("something",variable)
..////...
sys.stdout.cl... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611748",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Kusto query to look for specific characters only in list I am new to Kusto and I am trying to create a binary flag(in column "RemoteURL") based on "ProcessAccount Values". If process account contains c, r, n or any combination of the 3, "RemoteUrl" should be True. Otherwise it should be false(note that if Process ac... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611752",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Node C++ Addon for Electron/Cordova using Quasar Need a Quasar, Electron, Cordova, Nodejs, expert.
FULL TASK:
*
*Help me include the compiled c++ node add-on that I created on an Electron app (using electron-rebuild to match the version), on my QUASAR project.
*Same for Cordova, on Quasar.
DETAILS:
Please help. ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611753",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: spi: ACPI kernel module autoloading broken Kernel module autoloading for SPI client drivers that utilize ACPI SSDT to retrieve device configuration data isn't autoloading (executing probe function). Kernel module autoloading works fine with platform_driver (can successfully get properties from _DSD), but not with sp... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611756",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I solve the Anaconda kernel error? When I tried to connect kernel, but it had error like this. Also the name of virtual environment didn't show up.
I installed "ipykernel" and entered this
python -m ipykernel install --user --name yuseong --display-name "Yuseong"
But it showed error like this
File "C:\Users\... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611759",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to sort output before writing to JSON I have a problem with saving sorted data to a json file. It gives an error when sorting:
File "d:\SZPERACZ 1.0\szperacz_back-end\src\u_not_logged_in_for_90d.py", line 82, in <module>
json_dic.sort(key= lambda x: x['lastLogonTimestamp'], reverse= False)
TypeError: '<' not... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611763",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Get error when try to insert null value for a foreign key column for MySQL table I'm working on a web project for the semester. And I have a problem.
This is my coupon table in MySQL with two foreign keys are thuonghieu_math and danhmucsanpham_madm. Both of them are set to DEFAULT NULL.
This is the block of codes in... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611764",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-4"
} |
Q: How to apply retention policy on specific data in azure data explorer? I need to remove specific data from azure data explorer automatically after some conditions are met, but currently what I understood from retention policy document we only can specify a retention policy on the whole table or database but not each... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611765",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: How to retrieve data from Firestore in flutter I have made a collection in this way:
var res = FirebaseFirestore.instance.collection("hotels");
var response =await res.doc(res.id).collection(data.email).doc(data.hotelName).collection(data.hotelName).doc().collection('hotel_details').add( 'hotel_name': data.hotelNam... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611766",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: Java 8 Nested loop Collectors.groupingBy Hi I have a collection like Collection<Object> and object contains listOf Strings like List<String> ids now I want to do group by and generate a map using the key like
StringUtils.joinAll("|", obj.getAtt1(), id)
the att1 is from Object and id is from listOf String which is i... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611770",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: I have question in SQL where I need to order by firstname but problem is I need to order by lastname if Firstname are same I need to print the Firstname and LastName of Customers whose FirstName consists of the letter C and LastName consists of the letter E. Also I need to order output in alphabetical order of First... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611778",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Replace a string with out affecting format by using DFSORT I have input file like below with recfm FB,
Need replace the & with & i can do it via find rep but the alignment was collapsed need to replace with out any alignment changes.
& comes any where in the record
aaa bbb&;ampdf ddd ghgf hjui 00124
&... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611779",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: I am trying to send dynamic response of radio buttons on the click of submit but I am facing issues while doing that The backend data I received is as below :
manipulatedData :[
{
"QuestionNumber": 1,
"Question": "This is the dummy question please select any option.",
"answerData": [
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611781",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Substitute text if number inferior to value in R I have a dataset like this
structure(list(value = c(2, 3, 5, 10, 11, 12)), class = c("tbl_df",
"tbl", "data.frame"), row.names = c(NA, -6L))
I want to create a new column "X" at this condition: if value <5, then I for that row I want it to display "<5" as a string, ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611782",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: get specific part of a string I get this string, where the structur is always the same, only the content is different:
Herr Max Mustermann Musterstraße 3 12345 City Customer 123456 Date 03.01.2023
Now I would like to get the number after "Customer"
How can I realize it?
My Idea:
*
*explode the string by " "
*Loo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611783",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Python Turtle installation Issue pip install turtle
Collecting turtle
Using cached turtle-0.0.2.tar.gz (11 kB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [7 lines of output]
Traceback (most re... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611785",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: how to pass variable user.phone_number in left join select mysql query this is my query.i want to pass user.phone_number variable in left join select query for order_botorder table which have limit 1
select
user.id as id,
user.updated_at as updated_at,
if(user.name is not null, user.name, "No Name") as name,
user.ph... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611787",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: .Net Core 7 Identity Server 6 JWT Auth Bearer Token invalid after server restarts This should be so simple, but I'm pulling my hair out trying to figure out why this wont work. I'm at the point where I am considering abandoning Duende Identity Server and moving to something else like Auth0.
I have Identity server wo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611789",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: MS Word combo box frustration I have two word documents, one is a list of item definitions and the other is a form. I need to create a combo box on the form with a list of items, when an item is selected, I need for the definition to be displayed on the form. How do I link the two documents? Is it even possible?
R... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611790",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do you export Telerik .Net Maui Barcode as an image? Anyone have any experience doing this? I generate a QR code fine but I'd like to allow the user to use it outside the app. I've found a few examples of how to do it in the Xamarin version such as:
https://docs.telerik.com/devtools/xamarin/knowledge-base/barcod... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611791",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to share an interactive jupyter notebook? i need to send the Jupyter notebook to another person, and enable him to open, enter inputs and running the notebook, to get the results.
please explain in a steps what should i do to share an interactive jupyter notebook to the end user, so he can enter inputs and runni... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611793",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I dynamically compose a Polars expression from user-provided input and run it in Rust? I'm writing a CLI utility in Rust that allows users to do data-wrangling from the command-line.
I managed to leverage Polar's join commands and parse the columns to join on using:
let selcols1: Vec<_> = self.sel1.sp... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611798",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: AutoMapper CreateMap MemberList.None option still tries to bind destination properties I have the mapping defined like below. On copying a DB entity to DTO where MemberList.None is used in mapping, Automapper still tries to map a destination property called StaffProperties. Is it not suppose to use the explicit mapp... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611799",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How can i make something like the image below with HTML and CSS? Here is the image i am trying to replicate
How can i achieve the result as the image?I tried but got stuck at the vertical lines in nav bar and was unable to expand the form fields horizontally.
A: You can give border-right css property to 'li' elemen... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611800",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Read values in an angular formbuilder Good morning,
After spending a few hours search the solution to read the values contained in my Angular formbuilder, I ask for your help, here is my code:
formD: any;
pForm= new FormGroup({ typeDePret: new FormControl(''), montantDuPret: new FormControl(''), tauxDuPret:... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611805",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to reduce grpc static libraries (C++ version) file size on Windows? I'm trying to involve gRpc to our company's product, the gRpc is 1.52.x, C++ windows version. I follow the instructions on https://github.com/grpc/grpc/blob/master/BUILDING.md, but after compiling, I found the release binaries are too big, grpc.... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611806",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Not getting response from controller in spring boot application I am learning spring boot. I am try to get response from controller by hitting http://localhost:8080 url. But unfortunate I am not get the expected response.
Here is my controller...
package com.learning.helloworld;
import org.springframework.web.bind.... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611807",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: spring data jpa Query is taking very long time compared to same query when called using entity manager in postgres db? I am doing one simple select query from postgres DB. When I am executing that query using spring data jpa @Query inside JPA Repository, the query is taking around 6 seconds. When I executed the same... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611808",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to row num / rank with same value in each category I want to give same row_num/rank per agent, but it will also give difference rank if that reply not in a sequence. Any idea how to solve the expected results in bigquery?
Expected Results
I've tried to think about it but still got nothing
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75611809",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: PowerShell unable to get [System.Globalization.CultureInfo] remotely using WMI? I need some assistance in modifying the following code to allow the WMI Object. retrieving [System.Globalization.CultureInfo] value of the remote server.
The existing code is partially working, but not the Locale column which is always e... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611814",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Can't add stroke to shape in SwiftUI I'm trying to add a simple dashed stroke to a Rectangle in SwiftUI, but nothing I've tried works:
VStack {
Rectangle()
.fill(Color("Dark Gray"))
.strokeBorder(style: StrokeStyle(lineWidth: 4, dash: [15.0]))
.cornerRadius(4)
}
The compiler complains:
Value of... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611817",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Golang selenium can't get network log in performance log I have two test sites,
Website 1, I can get the network log normally, and I can see all the request information
Website two, I can't get the network log, but I'm sure it sent several requests, there are get and post, but I can only get some logs like Page.load... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611818",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: What is the alternative of .dtors section in modern compilers So guys I was working on an old gcc compiler 3.3.6 which generated an .dtors section with no code even when I did not use the destructor function. But now in new compilers there is no section like .dtors.
So I want to know if any other section is in charg... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611825",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: A failure occurred while executing com.android.build.gradle.internal.res.ResourceCompilerRunnable > ParseResource A failure occurred while executing com.android.build.gradle.internal.res.ResourceCompilerRunnable
Resource compilation failed (Failed to compile values resource file /Users/mac/Documents/KotlinMulti/AbK... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611826",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: have a simple Bootstrap form showing a text box use click cursor left to right and top to bottom in form field if press cursor then cursor move one to another text field in html.and click cursor top to bottom and left to right in html form. that is my problem.
<input type="text" name="text1"\>
<input type="text" na... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611831",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: the sequence of event loop in the javascript I am new to learn javascript; I encountered a big confusion when I was learning async await.
async function async1() {
console.log("async1 start");
await async2();
console.log("async1 end"); // why will this task be placed in microtask?
}
async function async2() {
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611833",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: SQL Query logic for split the budget into remaining days for a Month according to Sales I have table for Sales and Budget with Date. I need to calculate difference and New_Budget (depends on Sales and difference)
CREATE TABLE MasterData (
Business_Date DATE,
Sales float,
Budget float,
Difference_Budget float,
New_Bu... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611835",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: eslint No Unsafe Assignment Rule I have this HTTP test that tests simple successful output from a function called echo.
describe('HTTP tests using Jest', () => {
test('Test successful echo', () => {
const res = request(
'GET',
`${url}:${port}/echo`,
{
qs: {
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611836",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Using MSAL in Python for OAUTH2 authentication and acquire_token_for_client hangs in between the execution I have a program to generate emails in one mailbox's drafts folder.
Recently I enhanced it to use Microsoft's OAUTH2 authentication for IMAP.
Followed this suggestion by Sardar Agabejli and it worked as well -
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611837",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Making multiple S3 write operation in nodejs using Promise.all doesn't work I have a use case where I have to upload multiple json data to s3. I am having below code in my service file.
if (s3Payload.length > 0) {
await Promise.all(_.map(s3Payload,async (item)=>{
await this.s3Repository.uploadData... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611839",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Java-Regex: group together without having a matching-group I need to regex a string.
<NAME> [NUM1:]<NUM2>
I want to get mandatory NAME and NUM2. I do not need the optional NUM1. If NUM1 is present is is separated by a : to NUM2.
E.g.
tim 20 => NAME: tim, NUM2: 20
tommy 123 => NAME: tommy, NUM2: 123
e... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611840",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: The DialogID is always WaterfallDialog for children dialogs of MainDialog. Want Dialog name to which the WaterfallStart/WaterfallStep belong In Application Insights, The custom events WaterfalStart, WaterfallStep etc are getting logged with DialogID as WaterfallDialog. This is making it difficult to check which step... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611841",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Latex subcript issue
I wanted to make i as the subcript of y. But the whole text became italic. Why?
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75611845",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Python versions 3.9.1 and further At work, the use of Python is highly restricted and I need to
*
*use Python 3.9.1 with packages that work fine with 3.9.1
*download the conda distribution from this website
However, the version available from the website is Python 3.9.13 today. In general, will using a newer vers... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611846",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Killing the process if an app was inactive for too long I have an application X. I can't change it. When user doesn't use this app for too long, this app should be closed. S,o I have a task to write some sort of another app (running in the background) that would check how long this app X was inactive (not an active ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611856",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to disable VSCode to save my profile and workspace settings automatically? Workspace is cool, profile is cool but how to stop VSCode to save all changes I do ?
I change the UI, I add an extension, my settings.json is changed every time.
I would like to decide when I want to save my Visual Studio Code configurati... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611857",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Why might a non-empty Kotlin ArrayList throw an out-of-bounds error at index 0? The following Kotlin Android code sometimes throws an IndexOutOfBounds exception:
if (mPointQueue.isNotEmpty()) {
mPointRecycle.add(mPointQueue.removeAt(0))
}
mPointQueue is an ArrayList. It's not shared across multiple threads. How ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611862",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Nav bar moves position while changing page, how to fix this? My nav bar position goes down if i go to another page. How can i leave it fixed but without it staying at the top while scrolling?
<body>
<nav class="container-nav">
<ul>
<li class="current-page"><a href="index.html">Startpagina</a></li>
<li><a h... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611868",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: where is the best place to declare variable in kotlin? I'm working on android team, and
writing codes, I got a question.
When declaring some variables,
I write the variable at the top of class.
For example like this
class Test {
val num1: Int = 0
val num2: Int = 0
fun getNum1Sqrt() = num1 * num1
fun getNum2... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611873",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Flutter GetX - Connect API to UI I am trying to integrate API with UI in Flutter using GetX. But while retrieving the product from the JSON file I got the below errors.
Error: The parameter 'id, title, description, price, discount, rating, stock, brand, category, thumbnail, images' can't have a value of 'null' becau... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611874",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How can we arrange lebel present in Select box using javascript,eg from [march,april,february,January] to [january,february,march,april] How can we arrange lebel present in Select box using javascript,eg from [march,april,february,January] to [january,february,march,april],
I have designed a select box and have some... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611875",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to set a new kotlin and gradle version in React Native? I have to use a lib called watermelondb, and, to use that, I have to get at least the 1.3.5 kotlin version, and my current version is 1.3.21, and when I try to set 1.3.5 I get an error that says:
Could not run phased build action using connection to Gradle ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611876",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is there a nice one-liner to provide a default if a value is None? There is a possibility that I am searching under wrong keywords, but I can't find the answer to the question:
Is there a nice one-liner to provide a default value if the variable is NoneType?
For example:
def validate_quantity(self, value):
i... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611880",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Chrome 110 Webdriver 110: Cannot start session : DevTools client failed to connect: Chrome Version: Version 110.0.5481.177 (Official Build) (x86_64)
Chrome Driver Version: 110.0.5481.77
Java Version 17
Selenium version:4.8.1
macOS 13.2.1
After updating to Chrome 110 and downloading the relevant support driver I can ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611883",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Google Colab: Comment out multiple Cell Blocks at once? I would like to comment out multiple Cell Blocks at once (not multiple lines of code at once) in Google Colab, like the 4 separate Cell Blocks below:
I tried Ctrl / and it didn't work, I think that only works for multiple lines of code within 1 cell. I would l... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611884",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Why does a user get logged out (or their token invalidated) whenever a new build is deployed to Cloud Run? I currently have an application running on Cloud Run. The application also uses Firebase auth.
I've also setup CICD via Github actions.
Whenever there's a new redeploy, it seems like the current logged-in user ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611885",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to find the rows for dataframe mask For example:
df = pd.DataFrame([[False, True],[False, False]], columns=['a', 'b'])
How to show only the rows (it will be only the first row in this case) instead of showing all rows?
Tried the code below but it shows all rows:
df == True
A: You can do it like this:
df[df.an... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611888",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Merging tables in Power Query on multiple conditions including substrings I'm relatively new to Power Query and it's functionality is doing my head in.
I'm trying to join my first well defined table with a second table that has data input as free text (shudder).
What I would like to try and do is the following:
left... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611890",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Are there reasons why using a ViewModel feature object is not good practice? I am building a modern Android app (Kotlin, Compose, Coroutines, etc.) using a single activity with many "features" (dozens). Rather than have a very large, single, concrete ViewModel class, I am inclined to have a per-feature, short and s... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611893",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to Use Google Drive API in Javascript with Manifeft V3? I'm trying to make an extension with V3. I want to update a few files in my Drive with it. I got client ID, API key, client secret. Looks like I need this guy to call it but I couldn't find a way to do it. I believe I can't use Node.js, because I'm using an... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611897",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Blogger Website Don't Send Messages From Contact Form, Contact Form not Working the contact form on my blogger page is no longer working because I switched to the new theme. I couldn't find the reason. I added a gadget to the sidemenu and its visibility is turned off, but the form that worked in the old theme no lon... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611900",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to optimize sql requests? How to optimize requests? Hello there is a chat which consists of the following tables
Chat rooms
id, type(USER_TO_USER, USER_TO_SHOP, USER_TO_PLATFORM), name
Chat Room Members room_participants
id, participantType (USER, SHOP, PLATFORM), participant_id
list of messages
room_messages ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611901",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How Golang implements the timeout mechanism When using goroutine, I want to avoid blocking caused by program timeout. (e.g. file reading)
Can you give me some sample code. Thanks a lot!
A: If I understand you correctly, here are the code you want:
go func() {
for {
select {
case num := <-ch: //I... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611903",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is there any other way to switch java script context option from top to other option in chrome using selenium java? [I want to switch from the top to another option in the chrome console. Here is the screenshot]
(https://i.stack.imgur.com/hRane.png)
org.openqa.selenium.interactions.Keyboard.sendKeys seems to handle ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611904",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Jest test waiting for the node event queue to clear? I have a jest test that tests a CSV upload service. The service uses 'fast csv' which triggers events for each row.
How to wait for all the node event queue to be cleared?
Is it possible to react to an event from parseStream outside of the scope of parseStream? Is... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611905",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: how to limit the space of a random location for a button I want to create a button "Skip Intro", similar to the one on Netflix (but with a ridiculous part where a button changes its location randomly as soon as you hover over it). The code for changing to a random location is already done. But I want to keep the loc... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611906",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: open-source app for API composition - i.e. receive a list of HTTP requests to a single endpoint, run them in parallel and aggregate the response At the company where I work we use a COTS business rules engine. I don't know too much this product, but I asked the 'experts' and they said that everything needs to be def... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611910",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: SQL (clickhouse) grouping INSIDE window function I need help with writing some equivalent of "group by" inside window function. I have a data in such format:
user_id
day
task_id
task_score
task_pass
1
01
1
0.95
true
1
01
2
0.7
false
1
03
2
0.95
true
1
04
2
0.9
true
1
05
5
0.85
false
Each day is g... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611912",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Outlook voting properties vary by machine I need to set the voting property FHaveWrittenTracking (property value - 0x81D4) & UnifiedTracking (property value - 0x81D5) but when set the above property values it changes with every machine.
How do I change these settings? Why its values are changing with every machine? ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611913",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Cannot read property 'TRenderEngine' of undefined Im getting an error as seen on the screenshot below TRenderEngine of undefined from the react-native-render-html and i'm not sure how to fix it.
So i am using a UI Component from a 3rd party package, whenever i use their component i get this error.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75611915",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Working out the values making up a geometric sequenced number in a SQL database I have a SQL database table that stores a geometrically sequenced number based on the rowID in another table. I've figured out how the geometric numbering works (previous IDx2 = geometric ID), now I need to figure out how to get only the... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611916",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Scaling errors while Time Series forecasting using VAR I have created a VAR model on scaled features with data from 2016 Jan to 2022 May. After that, I had to deploy my model and use it on data from 2022 Jun to 2027 December. This data was not present during the time I created my model so it wasn't involved in the s... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75611918",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |