text string | meta dict |
|---|---|
Q: Why does an image no longer show on my localhost? When I load a normal HTML file in my browser, the image shows up fine. When I use node.js to host my web application on my local host, the image no longer shows up. When I go to the console in the developer web tools, it says "GET http://localhost:3000/Logo-resized.p... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576878",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Resolve Error SELECT list is not in GROUP BY clause and contains nonaggregated column I have a POS and am using Nodejs with Mysql I have a query to get order information using group clause but cannot solve it. Any guidance will help me solve this. please check the code below.
let sql = 'SELECT TransactionID,SUM(A... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576881",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Button Styling isn't working, not sure what to do I'm still new to learning and I am attempting to add a button but it's just staying a white rectangle with a border and my text. I've tried several things to fix it but I'm lost. I am posting the code also, thank you in advance.
Adding an example of what it looks lik... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576882",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Create application walkthrough WinForms I would like to create a application walkthrough for user to reveal a functionality to the software. The application is implemented in C# and WinForms and uses Telerik UI.
I try to google it but I can't find anything on google about this. Maybe I'm looking for wrong keyword?
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576883",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: NHibernate and SQLite Entry Point C# in Linux (Mono) I'm currently working on creating a C# application that connects to SQLite through NHibernate framework in Linux environment, I test it on Windows and work it properly.
But, I ran into an EntryPointNotFoundException issue.
Do you encounter comparable issues, and i... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576884",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How can I query DestinationsSubcategories.title field on contentful graphql? I'm writing this query at contentful's graphql and I need to filter the DestinationsSubcategories's title Field. I was trying to add a where parameter but it's not working.
query {
advisorsCollection(where: { showOnAdvisorsPage: true }, l... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576887",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: System.InvalidOperationException: 'Scheme already exists: Cookies' I have Razor Pages in ASP.NET Core web application in NET 6. When I run the app.Run() at program.cs, I got this error message:
System.InvalidOperationException: 'Scheme already exists: Cookies'
I think this is the code that cause this issue. How sho... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576888",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Refresh recycler view without changing fragment I was making a reading list with recycler view which contains title and checkbox indicating whether i have finished reading it or not.
I made a function which will filter out all the unfinished read.
But after filtering it, the list number is broken. After i changed fr... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576891",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Android Studio always starts with Java and won't let me start with Kotlin. How do I fix this? I just installed Android Studio and when I start a new project it starts with Java even though I've selected Kotlin. Please help.
I'm using the file - new - new project
A: *
*After file - new - new project select Empty A... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576893",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can we cast the column that contains values of multiple types to single data type using glue dynamic dataframe python How can we cast the column that contains values of multiple types to single data type. I am using resolveChoice method but still it doesn't convert the multple types to single data type using glu... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576896",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I work with greenplum data using spark? I have a project in witch I read data from hadoop and make some calculations. Everything is done using spark. It's very important to not save data anywhere when I don't need that. That's why spark plans works so good for me. But now I have to somehow do the same operat... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576898",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Issue :- Stored XSS Vulnerability .header(HttpHeaders.CONTENT_TYPE, Files.probeContentType(path))
The particular peace of code showing Stored XSS vulnerability, anyone please elaborate it out whether it is a TP OR FP…..
Help me on this………….
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75576904",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to use registerForActivityResult with TurboModules in react native's new architecture? Firstly I am not talking about the old architecture and I have already gone through this
This method does not really works for new architecture given how the files are structured
registerForActivityResult can only be used in M... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576907",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Connecting a Dockerized Ruby on Rails WebApp to an external Azure Hosted Postgres Database First, let me say, I have tried so many different search terms for weeks now and have not found an answer. So, the title to this question is very specific to what I am needing to do.
Background that can be skipped
This webapp ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576908",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Creating a container in docker gets stuck I have a laravel app that uses docker. I also got myself a new laptop with windows and I've installed wsl 2 and docker. The problem I'm having is that when I try to create the container it seems to get stuck at this point
# gpg: keybox '/root/.gnupg/pubring.kbx' created
I'm... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576909",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to access a class object from an outside separate function in Python? class Category:
def __init__(self, name):
self.ledger = []
self.total = 0
self.name = name
self.totalwithdrawals = 0
pass
def __repr__(self):
spaces = " "
astfull = "*" * 23... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576912",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to parameterize the secret id in dynamic reference (via resolve keyword) to fetch the secret key in aws cloudformation? I have stored the RDS password, username and jdbcurl in the aws secret manager and want to fetch the password,etc from aws secret in the cloudformation json template file, and I expect that the... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576913",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to customize filtration process in shopify i want to create a form like structure to filter through products and filter them according to the selected condition how can i do it, can any one help?
<div class = "filter">
<h3>filter</h3>
<form class="filter-form">
{%- for filter in collection.filters -%}
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576916",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: I installed Micorosoft Sbom-tool, but it cannot detect any packages I installed and ran sbom-tool in Linux and Windows environments, but it didn't seem to detect a single package like bellow.
Is there something I am missing?
[INFO] Log file: XXXX.log
[INFO] Run correlation id: XXX
[INFO] Attempting to load default ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576917",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Slidetoggle same in two site but not working in one site I use slidetoggle in one site , working perfectly. when use in other site not working. These two site have same theme , same jquery version , almost everything same, but in other site not working. Anyone can help?enter image description here
jQuery(".tabs ul l... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576919",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Unable to resolve "./src/screens/authScreens/SignInScreen" from "App.js" App.js:
import { StyleSheet, Text, View, StatusBar } from "react-native";
import { colors, parameters } from "./src/global/styles";
import SignInScreen from "./src/screens/authScreens/SignInScreen";
export default function App() {
return (
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576920",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Invalid action configuration error in the source stage of AWS Codepipeline because of a merge request that no longer exists in github I have setup AWS CodePipeline. In the source, I have Github to connect my repo. The pipeline was running fine sice the past two months. However, recently a merge request that triggere... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576921",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Java/Solr - extremely slow garbage collection (~7s), commits and queries It's important to add, this is a server with nothing else running - CPU usage is <1%
I will admit I don't understand a lot of what these Solr logs are saying - on my own PC, the Solr DB is running lightning fast - however, on the real server, i... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576923",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: What is the way of testing password encryption in Java? I have Java method for password encryption using the SecureRandom, Cipher and Base64 (method encode). How to write test for this method, how to test if password was encrypted after pressing the button "Sign up"?
Don't understand the idea, should I create a vari... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576926",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Hashing USER_ID_FIELD payload on DJANGO REST FRAMEWORK - SIMPLE JWT How to hash user id field on DJANGO REST FRAMEWORK - SIMPLE JWT?
SIMPLE JWT = {
'AUTH_HEADER_TYPES': ('Bearer',),
'AUTH_HEADER_NAME': 'HTTP_AUTHORIZATION',
'USER_ID_FIELD': 'id',
'USER_ID_CLAIM': 'user_id',
'USER_AUTHEN... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576927",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Cannot save the data when using RedirectAttributes When I add "RedirectAttributes redirectAttributes" to String saveUser of PostMapping I got Error status 500.
enter image description here
I think maybe syntax of PostMapping or FileUploadUtil file has error but can't find anything.
enter image description here
Befor... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576929",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: how to change color of rangebar based on the value? I am trying to create rangebar in nextjs.
I have implement some part of it.
But, facing issues to apply CSS on the percentage value of the rangebar.
I have put my code on codesandbox.
Please check and help me.
Thank you
Expected Output :
Current output : https://c... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576930",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Export pages png VBA Seems to be pretty easy
Option Explicit
Sub ExportPagesAsPNG()
Dim currentPage As Visio.Page
Dim currentDoc As Visio.Document
Dim currentPath As String
Dim currentPageName As String
' Pobranie bieżącego rysunku i jego ścieżki
Set currentDoc = Application.ActiveDo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576932",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I write a custom MLlib class that works with Databricks' autologging feature? I'm trying to write a custom version of CrossValidator that evaluates (and averages out over the folds) a list of metrics and, as per normal, only picks the best of a particular chosen one (eg: the first of the list). But in doing... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576933",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Which are the top colleges or University, especially in the US, to pursue a Masters degree in DevOps?
!
Which are the top colleges, especially in the US, to pursue a Masters degree in DevOps list of those colleges/universities.
I want a list of colleges and university where I can complete my Masters program as a d... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576937",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Gtk# MessageDialog, How to show scrollbar when the message is long enough (setting max lines)? I am using Gtk#, but the principle is probably the same as regular GTK3. I created the default GtkApplication, and added the following lines to the scaffolding to show a message dialogue with multi-line text (50 in the exa... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576940",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Which is the best cognitive search model / method that will search among document like text document? I want to know which method/model is the best one that will do cognitive search among document. For example: In a text document that contains data on different topics. And when will I search python in that. It shoul... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576941",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Type of expression is ambiguous without more context with Alamofire I'm a beginner in SwiftUI and currently learning how to code. I have been struggling with an error in my code for a while now. Here is my code and the error message:
import SwiftUI
import Alamofire
struct LoginResponse: Codable {
let success: B... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576943",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Solving Knapsack Problem for large dataset using PULP library in Python I have the below dataframe:
import itertools
import pandas as pd
import numpy as np
p1_values = np.arange(19, 29.1, 0.1)
p2_values = np.arange(23, 33.1, 0.1)
p3_values = np.arange(36, 46.1, 0.1)
p1_values = np.arange(19, 29.1, 0.1)
p2_values =... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576944",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: ACF Date and Time Format Differs When Used in List Category Posts Shortcode The date (j F Y) and time (H:i) format set in ACF differs when we use it in the “List category posts” shortcode.
In the ACF (custom fields) plugin it’s set to the above mentioned, which works fine when using [acf field="webinar_date"] in exa... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576947",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: LLVM: how to replace "_mulsf3" with a specific instruction? I wrote a test.c file below trying to select my own float mul instruction:
int main(){
float a = 1;
float b =2 ;
float res = a * b;
return 0;
}
However, the output asm file uses the load instruction below to trigger a function call:
LD r5, #__mulsf... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576948",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to start the graphql server in new version of next js 13.2 api route? Unable to start the server in next js 13.2.
import { ApolloServer } from '@apollo/server';
import { startServerAndCreateNextHandler } from '@as-integrations/next';
const resolvers = {
Query: {
hello: () => 'world',
},
};
const typeDe... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576950",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: Checking Console.ReadLine is empty without assigning it to a variable I would like to parse the result of Console.ReadLine to float, and handle the possibility of it being null too.
It could be done in 2 lines.
However, I would like to do it within 1 line.
Is there any way to check a Console.ReadLine() without first... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576951",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to find the outer contour of a floorplan in python I have a floorplan in the format of jpeg and I would like to find the outer contour of the floorplan (as indicated in the blue line below). So that given any pixel, I can identify whether that point is inside or outside the building.
By applying some blurring a... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576954",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to use API in app.service.ts in Angular an use its data in the app components I am writing a servise.ts in which used API .But when I want to use its data in a component it's undefined.
I used all dependencies
app.component.ts:
constructor(private DATA: DataInfoService){}
this.DATA.ApiService()
this.Informations... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576956",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: solve before update trigger on plsql I write a before update trigger on plsql but like that has err & I don't understand how it solve ;
thank you Write the code correctly
create or replace trigger t9
before update on test1
for each row
begin
declare err_massage (20);
if(:new. Salary>old.salary*2)
then
set err_massa... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576960",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to Filter by Debit or Credit in MongoDB using Node.JS How can I get the List of Debit or Credit transactions Only. Like I have a column in my database , 2 columns actually.
I want to be able to query for Debit transactions or Credit , The endpoint is written in Node.Js and the backend is MongoDB
Suppose I am usi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576962",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Nuget not found exception for newly introduce package in CRM online plugin after deployment I am trying to modify my plugin and adding new nuget references. It is build fine in my local but after deployment it is giving exception "File (Azure.Idenityy.dll) not found." How to ensure that while using plugin.registrati... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576964",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: I want to get key value pair as response from mysql xdev api response // Working with Relational Tables
var mysqlx = require('@mysql/xdevapi');
var myTable;
// Connect to server using a connection URLenter code here
mysqlx
.getSession({
user: 'user',
password: 'password',
host: 'localhos... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576965",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Spring Boot Async Transaction Rollback Issue Facing 1 strange issue in spring boot @Async and @Transactional, following is sample code:
ServiceA
@Transactional
public ResponseA methodA() {
try {
// some code
saveTableA() //save some data to tableA
serviceB.methodB();
} catch(Exception... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576967",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to calculate the polar angle when shooting a projectile in order to hit a moving target? I'm a beginner at java and struggling with this problem. This is assuming that the point the projectile is being shot from is (0,0) and the it will stay at the same speed the whole time.
Right now, this is what I have:
publi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576968",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: UI freezes when performing frequent mouse action in different HTML input element in MAUI app The App freezes when a component dynamically changes focus using a mouse action while utilizing the HTML input tag. This occurs when performing frequent mouse actions on the input elements, causing the app to freeze and prev... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576969",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: How do I set the backgroundImage using chrome.runtime.getURL? In my content script, I'm trying to inject an a tag on the page and set its backgroundImage.
const newButton = document.createElement('a');
newButton.href = `https://example.com`;
newButton.className = _class
const img_url = chrome.runtime.getURL("images/... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576971",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: FabricJS- I have a fabricJS + Angular Project. How to get better performance on certain operations? I have made a table structure using vertical and horizontal lines. you can add new lines making new rows and columns. In picture you can see a 3x3 table. When I resize 1 vertical side of the table it takes all the hor... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576975",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Unable to log in to a spring boot OAuth2 Resource Server application from an angular application I built a small spring boot application using spring-boot-starter-oauth2-resource-server. The tests work well on Postman but not on Angular. The test was working on Angular when I used spring-boot-starter-security.
Here ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576976",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: SwiftUI view local PDF using PDFkit I want to view pdf in my app I tried many ways but I don't know why I always get error.
import SwiftUI
import PDFKit
struct PDFKitView: View {
var url: URL
var body: some View {
PDFKitRepresentedView(url)
}
}
struct PDFKitRepresentedView: UIViewRepresentable ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576978",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Tensorflow 2.X Error - Op type not registered 'CaseFoldUTF8' in binary running on Colab I have been using BERT encoder from the Tensorflow hub for quite sometime now. Here are the syntaxes:
tfhub_handle_encoder = "https://tfhub.dev/tensorflow/bert_multi_cased_L-12_H-768_A-12/4" tfhub_handle_preprocess = "https://tfh... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576980",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Jquery trigger not working with anchor tag I am working with jquery and php,Right now i have anchor tag and i want to click/trigger after form submit automatically, For this i am using following code,i am getting alert but button is not "triggered", Where i am wrong ?
PHP Code
if($this->session->flashdata('img_error... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576983",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: change stye div by option drop down in JavaScript I tried to do this code HTML/CSS/JavaScript
Have idea Div and options (01-02-03)
When i select option 01 will give me style css ex; shadow, than select option 02 will give me other style shadow
‹div id= card-shadow-control" style="width: 100px; border: 1px solid blac... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576984",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: vsomeip communication between two docker images not working I'm trying to establish communication between two vsomeip hello world example applications (https://github.com/COVESA/vsomeip/wiki/vsomeip-in-10-minutes#communication-between-two-devices) using docker containers.
According to VSOMEIP - Communication betwee... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576985",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-4"
} |
Q: Node.js Module Function Callback Hello I am trying to create a Node.js function to return a value from sqlite query but the function always return undefined.
Module Function:
var sqlite3 = require('sqlite3').verbose();
const db = new sqlite3.Database('dbex.db');
const fs = require('fs')
module.exports = {
initD... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576989",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: modelsummary display output from lm and brms concurrently with statistics models <- list(
"Linear" = lm(outcome ~ week * food data = df ),
"Bayesian" = brm(outcome ~ s(week, k = 4, fx = TRUE, by = food) + food, data = df, family = "zero_one_inflated_beta")
)
The following code works when I run it
modelsummary(model... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576995",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Vue3: dynamically calling createApp() How do I dynamically load a different App.vue instance in main.ts after calling a HTTP API that returns some response (i.e what layout/theme to use)?
I am trying to build an application that has the following:
*
*has a backend HTTP API that returns various bits of information ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576997",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Hiding div in selenium python
I want to hide header when I'm taking screenshot using selenium python.
find = driver.find_element(By.XPATH, elm.header)
driver.execute_script("arguments[0].style.display = 'none';", find)
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75576998",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: (22,17): error CS0201: Only assignment, call, increment, decrement, await, and new object expressions can be used as a statement) Here is my code, I'm just following a youtube tutorial, and I can't tell what I've done wrong. (this is now the full code not just the beginning.
using System.Collections;
using System.Co... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75576999",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: MySql upgrdation 5.7 to 8.0 , CONFIGURATION_ERROR We are trying to upgrade mysql 5.7 to 8.0 on rds but failed due to following issues.
Is any one have solution for this?
{
"id": "removedSysLogVars",
"title": "Removed system variables for error logging to the system log configuration",
"status": "CONFIGUR... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577000",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to put sign here tab on last page of document sending via DocuSignApi? Here is my code for building envelope for multiple dynamic documents with DocuSign Api. It works fine for me but the main problem is it puts "sign here" tab on the first page of every documents. But, I want to put it on the last page of every... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577002",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Which Backend url change plugin is compaitable with Translatepress I am facing issue while login to Word press while using a back end url change plugin
Please find a plugin to solve this issue.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75577003",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Handling background and terminated notifications not working in flutter I am using _firebaseMessagingBackgroundHandler to track background notifications and initialMessage to track terminated notifications
but why are they not working?
Notifications themselves arrive on devices but print("NEW FIREBASE MESSAGE on bac... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577006",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Dataframe filtering based on condition in YAML I'm trying to filter dataframe by conditions stored in YAML. There are probably 100+ conditions to filter; these are just some of the conditions.
Sample dataframe:
A B C D
0 1 5 21 3
1 1 5 21 2
2 1 5 21 2
3 1 5 21 3
4 1 5 21 ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577010",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Create a n number of list to group 50 number in each untill n number reached I am trying to create list for each 50 numbers. Could any one suggest best way to do that.
example
I have number from 1 to 112
I want [[1..50],[51..100],[101..112]]
Thanks in advance
A: You can do this with a while loop:
n = 112
i = 1
res ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577011",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: CSS - How to make nav bar link active background color wider than the text I'm working on a navbar for CSS and I've gotten it working the way I want however the active state shows the background color that has the same width as the text itself. I feel like this is basic but I've been searching around for a couple of... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577013",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: TensorFlow could not be resolved hello today I just download the library TensorFlow in my Wsl (ubuntu) and I want to use it in visual studio code , but he seem that he don't know it and it show me this two error here is the first picture that show the error in the terminal and here is the other error that shows the... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577021",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Loading screen for using the Stripe API checkout session? I'm using the Stripe API with my web app to create a checkout session but there is an awkward white screen when navigating to the Stripe page for payments.
I'm using NextJS.
When a user clicks on the button:
import { useRouter } from "next/router"
const route... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577022",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: how to insert more than 5 columns in odbc connection in impala database using .net? i am trying to insert below code for five columns:
List<string> ReadFile = File.ReadAllLines(@"D:\Data.txt").ToList();
var cmdText = "INSERT INTO TEST Values (@name, @panno,@city,@Pin,@mobilenumber)";
OdbcCommand cmd = new OdbcComma... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577023",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Yarn - yarn dev / yarn start / I have yarn installed, I installed it with "npm install --global yarn", but whenever I run a command like "yarn dev" I get "error Command "dev" not found." I think it's a path issue?
Any input? Thanks in advance.
Could you please guide me step by step if there's any settings I should d... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577028",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Node package.json `exports` field not aliasing `require()` calls I am trying to use the exports option in package.json in order to allow both CJS and ESM entrypoints.
Here, I have a simple package with the following file structure.
package/
src/
index.js
main.cjs
package.json
tsconfig.json
The file co... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577029",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: what is it that I get in java from Azure keyvault certificate Certificate is created in Azure KeyVault. I will need to download the public and private key from it.
When creating certificate in Azure, there are two options for the content:pkcs12 and pem
When content type is PEM, I can get the private key and convert ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577031",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I fix the Image Index Out of Range error? I am trying to create a piece of creative coding with Python. I pass the image through a pointillism algorithm and then want to be able to move the points generated by the algorithm with a mouse. My end goal is to have the dots move away from the cursor as it is moved... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577032",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Google Apps Script to export svg data in cell to png file I have a google sheet that is set up to generate svg data based on values in other sheets - I use this often for scorecards, leader boards etc. I have this set up so that one cell (for the sake of this example let's say it is "Sheet1!A1") contains all the li... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577033",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Messages in Outlook email body is getting overwritten I want the script to check if a list (suspended_stat) has items in it and write a message in the outlook body and then check if another list (outlook_stat_final) has items in it and then write the message in the outlook body.
Problem is only last mailbody.item (T... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577039",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Loading Interstitial Ads for certain duration I wanted to load my google interstitial ads for minimum of 30 second in my flutter app. Is there any way to achieve this. I am currently using Google Mobile Ads package for rendering the google ads
I am trying to achieve a minimum 30 sec of interstitial ads in my app. Is... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577041",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to Increase or Decrease decimal places in datagridview cells using a NumericUpDown control? Basically I have a datagridview, some rows contain text and the other rows contain decimal with roughly 7 decimal points, and I would like to use NumericUpDown control to reduce or increase the decimal of cells that have ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577043",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Long figure caption causing footnote to skip a number in RMarkdown file (PDF/Latex) Having a long figure caption in an Rmarkdown file is causing the footnote numbering to skip a number:
---
title: "Untitled"
output: pdf_document
date: "2023-02-27"
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577044",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: I tried reversing a linked list using an recursion approach but got an segmentation error? What went wrong? #include <iostream>
class node {
public:
int data;
node* next;
node(int val) : data(val) {
this->next = nullptr;
}
};
class linkedlist {
public:
node* head;
linkedlist() {
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577047",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How do you display a value in a table that does not appear in the table type How do you display a value in a table that does not appear in the table type and does not appear in its dataSource
in Angular
A: I imagine you are using a mat-table
The only is add a a new string to displayedColumns. Use this string to cre... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577049",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Can someone please help me with the issue of the EEPROM's data read not functioning properly? #include <xc.h>
#include <util/delay.h>
#define SDA_PIN 1
#define SCL_PIN 2
void i2c_addr_write(uint16_t);
void i2c_data_write(uint8_t);
int main(void)
{
main_init() ;
while(1)
{
main_loop();
}
return 0; ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577050",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-4"
} |
Q: i was Taking to connect database or trying the project firebase i was Taking to connect database or trying the project firebase i try all trick
plz help
how i change firebase connectionenter image description here
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75577051",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Using HDFS with spark on local machine with docker I am attempting to use docker, more specifically docker compose to run a hadoop environment where I can use HDFS to store files, while writing spark applications on my local machine, which would access HDFS:
services:
namenode:
image: bde2020/hadoop-namenode:2.0.0-h... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577053",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: what's io exception can do.when it throw the exception I try in eclipse IDE.I can't solve this io exception.what i can do to solve this exception.
I try int datatype input to put a char value. It's throw the io exception. But I didn't know how to solve this exception.Anyone explain this exception.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75577054",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-7"
} |
Q: how to fix "bad command name kvm" in routerOs x86 I already installed the kvm package and I even execute the "/system resource print" command, it is in the list, but I don't know the reason for this error
Can anyone guide me?
I even deleted and reinstalled several times and tested versions 7 and 6 of the Router OS, ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577057",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Understanding how to co-register coordinate in MATLAB (EEG and MRI) Good afternoon,
I have been working on this problem but I am still not sure how to do this since I have no engineering background.
I am trying to co-register EEG contacts with MRI, however the EEG coordinate was obtained on T1-contrast while the MRI... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577059",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: Vue Run-time MultiSelect Component creation with CreateApp - Failing to Bind Model Value I am trying to create a multiselect component at run-time (not at design time). Following is the sample code I am trying.
My multiselect options:
const regions = ref([
{ label: 'Queensland', value: 'QLD' },
{ label: 'New S... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577062",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Deleting Big data records by Django ORM I use PostgreSQL in my Django Project. I have approximately 4 500 000 records (30GB). I need to clear(delete) probably 2 500 000 of them. How I can delete?
First variant:
itms = Items.objects.filter(created_date__date__gte='2022-01-01').delete()
itms.delete()
Second variant:
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577063",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How could an array in a function always allocate the same address as the array created in the other function? No matter how many arrays are created in other_function(), the last array will always have the same memory address as the arr in mkarray1, which in this case makes "printf("%d %d %d\n", ptr[0], ptr[1], ptr[2... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577066",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I make multiple divs overlap in my html login page? This is my HTML form:
<div style="display:block; margin:0 auto;">
<h2>Welcome</h2>
</div>
<div id="box">
<div id="box2">
<p id="pid"><b>Emp no:</b></p>
<input type="text" id="id" size="30" maxlength="11" onkeypress="return event.charC... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577070",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to export multiple CloudWatch logs into on text file in an S3 bucket I'm developing a Lambda function that is suppose to send the messages of multiple CloudWatch logs into one single text file stored in S3.
With the use of Python, here's the code I've compiled:
import boto3, json
client = boto3.client('logs')
s... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577071",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: MongoDB - How to use $toInt in $sum of a field in an array? Can you guys help me with this problem?
Example:
Data:
{
_id: "63f69650e820990f82dca60b",
...,
transactions: [
{
...,
fee: "100",
...
},
{
...,
fee: "200",
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577073",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How To add another class to an element i have the following image tag with a class name "kiwi" though i have another class which makes the image spin . i want to toggle this class (called 'elem') when i click on the play button of my music player
this is the image tage with the class
<img src="./images/kiwi.png" cl... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577074",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Is Google Calendar API for .NET quick start discontinued? I'm trying to integrate google calendars API into a winform based off this video
https://www.youtube.com/watch?v=qNdpWph4Pi8&list=PLf2aHFQm4mSccCfY-B1YLkqXSAMbtltkT&index=14
the video is from 2019 and my guess is google discontinued .NET as there was a better... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577076",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to convert Django model into DDL statement I created a python code to create CLI tools that visualize the database schema.
But I have an issue.
I have tried to read the models.py in the django project and get sql statement but I don't know how to do it.
I want to convert django model into sql query.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75577079",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Select IDs with two or more entries greater than amount I'm new to MySQL, and I'm struggling with a homework problem:
*
*Get the name and initials of each player who has incurred two or more penalties of more than $40. Hint: use subquery that has an aggregate
I can get MySQL to show me the amounts more than $40, b... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577083",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Getting the node created by a document fragment If I insert a document fragment into the DOM like so:
const ul = document.querySelector("ul");
const fruits = ["Apple", "Orange", "Banana", "Melon"];
const fragment = new DocumentFragment();
for (const fruit of fruits) {
const li = document.createElement("li");
l... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577084",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to build a jar with dependences in Maven? I have not been able to find a way to actually build a jar with my maven dependencies so the jar file runs correctly. I tried using the maven plugins but none of them seem to achieve what I want.
I have tried building the jar with the built in plugins in maven but they d... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577086",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Get complete xml dump of a scrollable app page at once I want to get the complete xml dump of a scrollable page of an android app running on emulator.
I tried using Appium's getPageSource(), but it gives only the viewable content dump.
I also tried using 'adb shell uiautomator dump' command. After scrolling to the e... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75577090",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |