text
string
meta
dict
Q: Implement Factory Pattern In GoogleGuice I need to implement factory design pattern in GoogleGuice 4.2 (Java) Requirement I have operating system interface public interface OperatingSystem { String getName() ; } My concrete classes public class Windows implements OperatingSystem { String getName() { return "Produc...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612120", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Why doesn't customSerialQueue.sync inside DispatchQueue.main.async deadlock, while DispatchQueue.main.sync does? I have two code blocks, one using DispatchQueue.main.sync inside DispatchQueue.main.async, and another using a customSerialQueue.sync instead of DispatchQueue.main.sync. The first block causes a deadlock,...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612122", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Why next statements in the switch block after matching a case are executed if break keyword is not used? class Switch{ public static void main(String[] args){ int x = 2; switch(x){ case 1 : System.out.println("1"); case 2 : System.out.println("2"); case 3 : Sy...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612123", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to solve Type Error with OpenStreetMap API in Python code? While making a code about OpenStreetMap API , my code is getting an error on route_coordinates variable (line route_coordinates = response['routes'][0]['geometry']['coordinates']). The error is: TypeError: string indices must be integers I am not able to...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612124", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Create user defined color scheme in geopandas using explore() I am trying to create an interactive map with UserDefined ranges for color scheme. I was able to create the map, but color scheme is not being plotted correctly for the associated values. import geopandas as gpd from mapclassify import Quantiles, UserDefi...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612125", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How do I validate a particular customers username which is already stored in my customer.txt file to a buy option on my GUI source code? So basically I got my whole assignment code working but I overlooked one thing but now when I am trying to add the username for the following function I keep getting a red line; I ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612127", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Error in POSTMAN for a post request. JSONError: Unexpected token '<' at 1:1 .response body is HTML. How to convert?How to solve? //capturing response var jsonData= pm.response.json(); Anything we have like --> var jsonData = xml2Json(responseBody); for HTML to JSON conversion? Response body is meant to be JSON but ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612131", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: is it required to have the request in Protobuf format in order to return a response in Protobuf format? Should I postpone releasing a lib fix that allows responses to be protobuf serialized, until all request objects could also be serialized. I think there is no connection between the two. More than just: "It's comm...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612137", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: How to convert vuejs 3 project to nuxt js 3 I want to convert my vujs3 project to nuxtjs 3 I tried to convert my vuejs3 project to nuxtjs3 but don't know how to add the components to nuxtjs folder and also there is no referral video so is anyone know how to convert a vuejs project to nuxtjs 3 A: How to migrate vuej...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612139", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How can I pagination with bootstrap-vue? By using "b-pagination-nav" Given that there are a total of 33 posts and we want to show 5 posts per page, there will be a total of 7 paginations. At this time, I want to show the paging buttons to be displayed on the screen by cutting them into 1,2,3 and cutting them into 4,...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612140", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to detect native cellphone call using CallKit while in background I am trying to detect when the user gets a phone call. It's detecting while app in foreground but not in background. When I gets a phone call and accept OR when disconnect, the connected call then I want to update to server while app in background...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612142", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Reactjs Antd Table onRow outside click? as the title describe, i want to listen a event outside click, how can i do that ? ref to https://ant.design/components/table#components-table-demo-edit-row I want to make a editable table. But instead click on edit button, i want user can edit through double click on a row. L...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612144", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Does rust need AOP as a system programming language? I use java a lot and I am familiar with AOP usage in java. Recently I am learnig rust. Rust is a AOT compile language, so it is not easy to do some AOP thing like java. Although I find some rust crates about AOP, they are not popular. AOP is a good ability to make...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612145", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Big Commerce - Infinitescroll I'm trying to make BigCommerce's product list page infinitely scrollable. The page begins with the currently scrolled products instead of loading all previous products until the current position, which is an issue I encountered when returning to a scrolled page using the browser back bu...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612149", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to customize the plot layout in Shiny? I am trying to practice something new with using Shinny application in R and I am having a serious difficulty to customize the layout for the 2 plots, actually one table and one plot. I am not able to share the whole data I am using but I think, but I will provide a fake da...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612153", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Finding posts that contain a word in the post title from MySQL query I have a simple (right now) search function on my site where a user can input a string and then get back results if the post title contains any of the words in the search string. The problem I have is how to handle when user searches for words that...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612155", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: failed to upload zip file: Permission 'iam.serviceAccounts.getAccessToken' denied on resource I want to automatically deploy cloud functions via GitHub Actions This is my deploy-cloud-functions.yml file name: Deploy Cloud Functions on: push: branches: - feat/queue jobs: deploy: runs-on: ubuntu-la...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612156", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: (ANDROID) REST API sending same data for some time I am using NewsData.io api for my news app. The app sends the same data no matter how many time you refresh it for a fixed time. After the fixed time it will send another data for a fixed time and so on.I am using volley library. Here is my networking class package ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612157", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Unable to Connect to Redis (TLS) with Laravel, but TCP works fine I'm using Upstash Redis with TLS connection, but I'm always getting connection lost, redis exception, timed out 2 minutes, when trying to connect to Redis. If I use TCP, it works fine. Using localhost, http://127.0.0.1:8000, Laravel server using php a...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612161", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: jQuery Bootstrap multi-level dropdown with mouseover I got this code from another site and I was trying to modify it but having difficulty. When my page loads all items (a.test) have not been dropped down. If I mouseover the first a.test the jQuery works good the dropdown happens. When I mouseover on a second a.test...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612166", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: @IBOutlets going nil when simulating Background App Refresh on Xcode 14 I have an application which displays the APOD (Astronomy Photo Of The Day), using NASA's API (this includes displaying the actual picture, description, author and title). I am learning how to implement Background App Refresh using the Background...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612167", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: rdlc Report in .net Core Recently, I am having a hard time because of the rdlc report as I moved from .net framework to .net core. Do you have a solution from Microsoft that supports rdlc reporting in .NetCore? If there is, what is it? I've tried AspNetCore.Reporting and ReportViewerCore.NetCore, but I want a soluti...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612168", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Can I get the data types of the headers of all sheets in an excel file, uploaded on reactJS app? There are three data types in excel which I need to get: * *varchar *number *date Sample excel screenshots: Sheet 1 from excel file Sheet 2 from same excel file eg. In, sheet 1 = [number, varchar, number, date, varc...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612169", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: ToolTip Disapperars Quickly I am wondering Why even after specifying the show time and wait time to 10 seconds in the tool tip, shows the tip only for 1 second Row( crossAxisAlignment: CrossAxisAlignment.start, mainAxisAlignment: MainAxisAlignment.spaceBetween, ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612170", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How do I set the read timeout for a specific query in the C# driver? Problem I would like to set a timeout for a specific readonly query using the dotnet driver. Context I have a query likeselect count(*) from TABLE where ID=value I am aware that: * *count(*) queries are not efficient *there is no guarantee that ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612171", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Markers and Text labels not getting marked in the openlayers map when using with react Trying to plot markers based on the coordinates with the text labels from the json. Able to render the map, but not able to render the markers and text labels. I am using ol version of 6.6.1 and have attached the code below. packa...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612175", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Can not deserialize JSON with json string inside I have a json like below. The x's are there to omit sensitive data {"errormessage":"{\"timestamp\":\"2021-10- 19T07:57:35.205+0000\",\"status\":400,\"error\":\ "Bad Request\",\"message\":\"Bad Request: xxxx xxx xxx xxx xxx. path\u003d/xxx/verify\",\"path\":\"/xxx /xxx...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612176", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: How using AWS Athena (with lambda connectors) affect the user performance? If I use AWS Athena with a JDBC connector to a MySQL database, will running the OLAP queries in Athena affect be handled by the same resources as the OLTP running the user database? Will those queries slow down the user application queries?
{ "language": "en", "url": "https://stackoverflow.com/questions/75612179", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Can anyone help me to get migrate in php laravel I am trying to migrate my tables in newly created laravel project and getting this error but all the container arerunningg fine. Illuminate\Database\QueryException SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo for mysql failed: nodename nor servname p...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612180", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Android Studio Electric Eel - Wifi Debugging Real Device- Waiting for all target devices to come online I have configured the wifi debugging using Pair Code and it's paired Successfully. In android studio also it is showing my device. When I run the Application, it is always stuck with " Waiting for all target devic...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612184", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: new ethers.provider.web3provider is not returning anything? I am this in my transactionContext.jsx file, import React, {useState, useEffect} from 'react'; import {BrowserProvider,ethers} from "ethers"; import { contractABI, contractAddr } from '../utils/constants'; const {ethereum} = window; export const Transacti...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612189", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: What method can I use to add memory to my Discord chat bot? I'm working on a Discord chat bot using Discord.js and OpenAI API, and I'm looking for ways to add memory to my bot so that it can remember past conversations and use that information to provide better responses. I've thought about a few ways to do this, bu...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612204", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: How can i set the image below the text. while changing the width of the browser Here is the CSS code for the image and text while decreasing the browser width the image overlaps to the text(designation) .timeline-logo{ position: absolute; width: 70px; overflow: auto; } .timeline-logo > img{ width: 8...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612205", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to determine if two computers are in the same local network or connected to each other through vpn How to determine if two computers are in the same local network or connected to each other through VPN. Preferably with Windows commands (such as ping, tracert,...) or in Delphi code. I have written an application ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612209", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: runtimeService.startProcessInstanceByKey("execution") this order can be implemented, but no end when I implement runtimeService.startProcessInstanceByKey("execution") in Java using Activiti, the running always dose not end. It seem like a cycle. enter image description here How can I do?
{ "language": "en", "url": "https://stackoverflow.com/questions/75612212", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: How to update a specific submodule in my working directory to what's on GitLab remote repository I currently have the submodule mysamplefolder in my Gitlab remote repository: The contents are below: But that particular submodule in my local working directory doesn't have that file How can I update that mysamplefo...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612214", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: I have error in my VBA code for check and move cell Value Sub MoveCells() Dim cell As Range Dim columnToCheck As Integer columnToCheck = 12 ' change to the column number you want to check Do While WorksheetFunction.CountIf(Range("L:L"), "<>8") > 0 ' keep looping until there are no more values in...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612215", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: some views are not showing in flutter app - 50 views skipped One view section is not displayed in the flutter app. I am getting logcat of "50 views skipped". what can be the reason for that? Previousely it was working fine but suddenly i am getting this issue. i havent changed anything in this screen. Don't mark it ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612218", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Opensearch dashboard imported for cloud trail but visualization not working Hi I have imoprted the cloud trail visuliZation in aws opensearch dashboard and have mapped the index existed in opensearch with cloud trail data. https://github.com/aws-samples/siem-on-amazon-opensearch-service/tree/main/source/saved_object...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612220", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: airflow error on db but task still is successful I have an annoying internal error in airflow 2.5.1 that I am unable to detect what could be the reason: (venv)$ airflow tasks test my_task sleep 2023-01-01 [2023-03-02 07:00:16,517] {dagbag.py:538} INFO - Filling up the DagBag from /opt/***/dags [2023-03-02 07:00:16,9...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612221", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Reading multiple tabs in excel with different structures in Pandas I have an excel sheet with 6 tabs, each tab has different columns and structures but they are technically related to each other, the last tab has a column that is the target class (yes or no), of course, the purpose of this is to build a machine lear...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612222", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: ZKBio Access IVS software cannot connect to ZK SpeedFace H5L Device * *Installed the ZKBio Access IVS software on my PC. *Connected the ZKTeco SpeedFace H5L device directly to my PC using an Ethernet cable. *Ensured both devices are on the same network. *Set my PC to be the server on the device Cloud setting...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612225", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: The Schematic workflow failed in Angular 15 When I Run ng new / Installing packages (npm)...npm ERR! code ERR_SSL_CIPHER_OPERATION_FAILED npm ERR! errno ERR_SSL_CIPHER_OPERATION_FAILED npm ERR! Invalid response body while trying to fetch https://registry.npmjs.org/@babel%2fplugin-transform-unicode-escapes: 483A0000:...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612226", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: sp_executesql not working from databricks - pyodc Below is my sample databricks code where ACTUAL_TABLE and TEST_TABLE are SQL tables. I am trying to insert into ACTUAL_TABLE from TEST_TABLE in databricks using pyodc connection. mssql_db.sql is my connection and the connection is working as expected. Code executes w...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612227", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How can I do this query in sequelize SELECT * FROM item_master WHERE project_id IN (SELECT id FROM project_master WHERE workspace_id in (SELECT id FROM workspace_master WHERE company_id = 4)); How can I do this mysql query in sequelize - node js w...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612230", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: How to remove link option from image files in infobox with galleries in Mediawiki I tried to create a gallery in an infobox on my personal server. I had a lot of trouble removing the ability to click to the image file's description page. My gallery (part of a tabbed gallery of images): <gallery> File:Dog 1.jpg|l...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612231", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Extending Gradle configuration from different module to inherit dependencies I have a highly-modularized project and I would like to declare one more separate module for some special test suite. Also, I don't want to repeat declaration of any dependencies which are already in classpath of the main application's modu...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612233", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Group by Hourly + Display I have a database which looks like that: ID gesamtzaehler gutzaehler timestamp 1 7119529 7007905 2023-03-01 14:09:15.043 2 7119553 7007929 2023-03-01 14:10:15.013 3 7119577 7007953 2023-03-01 14:11:15.043 4 7119601 7007977 2023-03-01 14:12:15.030 5 7119625 7008001 2023-03-01 1...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612234", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Unable to download SVG attachments from atlassian ticket I am using Atlassian Jira to generate issues on different tickets. Recently, I am facing a problem, the tickets which contains attachments of SVG file is not downloading. I can preview the attachments. Upon right clicking on the preview, the menu displays "Sav...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612235", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Angular add and subtract button ngfor index I have develop items cart button. there is add and remove option is needed and apply loop inside the cart. I have developed one function that is add and remove but entire lop that means this loop apply all cart items with different number.
{ "language": "en", "url": "https://stackoverflow.com/questions/75612237", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Need help setting up visual studios pleaseee I tried following the steps on: https://code.visualstudio.com/docs/cpp/config-clang-mac I thought I followed them exactly but am I missing something? Is there anything additional I have to do to get it working? I am getting messaged that aren't brought up at all in the in...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612238", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-11" }
Q: I cant take the values inside context in other components I'm starting to work with react now and I was taking a course but in the context part mine is not giving the same result as it should can someone help me with that, my codes: Context.jsx import { useState,createContext } from "react"; export const Contexto =...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612240", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Unity - MRTK 2.7.3 Holographic Remoting App - Sounds are coming from pc speaker I'm trying to add some audio clips to my Holographic Remoting App. However, when I execute the app sounds come from pc speaker. I want to use the speaker of Hololens 2 for the audio clips. I have searched on the internet but I couldn't f...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612241", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How do I get enough scopes to post to a linked in group via API What I'm trying to achieve: I'd like to be able to post to a group on LinkedIn by using the APIs (I have client id and client secret) The issue My issue is similar to: Cannot post to a LinkedIn group via API However, I only have the w_member_social scop...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612242", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Passport Authentication Issues I'm working with NodeJS and learning how to authenticate users and have sessions. I'm using the following packages: express-session, passport, passport-local, passport-local-mongoose I have gone through the processes: onst app = express(); app.use(express.static("public")); app.set('v...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612245", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: add multiple records in table using lambda exprotieoption asp.net I try add multiple records in table. but context.myTbl.AddRnage() not find public void buy(string products) { var producs1 = products.Split(','); List<buyProducs_tbl> records = new List<buyProducs_tbl>(); //...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612253", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: GetPosition in WxPython not returning the correct position I'm developing a user interface using WxPython, and I need to record two points manually selected on a StaticBitmap. This is in the function on_left_click() below. import wx import cv2 import numpy as np class main_frame(wx.Frame): # Whether a new frame...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612255", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to check which log file is latest one in KUDU? In Azure KUDU, we have more number of log files and it is difficult to find which one is latest one and which one currently updating. Is there any way to see the latest file? We don't want cleanup the files to see the latest one always. A: Thanks @shelladmin for th...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612256", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Maui SQL Search page calling Grid page I'm new to Maui. Originally from WinForms environment so very event orientated and having big issues wrapping my head around Maui, especially DI and MVVM. So i'm trying to have a page accept a bunch of parameters and then display another page with a grid displaying all the retu...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612259", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Can I use 2D arrays in Java to store these details? and different types of data can be stored in Java arrays? like we can do in python lists CD collection name (game /movie/music), CD type (audio or video), Title, Price, CD id and year of release. I need to use arrays to store these details when someone choose to 1....
{ "language": "en", "url": "https://stackoverflow.com/questions/75612261", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: Excel file Processing using Azure Data factory There are 10 excel files in on premise machine and each excel file contains different number of sheets and the sheets will vary dynamically(mostly increasing the sheets).For example Excel-1 contains two different sheets in the initial days and the later third sheet incl...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612263", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Warning: require_once(../connection.php): Failed to open stream: No such file or directory I want to display username and email from my database. It always error No such file or directory. the path is right and the syntax isn't typo solving Warning: require_once(../connection.php): Failed to open stream: No such...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612264", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Why Angular RxJS BehavioralSubject does not work on pagination? I created an Angular application using RxJS Behavioral subject to use for the material table data. Also, there is pagination. I am musing an optimistic way of data update. For the first page when I update the row data it is fine and works as expected, b...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612266", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues I am currently trying to install Microsoft SQL Server 2022 on my Macbook. I was able to follow the instructions but am now stuck. I typed in: npm install -g sql-cli To install sql-cli via npm, and this is what it gave ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612269", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: JDK cannot be installed permission asks, why can't I install jdk on my laptop when I want to install it? indeed my laptop has not activated the windows 11 license, is it because it can affect when installing jdk? When I install jdk pops up a pop up "The windows installer could not be accessed..... I also followed th...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612270", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Kuberentes container not connecting to Mongo db database enter image description hereHey please If you guys can help me in this. I am trying to implement a go Lang application on 3 node cluster in Kubernetes. My application connects to three databases. Redis, Psql, and mongo db. The details are there in the .en...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612273", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Why is my mdns package so big? Is it infected with a virus or attacked? I used wireshark to catch datagrams in the LAN and found a huge number of mdns packets. Each package has 50 kilobytes, or even more. He caused my printer to be disconnected frequently. I found that there are more than 20 Windows S11 computers in...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612274", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Number of pixels occupied by a given formatted string in reportlab canvas Given a canvas in reportlab, given an arbitrary string (assumed to fit into one line only, no spilling into multiple lines), and the string is formatted in various ways, such as bold, fontSize, color, is there a way to determined how many pixe...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612276", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Creating a checkered background using lines and Graphics2D I'm trying to create a background that's composed of lines horizontally and vertically with the same amount of gaps in between so that they look like squares. import java.awt.*; import java.awt.geom.*; import javax.swing.*; import java.util.*; public class ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612277", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to implement PDF file upload feature using django rest framework and MySQL? I'm making Website using Next.Js(v13.1.6) as frontend and Django REST Framework(v3.14.0, django:v4.1.6) as backend, AWS RDS MySQL as Database. I want to make user upload and download pdf in client. How to implement this feature in backen...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612278", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: P-comfirmpopup is not working on OnRemove property of P-chip I’m using PrimeNG in Angular CLI: 11.2.19, Node: 14.17.3 The two components are P-chip and P-confirmPopup when I’m using this code the popup in showing at the end of the screen and removing the filter then and there not waiting for the “accept ” or “rejec...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612279", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to change CSS value in Angular 15+ when checkbox is checked? I want to change the height of the vertical timeline when a specific checkbox is checked. For example in CSS Component the height % should be changed when a checkbox is checked .timeline:before { top: 0; bottom: 0; position: absolute; content: ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612282", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: how to record audio and share it in kotlin? I couldnt able to share the audio that I record in kotlin.Its saying-SHARING FAILED TRY AGAIN. `my mainactivity.kt is` class AudioRecordingActivity : AppCompatActivity() { var mediaRecorder: MediaRecorder? = null var mediaPlayer: MediaPlayer? = null private lat...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612283", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: AWS SES does not send emails immediately I am using AWS SES sendEmail() to send emails. I am not in sandbox. And I am sending from a verified email address. I have a DynamoDB trigger that calls my lambda which sends emails. When I make singular operation such as adding item to DynamoDB, lambda runs, AWS SES says it ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612286", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Python tkinter with webcam wont detect external webcam if use laptop please help me i want to build window form with TKinter python with selectable webcam first form shown, i put function that checking available webcam then selecting what user choose i try to make function that listing avaibale webcam, check code be...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612287", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: how to setData in CKEDITOR Hi I'm using CKEDITOR 4 to get some texts from a form. I can get an display data using CKEDITOR without any problem. But when I try to edit the content I already insert I run into a problem. I cannot get my CKEDITOR display the previous text which I taken from the editor to edit. Below is ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612288", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Hyperledger Besu enable Peer to peer TLS I am trying to enable peer to peer TLS for Hyperledger Besu nodes by following below link but it gives me an error - Unknown option in TOML Configuration file : --Xp2p-tls-keystore-type, --Xp2p-tls-keystore-file, --Xp2p-tls-keystore-password-file, --Xp2p-tls-crl-file, --Xp2p...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612293", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Contains V/s have.text Cypress I have this html: <button class="QCunh0zgr7f4UtqlzAfU" data-variant="outline" data-testid="my-test-id"><span>amount &gt; à 1 200,00 €</span></button> When i do: cy.getBySel('my-test-id').contains('amount > à 1 200,00 €').click()- Test fails saying: Timed out retrying after 4000ms: Exp...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612295", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "2" }
Q: Algorithms - Network Flow Assuming G = (V, E) be a bipartite graph, M is maximum matching i.e, M is a matching with maximum number of edges. Assuming A, B are two parts of bipartite graph and X is set of unmatched vertices in A, and Y is set of matched vertices in B. If each edge has capacity 1, give with proof the ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612300", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Need to call a function inside another function in JSL I'm using below groovy code to delete single uploads using upload id but while trying for multiple deletion using the upload id its getting error. /* The below function will delete upload files */ def delete_upload(server_url,each_upload_id,authentication){ ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612301", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "2" }
Q: Annotating local minimum in Octave I am new to Octave so please beare with me.. I have a dataset with x and y values that I plot as a line. Then, I want to annotate selected minima by choosing a range and finding within this range the local minimum. How do I set a range within the x values of my dataset to look into...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612302", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Is it possible to handle multiple exceptions with one @ExceptionHandler in spring boot? I have this code where I'm supposed to return a customized error message and error code. It works fine but the problem is that it's extremely redundant. I was wondering if it's possible to handle all these custom exceptions with ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612303", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Def build_athena_query(cols, table, ingst_dt) I want a unit-testing script for a python code I wanted a unit-testing function for a python def function created
{ "language": "en", "url": "https://stackoverflow.com/questions/75612304", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: how to compile protobuf with maven plugin? i had import maven plugin which used for proto compile , and the pom.xml is below <plugin> <groupId>org.xolstice.maven.plugins</groupId> <artifactId>protobuf-maven-plugin</artifactId> <version>0.6.1</version> <configuration> ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612305", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to configure loop & slidesPerView in SwiperV9 I used Swiper version 8.4.7, and found a bug. But since it is not supported, I tried to upgrade to version 9 But I, and not only ran into problems( 1 , 2 , 3 , 4 , 5 , and similar ) with slidesPerView and loop when trying to make a responsive slider using breakpoints...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612306", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Check the render method of `HomeScreen` I am getting this error I have tried everything and nothing seems to be working. I have also tried to change the places of imports for the components but none of them seem to be working. Here is my code import { View, Text } from 'react-native' import React from 'react' impor...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612310", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: Getting problem in javascript file in my extension i am still new here so mighty this will not proper but still consider it. So i have created a extension which integrates with gmail browser and add buttons in gmail gui to write mail but Problem is: when i click first time "use chatgpt" button (name of button that i...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612311", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: optimal way to create a 12 digit unique random number for users Issue I am trying to add a 12 digit long (numeric values only!), unique identifier to a user table that will be given to the users to find each other. Since it will be handed to the users it needs to be unrelated to the auto increment id on the users ta...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612313", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Microsoft Graphi API counting messages received for the previous day I want to get the total messages received for the previous day, but the request returns the totals messages for all time and not just for the previous day. I tried a couple differnt ways. This uri times out: https://graph.microsoft.com/v1.0/users/m...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612314", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How can I connect to VNC server using Delphi and Indy? I have been trying the initialize a connection to VNC Server 7.0.1 using the following code in Delphi and Indy 10: IdTCPClient.Host := myIP; IdTCPClient.Port := 5900; IdTCPClient.Connect; On Connect(), I get an error: EIdSocketError with message 'Socket Error ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612315", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: chart.js manage the height of the graph to match the data We are using chart.js to display the graph but there are more than 300 users in one place and when we are showing that in graph it look like as below: I tried chart.js functionality but it doesn't seem to work: responsive: true, maintainAspectRatio: false, ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612316", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: How to send notifications to subscribed users only when they are logged in-FCM and Flutter? I am working on a Flutter application- * *Users can subscribe to a topic by sending the topic id and device token to backend server (spring boot), which then uses Firebase SDK to subscribe user to topic. *When notification...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612317", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Microsoft Teams DATE and TIME functions is not showing localized date/time format in adaptive cards on MS Teams desktop I have following adaptive card { "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "type": "AdaptiveCard", "version": "1.0", "body": [ { "type": "TextBlock", "text": "Your package wi...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612318", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to implement secure user authentication in Angular with Passkeys? I have the Angular technology set up and I want to authenticate users using Passkey. However, I am not sure about the necessary steps to implement Passkey authentication. Can someone guide me or provide resources on how to achieve this? Also, I ha...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612319", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Combobox or dropdown doesn't contains all the content/values listed in the object property? Below one is the object for combobox or down, cmbbx = waitForObject(names.ComboBox).delegateModel.items print(cmbbx) when printing the cmbbx, It doesn't contain the list/values/content available in combobox. Tried with all ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612321", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Run parallel instances of same program on Pycharm I have a program named Scanner.py which loads parameters from a configuration file called Config.json- is there a way in which I can run two instances of this same file parallely on Pycharm with different sets of configuration passed through Config.json. Example: thi...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612325", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: cs50 - finance pset9 - website works fine - status code 400 in CS50's check. What did I do wrong? I solved pset9 from Harvard's CS50 and when running manually it seems to run fine, but Harvard test/check doesn't seem able to register and is saying there are status 400 codes. Is there something wrong with my code? I ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612327", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How do I protect my code against sql injection? I'm trying to create this query, while it works great, the query fails when an input contains a single quote. How do I prevent this behavior from happening? I am aware that grails dynamic finders can be protected against malicious attacks by simply using prepared state...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612328", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Django could not build wheels for backports.zoneinfo error ModuleNotFoundError: No module named 'backports.zoneinfo not install pip3 install backports.zoneinfo==0.2.1 error Building wheels for collected packages: backports.zoneinfo Building wheel for backports.zoneinfo (pyproject.toml) ... error error: subpr...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612329", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Making a method which uses Rx.NET non-throwable I'm building a Redis PubSub Class Library and I would like to make SubscribeAsync non-throwable which means the Deserialize call should wrapped in a try/catch block. The thing is SubscribeAsync2 does that but observer.OnError is re-throwing the exception, just like wra...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612330", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }