text string | meta dict |
|---|---|
Q: How to add a new value to the dictionary, which will be the ratio of the previous two I have array of dictionaries with information
[
{"id_1":1, "id_2":2, "item_price":50, "delivery_price":100}
{"id_1":1, "id_2":3, "item_price":200, "delivery_price":100}
{"id_1":1, "id_2":4, "item_price":60, "delivery_price":100}... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589330",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: What is replacement for Database.system_js in PyMongo 4 There is a great PyMongo 4 migration guide, but there is nothing about replacement of system_js table. I need to call function test from it. It is available from shell db.system.js.find(), but how to call a function from Python?
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75589332",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: corvid velo field cloning on button click issue i have a wix website in one of the pages , i have a page contain a multistep form , i am building the websote on wix and do some code in velo , the form is automobile insurance quote , which the user must add his car model and some other info , so in a container in ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589334",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: When a user visits my site without adding https://www. it removes all additional pathing/routes Essentially, my site revolves around sharing a generated link to share your content, and the share link looks like: www.mywebsite.com/share/{uniqueLink}
This works when a user explicitly visits: https://www.mywebsite.com/... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589342",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I make a slider in HTML that fill itself in behind with a gradient I'm just playing around in HTML and I wanted to make a slider that fills itself in with a gradient, and I found this close to being impossible. I have been researching for hours and I can't seem to find an answer.
I assume I need JS for this b... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589343",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: React Typescript generic: when Component props is function and use argument, Typescript type is unknown React version 15 or 18.
Typescript version 4.9.5.
When only write argument of getData, and not use, checkable generic is error;
First MyComponent is correctly, argument of getData is empty;
Second MyComponent is ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589344",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to get a new dataframe based on a column containing list of lists with start, end indices? I have the following dataframe. One of the columns is a list of lists containing the start, end index of the string (from the text) + some random label.
No
Text
Labels
1
Apples are the best. Banana is cool
[[0, 6, ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589347",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is there a way to improve cache locality of static strings known to be accessed together? This is not a known performance bottleneck for me, I'm just curious if this is a possibility. This could prove useful for some data structures, notably tries.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75589348",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: TabView selection restores to previous one after tapping on a different tab I'm encountering a strange behavior with TabView. In particular, I've created a UI with 4 different tabs. Every tab performs something different. The application starts with the first one selected.
Tapping on the third tab FavoritesView is c... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589352",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: FormatException: Unexpected character (at character 1) import 'package:flutter/material.dart'; I am currently using swagger to generated the api for my flutter project but as i generated and run the command
(flutter pub run build_runner build --delete-conflicting-outputs
) in the flutter terminal it shows up this er... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589356",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Could not locate ordinal parameter [0] expecting one of [1] I am getting issues with Could not locate ordinal parameter [0] expecting one of [1] with below codes:
@Override
public T getModel(String propertyName, Object value) throws DAOException {
StringBuilder strQuery = new StringBuilder();
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589357",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Nest drawer and bottom tab navigator without showing bottom tab screen in the drawer I'm trying to nest a bottom tab navigator and drawer navigator. I feel like what I'm after is incredibly simple, but I just cant figure it out.
I'm after three bottom tabs: Home, Guide and Weather and a drawer available when I navig... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589359",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to replace values after every nth row Below is a sample of my data:
Below is the desired result:
In this example, I have shown you that I am looking for something that ignores the value in the 2nd row and every value in every 5th row after that (row 7, 12, 17 etc...) but, for the rows in between I am looking t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589360",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Not getting axios response data for context hook I am attempting to use a context hook based off of this tutorial https://www.youtube.com/watch?v=cD17CYA1dck. The context section starts at 53:00. Everything is written according to video, but when I sign in userObject is not logging in the console. So something went ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589362",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: github api raw url how to get content i want to know how to get content by using raw_url (https://github.com/{...}/{...}/raw/{commit sha}/{path}).
if I navigate to raw url, I can see the content in browser.
But I can't get the content using restTemplate in spring boot.
restTemplate.exchange(uri, HttpMethod.GET, http... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589363",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Possibility to append collection type to Strapi GraphQL Dynamic Zone components (Union Type) Version list:
Backend
*
*Strapi: 4.6.0
*GraphQL plugin: 4.6.0
Frontend
*
*Apollo: 5.0.0-alpha-5
*Nuxt: 3.1.0
At the moment I have 2 collection types: Pages and Projects. You can find pages that contain a Dynamic Zone... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589365",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Unable to update AssemblyInfo.cs version in DevOps Pipeline I'd like to update the version number in AssemblyInfo.cs as part of a Pipeline that runs during a Pull Request to the main branch.
I added the code below to the yaml file and it runs without errors and the output does show that the minor version is incremen... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589369",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Add additional http headers on top of Assignment operation - Angular 13 Could someone help me how to added additional headers for assignment operator?
export declare class ReqestHeaders{
method: methods // 'GET, PUT,POST, DELETE'
headers: Headers // 'get, set, append, delete, has ... etc'
body: any;
url: str... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589370",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Nuxt Catchall page in root not used as fallback Consider the following directory structure:
/pages/[collection]/[slug].vue
/pages/[...slug].vue
where the /pages/[collection]/[slug].vue has some validate method defined:
definePageMeta({
validate: (route) => {
return route.params.collection == 'a' || route.para... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589371",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Remove margin on both left and right upon printing webpage using `window.print()` I'm trying to print webpage with window.print() on button call inside javascript function without any spacing.
But for some reason I keep getting space on page print preview even after setting the margin of every feild inside the HTML ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589372",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: React XR: Problems with augmented rea I am trying to use React XR to display some simple meshes in AR, but I am not getting the mesh to be displayed in AR.This is all the code:
import "./App.css";
import { Canvas } from "@react-three/fiber";
import React from "react";
import { XR, ARButton, Controll... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589374",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Flutter test fails with machine flag but successful without it I have a Flutter project and ~1500 widget tests in the /test directory.
After some changes, which don't contain braking changes IMO ~70 tests become fails on CI.
The weirdest part for me is that all tests are successful when I run it locally by command
f... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589375",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: PrimeNg p-order-lis filterBy property <p-listbox
[options]="chatUserList"
[(ngModel)]="selectedChatUserDto"
[metaKeySelection]="false"
[filter]="!loading"
filterBy="first_name,last_name,id"
filterPlaceHolder="Search user"
emptyFilterMessage="No user found"
emptyMessage="No Data"... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589378",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to change the temporary folder used by WixSharp when building an MSI file? I am using WixSharp v1.9.2.0 to build an MSI file, but when I call the project.BuildMsi() method, WixSharp creates temporary files in the %Temp% folder of Windows. However, my project is quite large, and soon my C drive is full, causing t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589381",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'global-method-security org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 3 in XML document from ServletContext resource [/WEB-INF/spring-security.xml] is invalid; nested exception is org.xm... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589382",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: In free trail Datastage I am unable to connect to on premises application like sql server, Postgres sql In free trail Datastage I am unable to connect to on premises application like sql server, Postgres sql. Is need to start any service or agent for that?
Expection is connection with sql server and datastage . I tr... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589383",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to parser and serialise the markdown code in nodejs, using @milkdown/preset-gfm I am using yjs and milkdown for building a collaborative markdown editor and I want to store the documents on disk in markdown only not in a database as yjs-websocket does. I was able to do it with common mark, but that is limited in... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589385",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Python Chart not Displaying end result (Candlestick chart) I am struggling with the following - I am trying to plot a candlestick chart based on the single data point that has been selected on the Power BI Visual Chart. I am using the Python chart in the tooltip section within Power BI.
I am totally lost in resolvin... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589387",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Donβt have βFull Index Enabledβ Option Someone had this problem? Canβt update Maven Full Index
I already make right setting in Window - Preferences - Maven, but it doesnβt work either
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75589391",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Does K8s has some little tool projects that provide service/portallocator&allocator functions Our project needs to allocate some ports for pods in K8s. So we introduced k8s.io/kubernetes/pkg/registry/core/service/allocator and k8s.io/kubernetes/pkg/registry/core/service/portallocator. But it strongly depends on K8s ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589393",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Insert a key after another key in a YAML file Sample YAML file:
key1: value1
key2: value2
key3: value3
How can I add the keys key2a and key2b after key2 using Mike Farahβs yq? Although the order of keys is technical and of minor importance, YAML files frequently serve as configuration files. I want to maintain a sp... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589397",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to solve this error in build expo app? Error: Gradle build failed with unknown error. Please see logs for the "Run gradlew" phase Here is the error:
Error: Gradle build failed with unknown error. Please see logs for the "Run gradlew" phase.
I want to build my react native expo app to APK
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75589398",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: how std::filesysyem works on any OS? I recently wanted to use the header in my application, but I'm not sure if it works on any operating system. (any)
because file systems are platform-os dependent. I understand that one of C++'s purposes is cross-platform compilation, but how can it work on any OS when the concept... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589399",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: pandas apply zscore on certain columns I have a pandas dataframe:
DATE value1 value2 value3 value4
0 2020-01-06 1432.474761 96.215891 1488.882633 96.015154
1 2020-01-07 1023.868069 97.645627 1054.100066 97.536370
2 2020-01-08 837.560896 98.281260 788.085172 98.445618
3 20... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589400",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to insert results of a stored procedure (sp_whoisactive) into a table in SQL Managed Instance We have issues in our Azure SQL Managed Instance database and am trying to collect some stats to help us troubleshoot the issues. So I have created a table called [dbo].[WhoIsActive] with the following schema:
CREATE TA... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589401",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Error starting docker desktop to install Laravel I'm trying to install latest Laravel on windows 10 using docker desktop and WSL2. I have already installed WSL2, Docker Desktop, Ubuntu and XAMPP. However, I get an error when starting Docker desktop.(Screen shot attached) .
I also cant start a new Laravel project and... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589402",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: how to reslove this 400 bad request while testing my batch endpoint in postman I haved passed the correct bearer token in the authorization and also i have set content type to application/json, I need to pass this
{ "data": [[40.0, 29.6, 78.0, 0.439, 126.0, 22.0, 5.0, 27.0]]} in the body but when I'm passing im get... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589403",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Using Nest JS Validation Pipe and class-transformer to get kebab-case query params I'm trying to make use of Nest JS Validation Pipe to auto transform and validate my GET Request Query Params
e.g
{{url}}/path?param-one=value¶m-two=value
On app.module.ts, I have the following code to set global validation pipe
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589407",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: How to use Excel Rank Formula as a specific type? I want to use a formula the first value (4) will have a rank of 1, the Second value (3) will have a rank of 2, The Third value (3) will have a rank of 2, and the fourth value (2) will have a rank of 3. Ex: 4,3,3,2 will as Rank 1,2,2,3
please Help
I want it's solution... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589411",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: How to make RTSP middleware for ip cameras We have plenty of cameras on a neighbor city. We use SOMESOFT to connect cameras (also we have PTZ cameras). When 10 or more users connect simultaneously, heavy traffic loads on our network, because users connect to the camera directly.
The question is, how to make RTSP mid... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589412",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Can I assign a click event to a path in an SVG with React? Let's look at my simple code and talk about it
import React, { useState } from "react";
import styled from "styled-components";
import { ReactComponent as SouthAmerica } from "./assets/South_America.svg";
const StyledSouthAmerica = styled(SouthAmerica)`
p... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589415",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Reset password API Plateform 3.x - must not be accessed before initialization The doc of API Plateform do not provide a great documentation about that, the only thing I found, but this is not working : https://api-platform.com/docs/core/messenger/#using-messenger-with-an-input-object
But when I try this incomplete d... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589416",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to retrieve the lambda caller identity ( lambda ARN, IAM Role,... ) on a lambda to lambda communication I have a scenario with Lambdas ( many/caller ) to Lambda (one) communication using AWS Invoke() API call where I need to identify the caller Lambda.
Which information could be used to get the lambda caller ?
I... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589418",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: common djngo code base for my website and use the business logic for REST API I have my existing django web application. Now i need to expose the crud with all business validation / logic as a REST Api. e.g validate the available stock in the region before accepting the order. Simply exposing the crud operation API ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589421",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: TradingView Pinescript 5 Issue with ATR Stop Loss Input //@version=5
strategy("Stop Loss + MovingAvg2Line Cross", overlay=true)
FastMALength = input(20)
SlowMALength = input(40)
FastMA = ta.sma(close,FastMALength)
SlowMA = ta.sma(close,SlowMALength)
ATRLength = input(10)
AtrV = ta.atr(ATRLength)
BuySignal = ta.... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589422",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: All buttons are pressed even only one button is pressed in HStack SwiftUI I want to build a top bar that consist of 3 icon buttons but when I press one button, the other buttons are also pressed. Maybe because of the systemName SF Symbols? I don't know if I miss something. Help a newbie here
import SwiftUI
struct C... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589424",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Why it report error "DLL load failed while importing _openmm" while i have installed openmm I try to run code about molecular dynamics simulationI have installed openmm in anaconda environment
I even don't know how to try
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75589426",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How can I find the matching parts of string in each line of a loop of a Linux file then add this matching value to a variable? for line in $script
do
username=grep β^\[a-z\]\[^:\]*:β $line
dir=grep β:(/\[^:\]*):/\[^:\]\*$β $line
echo "line 1:" $username $dir
done
So basically I have a file ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589428",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to redirect user to home page if authenticated I have an Angular 14 + Ionic 6 app where I would like to redirect an already logged in user directly to home screen of the app instead of showing him login page every time he reopens the app...
Here is the code I wrote but it does not seem to work...
app-routning.mo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589430",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Pandas - Do I have to convert objects in float/int in order to sum them? I am doing my very first project with Pandas and this is the data frame I currently have:
click me
I need to calculate the percentage of bachelor degrees, which I read is done by dividing the value by the sum of all the values and then multiply... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589435",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: fatal error: tf2_geometry_msgs/tf2_geometry_msgs.hpp: No such file or directory error
I have attached the screenshot of an error which I am facing.
I am trying to build a docker image for an Autoware.Universe application with ROS2 Galactic for Ubuntu 20.04 as a base image. But facing this above error at the last ste... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589439",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: NodeJS OPC UA Client - construct Extension Object I am trying to interface with an RFID reader which implements an OPC-UA server.
I am trying to call the method ScanStart which has the inputargument of an extensionobject
async StartScan(aduration: number, acycles: number, adataAvailable: boolean){
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589441",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to fix the "running '__rvm_make -j4'," error, while installing ruby 3.2.1 using RVM? Am trying to install ruby 3.2.1 using RVM. I'm getting the below error.
05:44:55 # rvm install ruby-3.2.1
Warning! PATH is not properly set up, /usr/local/rvm/gems/ruby-2.6.5/bin is not at first place.
Usually this is c... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589447",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Encrypting existing unencrypted core data using EncryptedCoreData causing invalid passcode error on existing app update I have a live iOS application on apple app-store which is using the core data.
Now I want to encrypt the core-data using EncryptedCoreData (https://github.com/project-imas/encrypted-core-data 2).
I... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589449",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I start multiple tabs in Windows 11 terminal with bat file? how can I run 3 bat files at once in multiple tabs in the windows 11 terminal?
I have a bat file with this content:
start "User Service" cmd /c "run UserSevice.bat"
start "SMCQ.WebApi" cmd /c "run SMCQ.WebApi.bat"
start "GeneralData.WebApi" cmd /c "... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589450",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: storing numbers efficiently in a json For some reason, I need to pass some large numerical vectors through a json.
A trivial serialization leads to the following plain text:
[[0, 0.0003963873381352339], [1, 0.0008297143834970196], [2, 0.0007295088369519877],
[3, 0.0007836414989179601], [4, 0.0007501355526877312], .... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589451",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Fatal Error activity-1.6.0.pom:2:1: Content is not allowed in prolog. Android studio (Version Electric eel) When I try to create every time new project in android studio (electric eel) I face an errors as below.
How to fix this????.
What are all these lines need to do?
[Fatal Error] activity-1.6.0.pom:2:1: Content i... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589452",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Classify resumes from documents I have documents in bulk. I want to extract those documents which are resumes.
But for negative cases, I do not have enough data. Is there any way to train a model only for positive cases so that the model can classify whether the documents are resumes or not?
which is the suitable mo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589453",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: K-medoids clustering using precomputed matric I want to perform Gower clustering (on mixed binary and non-binary data) and then perform K-medoids clustering based on the distance matrix dm.
import gower
from sklearn_extra.cluster import KMedoids
dft = df.T
X = dft.iloc[:-5,:]
y = dft.iloc[-5:,:]
mms = MinMaxScaler... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589454",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Connect to VPN Tunnel failed - Wireguard/ iOS In some users, the configuration is imported BUT when they are trying to connect the vpn status changed from connecting to disconnected instanly. Even if I tried from vpn settings to connect, it fails. I'm using the network extension from wireguard-apple open source. Any... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589455",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: My Application works on Firebase Testing but crashes on Google Play Closing Testing So my team and I are working on an application that we aim to launch on the Playstore. After updating the application to accommodate API level 33 and converting it to AAB via Android Studio we've come across multiple crashes when we ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589456",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to get back the old behavior of grouped summarize I have data in 6 domains, with between 2 and 6 measures per domain, or 25 measures in all. There is one set of measures inside domains for 42 networks. I want to summarize the measures within each domain within each network. I use group_by(network, domain) and ex... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589457",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: 'ServerRequestForm' object has no attribute 'get' on form post Django I am trying to submit a form in django consisting of 3 models and a 3 way dependable dropdown. Every form validations and other function of dropdowns and dynamically adding teacher fields works but while submission it shows: 'ServerRequestForm' ob... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589459",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is it possible to open a file that only works on a specific flash memory without flash? i had a presentation file named as "abc.exe" in the usb key and can only run with that usb key in it. I copied files just in case. Now usb key died and the presentation doesn't work. What can i do for this situation? Thanks..
I t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589460",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: how to get all running windows process thumbnail in electron? i was working on an electron program which can list all running process in windows. now i wanna to get all the thunbnail of them,
after searching i find the DwmRegisterThumbnail api, but fail to use it in c++ program. this is my c++ file
#include <dwmapi.... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589461",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Double appearance of the Circumflex character in LaTeX I am using xslt to generate a tex file, using hex decimal to convert and then placing it in /widehat.
For example, for the character L^ , I am using the following code:
<xsl:when test="$over='̂' or $over='^'">
<xsl:text>\widehat{</xsl:text... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589463",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: ApiPlatform and Symfony Serializer: How to set serialization groups via Yaml for external objects I have an entity User like this:
use SerendipityHQ\Component\ValueObjects\Email\Email;
#[Entity]
#[Table(name: 'users', schema: 'my_schema')]
#[API\ApiResource(
openapiContext: ['tags' => [self::OPENAPI_TAG]],
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589465",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Visual Studio Setup Wizard User Interface TextBox Settings Here is an explanation for beginners
I completed my C# Windows Forms Application project and works well. Also, I am creating setup wizard with Visual Studio Installer Project and works well too.
I used to Textboxes in user interface to get information about ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589466",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: How can I solve the following error in React Native? I'm making an app with react native.But i have a problem.
The problem is as follows.
It is a problem that it returns to the initial state even if a character is entered in the text input.
This is my code.
import React, {useState, Compomen, useEffect} from 'react'... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589467",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to toggle a boolean relative to what i click on? I'm trying to do a sorting menu with foldable categories. To open/close the categories i use javascript but i don't want to duplicate the code each time there is a new category. How could i modify this code to achieve this? Thank you in advance!
var iscategoryac... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589468",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I test if a curried axios action was called? I have a following action, it's an axios call with curried dispatch.
Note: originally, we wouldn't need to curry the action call like that, but let's say there is a situation where I need to make it curried (code below is just a made-up example).
./src/store/Auth/... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589471",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to continue the test Execution after failing by assertion response = res.when().post(a.getGetBankAPI()).then().extract()
.response();
//Thread.sleep(1000);
int statuscode = response.getStatusCode();
System.out.println(statuscode);
try {
Assert.assertEquals(statuscode, 200);
} catch (AssertionError e) {... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589474",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: I am using react-resizable and react draggable but when I try to drag or resize both the feature start implementing same time I am working on an app in which I have a number of columns like Trello. I need to implement a feature in which users can swap columns with one another and should be able to resize the columns... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589477",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Take the last match with regex using lookaround I can not write a proper regex expression for parsing logs. I have such a log file:
2023-02-20T16:59:24GMT+02:00 -> isCharging: true
2023-02-21T16:59:24GMT+02:00 -> Alarm scheduled for time: 18.02.2023 00:01:41
2023-02-22T16:59:24GMT+02:00 -> com.example.data.network.i... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589480",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to check if any rows exists and rerurn boolean POSTGRES Two simple table
table a (id bigint, name varchar)
table b (id bigint, a_id bigint, notice varchar)
how to get id from a and boolean exist_notice if any rows exists in table B for this id
without subselect and without count
A: you can use a left join and... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589482",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to add environment value in servlet We have dev, predev, uat and prod environments, I need to write code for implementing different environments, our application is developed in servlets. jsp
I need to access below code in .jsp or .servlet
application.yaml
env:
*
*name: ENV_DEV
valueFrom:
configMapKeyRef:
name... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589483",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Angular - using ngFor to change rendered data order by key value - can't verert back to original order I have made a simple table component that takes data via an @Input() and iterates through the data (a simple object array) using ngFor and rendering the data on a HTML table (*ngFor="let row of row | keyvalue:colOr... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589484",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Chrome DevTools does not parse JS object if written multiline Open a Chrome DevTools. Go to Console tab. Write this code:
{ "@context": "http://schema.org/", "name": "John" }
It would be recognized as a valid JS object.
Now write it as a multiline code snippet:
{
"@context": "http://schema.org/",
"name": "J... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589487",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: My question is how can I print an existing PDF via bluetooth thermal printer How can I connect already loaded PDF into bluetooth thermal printer.
How can I connect already loaded PDF into bluetooth thermal printer.
A: Add the following plugin in pubspec.yaml:
dependencies:
path_provider: ^1.6.27
Update the versi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589488",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: .Net Core Dockerfile - some questions This is a default Dockerfile generated by Visual Studio:
FROM mcr.microsoft.com/dotnet/aspnet:7.0 AS base
WORKDIR /app
EXPOSE 80
EXPOSE 443
FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build
WORKDIR /src
COPY ["WebApplication1/WebApplication1.csproj", "WebApplication1/"]
RUN dotnet... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589491",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: MySQL generates nested JSON objects I am trying to generate nested JSON objects from many_to_many relationships. I am trying to find the JSON pattern below.
[
{
"user_id": 151,
"user_name": βSam123β,
"role_desc": [βPower_Userβ]
},
{
"user_id": 152,
"user_name": βJohn999β,
"role_desc":... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589492",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Way to transition between a SpriteKit Scene and a SwiftUI Scene? So in my Snake Game I'm making in SpriteKit, I was wondering how I could get back to the Title Screen I made in SwiftUI once the user loses and taps the SKLabel returnToMenu. I've looked it up online, and it says than an SKScene is a subclass of UIView... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589497",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Maui Shell Navigating from a single page to tab pages causes 'Relative routing to shell elements is currently not supported' <Shell
x:Class="MyApp.AppShell"
xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:views="clr-namespace:MyApp.Vi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589499",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: removestraight lines outside the border radius I was making a table with border radius, but I cannot disspear borderline outside the curve.this is my table How to remove straight lines outside the border radius?
I want the border line that is outside the border radius curve to disappear.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75589502",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: One of dataframe string index cannot be indexed while other can I have this dataframe with string index
1
Abai Abai.1
Native to Indonesia
Region Borneo
Language family Austronesian
ISO 639-3 None (mis)
Glottolog abai1241
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589506",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to prevent Floating-Point errors with Pandas I have a problem with my Python code. I'm using pandas to read a Dataset and store it in a Data Frame. I'm now trying to convert ug to mg (1000ug == 1Β mg) and g to mg (1000Β mg == 1g).
I'm first converting the Datatype of the column to float64
df[data_column] = df[data... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589512",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Chrome, Opera Adding Ghostly Borders I have a React website, and I've noticed that Chrome and Opera adds a faint border on my table cells. Firefox is OK. The border is the color of the background that the table is on. Below is a zoomed-in screen capture of what I mean. The table has red borders because the backgroun... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589514",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Apply Liquibase script on startup of Spring Boot based docker container fails using docker compose I am trying to deploy an application on a ubuntu (22.04) vm using docker compose. Part of the application exists of a Spring Boot image which serves backend purposes. It is linked to a MySQL database container. On star... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589515",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: symfony httpclient for jira request My project symfony 6.2 needs connect to Jira cloud project.
I use the official HttpClient symfony with service like this :
framework.yaml configuration :
http_client:
scoped_clients:
# only requests matching scope will use these options
jira_client:
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589516",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Typescript make property of object type required if the value type exist as property of generic object How to make property of object type required or optional or even hidden when the type of the value does not exist in Typescript generics as object?
type ActionBaseType {
payload?: any
extra?: any
}
type Ac... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589522",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Gatsby createRemoteFileNode is not reliable I'm trying to use createRemoteFileNode from gatsby-source-filesystem in createResolvers function, to create image nodes, which are used as headers in pages generated from templates.
Everything works fine as long as a number of pages is relatively small. When the numbers gr... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589524",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to fetch data from cloud server and set it in TextInputLayout dropdown menu? during the fetching of the data in textinputlayout dropdown error is showing
I tried using spinner instead of the TextInputLayout drop down
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75589525",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Android - Got exception when I want to attach file and send with Gmail smtp In the application I'm sending a mail with smtp using Kotlin. It works when I'm only sending a text email, but it won't send when I want to attach a file. I'm probably missing something..
My goal is to send an email with an attacht file.
Thi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589528",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Screen Share from Safari Browser not drawing on canvas at given intervals and stops drawing when the tab is changed I've been working on a streaming app project on Angular. I was able to share the screen using getDeviceMedia but I wanted to add the camera video also, so I used a canvas to draw the both videos to the... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589532",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Failed to determine a suitable driver class- Springboot 2.7.9 Description:
Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.
A: I think you MySQL port must change to 3306, but if you are sure about port number, change your application property like th... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589536",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: Carousel Controller : 'positions.isNotEmpty': PageController.page cannot be accessed before a PageView is built with it In my ScreenA I have a CarouselSlider package which I instance its controller in this way and I use it in that same screen.
final CarouselController _carouselController = CarouselController();
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589538",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Double curl connection to fetch JSON data I made a PHP script that runs on website.com that connects to another website (data.com).
I need to first connect on a login webpage and then go to another webpage to grab JSON data.
I tried with this code. I'm getting logged in but it returns a failed connection on the seco... | {
"language": "fr",
"url": "https://stackoverflow.com/questions/75589541",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Date expression in SSRS Report builder for Oracle dataset I have a report in SSRS Report builder where the Date_from parameter from the MS SQL dataset takes the following expression that returns the previous day if the Schedule (another parameter) value is 0, and the first day of the previous month if the Schedule i... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589544",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is there an automatic KafkaRebalance trigger happens when a new broker added to the cluster?
*
*I have created a kafka cluster using examples/metrics/kafka-cruise-control-metrics.yaml with 3 replicas.
*I have added a new broker by changing the replicas to 4 and reapplied.
*In order to ensure the partitions are d... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589546",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: When using ctrl-f find I have trouble telling my currently highlighted result apart from the other results. How do I customize these colors? When using ctrl-f find, I have trouble telling my currently highlighted result apart from the other results. How do I customize these colors?
I've tried a bunch of different co... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75589548",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |