text
string
meta
dict
Q: IDEA warning - Could not autowire - no beans found InteliJ IDEA presents this warning: @Repository class TaskRepository { // ... } The warning seems to be a false positive because the above code works fine (the repo class is injected into the use case) I wonder whats the desired solution is here. Do I need ano...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612539", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Browser's Navigation arrows status I'm trying to track browser navigation arrow's status, Like is it enabled or disabled Basically i want to know whether back navigation is possible or not from the current page, so i tried with history.length but since it considers forward history as well its not working as expecte...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612540", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: ASP.Net Container failed to connect to Consul container (Connection refused) I am trying to deploy my asp.net api with consul. Currently running without docker my API running with no error but after build and deploy to Docker I got error Connection refused (127.0.0.1:8500) when trying to connect to Consul. Here my d...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612543", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: .NET 6 Report Designer System.Runtime.Serialization.Primivites Version 6.0.0.0 Error The backend of our project was .Net standard, the frontend was .Net Framework 4.7.2, we migrated our C# project to .Net 6. We used the DevExpress toolkit on UI components. After the migration, while the WinForm designers are working...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612544", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: In NestJS's microservices, is gRPC connection between gRPC modules impossible? I am a junior developer that learning a microservice in NestJS. To learn microservice, I created two project named core and client. The core project has a role as a API gateway. Simply, it receives all REST API request(HTTP Protocol). Add...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612547", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to use function output as a input to other function in the same script? I want to use preprocessed image as an input to def infer_text that will return me annotations. SO, how can I do this, what should I pass to infer_text function? image_folder = Path("/home/Tasks/NM_spanish/Invoices_pdf") def get_prepro...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612548", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: Select yaml element in vim In this yaml file: level1: level2: element1: 'a' element2: 'b' The cursor is on the 2nd line (level2). I would want to visually select the whole level2 at once, not by entering visual mode and manually scrolling through the lines. With xml I'd do vat to select the whole tag...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612551", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Flutter Dart - Connect API to UI using Getx I am flutter beginner. I'm trying to connect the API to the UI using GetX, I got an error on the API service class. Error line: static Future fetchProducts() async Error in fetch Products(): The body might complete normally, causing 'null' to be returned, but the return ty...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612555", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Nameserver not accepted with the message: The Host does not exist I'm trying to change the nameserver of my domain, but I'm facing the problem where every party is saying the problem is not on their end. The name servers: * *ns.my-beast.com *ns2.my-beast.com Error message I'm getting: The Host does not exist I...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612557", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to calculate the Jaccard index of co-occurence matrix without diagonal values? I transformed a 2-mode matrix into a 1-mode co-occurence matrix and canceled all the values on the diagonal (because I thought it was meaningless). I wanted to use the jaccard method to calculate the similarity matrix of this co-occur...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612558", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: AWS Textract reading specific information using dotnet sdk C# I am trying to use amazon textract to get specific information from resume pdf file wheich is available in a local folder. I am able to get the text using code below sample code using (var textractClient = new AmazonTextractClient(RegionEndpoint.APSout...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612559", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Android app rejected on Play Store due to login credentials - how to give reviewers access? My app has been rejected by the Play Store team because of missing login credentials. The way the app works is that you have to subscribe using Google Play to get behind the paywall. I specifically created a Google account, a...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612560", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to replace a simple SetTimeout and ClearTimeout with requestAnimationFrame in React? Here is my code block using setTimeout and clearTimeout which I want to replace with requestAnimationFrame - const MyComponent = () => { const [copyText, setCopyText] = useState("Copy"); const copyTextHandler = () => { s...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612563", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: Capturing Last Timestamp from a column in Talend In the talend pipeline below table_old and table_new draw data from same source table with different date ranges and different defined context. I have a requirement to having lastupdated (which is max of timestamp column)) column as new column added to the existing ta...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612567", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to create transporter for Protonmail in nodemailer.? I want to send email using nodemailer and the sender's email is of "Protonmail.com" domain. For this I created a transporter with host '127.0.0.1' and port 1025 but I am getting error. Am I doing anything wrong and is there any other approach to deal with this...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612570", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: how to pass custom value in ngrx this is .ts file where addValue() got error as : Expected 0 arguments, but got 1 value: any name: string = '' constructor(private store: Store<{ counter: CounterState }>) { } ngOnInit() { // this.store.select(getCounter).subscribe(data=> { // console.log("cou...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612572", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Adding Role option in django.contrib.auth.models.User As of now, I am storing username, password in User object which I import from "django.contrib.auth.models". Now, I am also sending 'role' attribute in POST request and it should add 'role' in User as well. I have seen multiple posts, but not able to understand ro...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612573", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Django admin: Geometry Widget not showing up for view permission on the model The GEO MAP for the geometry field doesn't show up for the user having only View Permission on the model. Instead the geometry field value gets displayed in a text format, something like this: SRID=4326;POLYGON ((82.071... Is there any way...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612579", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: IOS Background Push: {"reason":"ExpiredProviderToken"}% I'm studying a special case of remote notifications - Background push. These are silent notifications (User is not notified unlike a regular notification) which will be sent to the app in user's device by the APNS. Upon receiving the background notification, ap...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612581", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: MS PowerApps - Filtering a SharePoint list by a selection column I have a SharePoint list as datasource for my MS PowerApp. The list is "USERS_WITH_SKILLS". USER SKILLS User 1 1, 2 User 2 2, 3, 4 How can I filter that list to e.g. get all users that have skill 2? Or, to get all users that have skill 2 ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612582", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Bootstrap 5, input-group type='color' How can I format it properly? <div class="input-group mb-3"> <div class="input-group-append"> <span class="input-group-text"><i class="mdi mdi-format-color-text"></i></span> </div> <input type="color" class="form-control input_user"> </div> Result:
{ "language": "en", "url": "https://stackoverflow.com/questions/75612584", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-3" }
Q: Select one of three columns if not null NAME | TELEPHONE_1 | TELEPHONE_2 | TELEPHONE_3 Max | 00491633888 | NULL | NULL Soph | NULL | NULL | NULL Pes | NULL | 0049163232 | 0049111111 For Max the output should be 00491633888 For Soph the output should be NULL For Pes the output should b...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612585", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: zoom social icon on hover without affecting parent container height I have some social icons, want them to have a border and padding of 0.5rem and font size of 2.2rem, default font size is 2rem on mouse hover, without affecting parent div height. How to do that? this is the default style here is the code for it #g...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612592", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: golang https://go.dev/play/ and command line argument Hi i am using the Golang playground to test some code. is it possible to simulate using the Golang playground command line arguments i.e os.Args values?
{ "language": "en", "url": "https://stackoverflow.com/questions/75612595", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: ARCore - Cloud Anchor working fine with Api key but not working with jwt token in swift currently I'm initialising Google Session with api key, but requirement changed and I need to initialise with jwt token initialisation code do { gSession = try GARSession.session() gSession!.setAuthToken(A...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612598", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Turkish character problem in HANA database This is where I format the search word given.(in PHP) $formatsst= 'N\'%'.$sst.'%\''; and this is a part of my query which doesn't work for Ş İ Ç Ö Ü Ğ SELECT 'T0."U_Adi" FROM TT WHERE 'T0."U_Adi" LIKE '.$formatsst Note that I cannot change anything in database. COLLATE ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612599", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Set inital Scroll-/View-Position for Worksheet using ClosedXML & C# I tried to set the view/scroll position of an opened .xslx file, so that the last row is visible at the bottom of the worksheet. For that i tried this for a worksheet with more than 40 rows: worksheet.SheetView.TopLeftCellAddress = worksheet.Cell(wo...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612600", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Rust Feature issue [package] name = "feature_test" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [feature] default=["ask"] ask=[] #[cfg(feature = "ask")] pub mod hello{ pub fn say(){ println!("Hello,...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612601", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to add image icon in react bootstrap switch button? Want this type of switch button <BootstrapSwitchButton onChange={onhandleswitch} checked={swtich} onlabel={<img src="${logo}"/>} offlabel={<img src="${logo}"/>} /> tried above approach but still got no image instead i got complete img tag as text like this ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612605", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Why Scanning twice one after another and storing in a char variables ruins the first one? I do have a problem regarding using scanf specially when i want to store the variable in a char variable.... Here's the code that I am using: #include <stdio.h> #include <stdlib.h> int main() { char min,max; printf("Please ent...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612607", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Flutter Android and IOS App Is Crash When I'm Using Confetti Widget I'm using Confetti Widget for Showing Some Animation but My Application is crashing. I have upgraded Flutter 3.7.1 and getting this issue. any one please help me. I have clean flutter but nothing happens A: It's known issue of confetti package in F...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612608", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Getting user name in the access token response in Django I have integrated google social auth in my django + react.js project. I am using the access token that I am getting from google to call this url 'http://localhost:8000/auth/convert-token'. This is giving me a json response which contains the access-token and t...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612610", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Is the apparent no stopping condition problem in the WHERE clause or in the LEFT JOIN? I have MySQL DB tables runway and airport_schedules (among others) in my local instance. I want to obtain a single table with 9 columns currently in the runway table and the Schedules column which is only in the airport_schedules ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612617", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: How to assert some combinations of Enum Values are true while all other should be false in xUnit In short: Is there an easy way to make a unit test to assert a combination of 2 Enum value combinations results in true while all other combinations results in false? Detailed situation: There is a method, taking two Enu...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612618", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Form open, if already open just bring to front I want to open form in panel if the form already open i want to just bring it front but giving me error. private void SettingButton_Click(object sender, EventArgs e) { Settings childSetting = new Settings() { TopLevel = false, TopMost = true }; childSetting.Form...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612621", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to append an image onto a document editor and save to ms word using syncfusion I have the below code which is working fine except for the last part when it has to save a word document with the image. The word document saves successfully however the image does not display on the saved word document. var document...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612623", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Getting com.google.gson.JsonSyntaxException Dec 29, 2022 16:20:00 (Kotlin) Morning. Could you help me with this issue, please? What template for this date format should I use -> Dec 29, 2022 16:20:00
{ "language": "en", "url": "https://stackoverflow.com/questions/75612624", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Locking a row in google sheets based on a date in cell I have a sheet with columns from A to K. In columns A I have a date, which represents date of entry (it gets auto populated once somebody enters amount). I require that if, the date in column A is past more than 15 days from today, the whole row should get locke...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612625", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-3" }
Q: EKS unable to detect nodegroup status I've been using an EKS cluster with success for sometime. today we were going through and cleaning up stacks in cloud formation and I believe we may have deleted something important. Now the status of all the nodes in the EKS cluster is "Unknown" and we cannot connect to them. T...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612626", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Delete or hide default save actions/buttons Me need to delete or hide the default save buttons. I have a another custom buttons ($this->crud->addSaveAction(..)) I tried to call this methods into setup(){..} from BackpackMyController $this->crud->removeSaveAction('save_and_preview'); $this->crud->removeSaveAction('sa...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612627", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: React Without JSX Rendered more hook than previous render when children has useEffect I am building a list with React that each element of the list would need to change over time, and the list itself would grow over time. During the initialization step everything was drawn correctly, the child's update is also worki...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612630", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to write a list of Sheet Names and ID's to an existing sheet, instead of html A number of my Google Sheets have so many tabs that it takes time to find the tab I am looking for and Google Sheets does not provide a way to "search" for a tab. I have therefore been looking for a Google Apps Script that will automat...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612632", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Copy files using Server Side Copy/Clone in Python? Protocols like Samba and AFP support server side copy of files. The BTRFS file system even supports instant server side clone operations that don't take up space. * *Windows Explorer, Robocopy and MacOS Finder already utilize this *Cloner is a sample implementati...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612634", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: confused of setting up a server in MERN project having been working on small projects and try to combine them into one big project now but somehow found really really confused in project A, I have written a backend with below code const express = require("express"); const app = express(); const router = express.Rout...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612635", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: LLVM Loop pass - New pass manager I am trying to create a loop pass in llvm - using the new pass manager. I have a header file placed in /llvm/include/llvm/Transforms/Utils/MyLoopPass.h The contents of the header file are as : #ifndef LLVM_TRANSFORMS_UTILS_MYLOOPPASS_H #define LLVM_TRANSFORMS_UTILS_MYLOOPPASS_H #in...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612636", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: open source API to split and merge documents stored on Salesforce I have a requirement to split and merge existing docs stored in content document (Salesforce) and save the converted documents back to Salesforce. Is there any open source API available for that? Or any alternate solution available? Apache PDFBox look...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612639", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Looping JavaScript function, shortened redundant JS code I have this JS to copy each text in its respective textareas. Currently I have 3 textareas and 3 copy buttons, with 3 separate JS functions. How do I shorten my JS code? var copyTextareaBtn0 = document.querySelector('.btn0'); var copyTextareaBtn1 = document....
{ "language": "en", "url": "https://stackoverflow.com/questions/75612640", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: I copied and combined this code from the internet and I need to know how I can get it trained and how I can extract the NER for one line at a time How do I activate training on the corpus --"trained_perceptron()"?--it does nothing! How do I get it to process one sentence at a time --"FNER =(ScikitLearnChunker(pos_ta...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612641", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-6" }
Q: Plot points on a graph based on time and price I am have never written a pine script saying I am a newbie is an understatement. I cant seem to find this online. I am trying to plot 2 points on a EURUSD chart. I want to plot it to go back and review and grade my entry and exit. First point is time = '2023-03-01 15:46...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612642", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Unable to Receive any data using RFCOMM in Swift MacOS. Send works fine I am trying to build an App that interacts with RFCOMM for a earbuds. The send works perfectly fine. The rfcommChannelData does not print any message. Any ideas around how to go about resolving this issue? Assuming it uses the same channel for s...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612648", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: java.lang.ClassCastException: class jdk.proxy2.$Proxy116 cannot be cast to class java.lang.String I'm creating a web application with JPA, Thyemleaf and MVC. I want to be able to save an image to the JPA DB and then display it. I can save the image as bytes with. String picture = Base64.getEncoder().encodeToString(p...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612650", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: The question of missing '\0' at the end of a char array #include <stdio.h> int main(int argc, char *argv[]) { int areas[] = {10, 12, 13, 14, 20}; char name[] = "Zed"; char full_name[] = { 'Z', 'e', 'd', ' ', 'A', '.', ' ', 'S', 'h', 'a', 'w' }; // WARNING: On some systems yo...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612651", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-5" }
Q: TCPDF horizontal table page break I have a horizontal table which can be very long depending on the data. here is my sample Code <html> <head> <title>Generate Laravel TCPDF by codeanddeploy.com</title> </head> <style> th, td { border: 1px solid black; } table { border: 1px solid black;...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612653", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: What options to provide for CapacitorSQLite.createSyncTable() when starting to use @capacitor-community/sqlite I am watching a tutorial from 2020 about capacitor ionic with sqlite. (there is not a more recent tutorial unfortunately, anywhere on the internet.) (https://youtu.be/2kTT3k8ztL8?t=635) A lot of stuff has c...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612654", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: How to throw an error from a service into a controller ? NestJS I have a NestJs controller that calls a handleRequests function of a service. In this function, I call another function: addAFriend. So this function, I can throw an error. So my question is the following: How to catch this error in my controller? I tri...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612655", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: net::ERR_CONNECTION_RESET-Error Angular Nodejs I'm using Angular 14 and Nodejs 14. It was working fine when uploading in local(Before production).After that while uploading some huge data files in production server. This error is encountered. Can anyone help me on this!?
{ "language": "en", "url": "https://stackoverflow.com/questions/75612659", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Combination of words in string in Python without using itertools Is there any way to get all combination of DYNAMIC string's word without using itertools. ex: s = "James is King" O/P: James is King is James King King is James King James is is King Jame James King is s = "Big Small" O/P: Big Small Small Big The scrip...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612661", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: How to fusion 2 documents with same timestamp on ELK How to fusion thoses logs with same timestamp in ELK search visualization? I don't have any idea
{ "language": "en", "url": "https://stackoverflow.com/questions/75612664", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Youtube IFrame Player API - How to load suggested videos in same iframe I have implemented youtube player using java script IFrame Player API . In this i can able to play video but after the video finishes it shows the recommended videos list while clicking that it automatically opens in new tab. I need that needs t...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612666", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Arrange python lists so to form three dimensional numpy array I have the five lists where each list is equivalent of a numpy array of shape (4,3). And, I want to combine these lists to get a numpy array (x) of shape (3,4,5) in the below mentioned fashion. Here are the five lists: import numpy as np x1 = [[1,11,111,...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612668", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Inconsistent results trying to get window handles from the process ID I am trying to host other applications in a Delphi form, but I am finding my routine to get the window handles is inconsistent. If I start notepad.exe for example the routine below does not find any window handles matching the process ID. However ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612669", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: how to get previous row COUNT I have to fetch the count of rows of a table and need to get the previous row count and current row count in 2 fields in a table.pls suggest how to get the previous row count.i mean number of rows count if my table 1 has count of rows as 10. and i need to fetch previous row count(lets s...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612670", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: How to get the NSData from a file path in KMM? Currently, I am building the app in KMM, which has a feature to capture images. Once the image is captured got the URL of the file, and then I am saving the path in SqlDelight DB. I tried to save both paths, i.e URL.path as well as URL.absoluteString. Now to sync the st...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612671", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: from urllib.parse.quote change only the part after http:// I want to quote an url. Here is a real-live example: from urllib.parse import quote start_url = "https://commons.wikimedia.org/wiki/File:Jan Hackaert, Small Town (Town Gate at Gorkum?), NGA 53482.jpg" quoted = quote(start_url) The problem is that my quoted...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612672", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to use googles Block Store API in Flutter? I would like to use one of those APIs in my Flutter project, but I can't find a way or package to access the API Block Store. Is there a way to interact with it directly? I only found googleapis packages, but bloc store is not in it. On iOS I can use the Keychain which ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612674", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to add a subquery to a query? How to add a subquery to the query to display the last message in the room? Chat rooms id, type(USER_TO_USER, USER_TO_SHOP, USER_TO_PLATFORM), name list of messages room_messages - id, participant_id, text, is_read my query select r.id, r.name from rooms as r left join room_partic...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612675", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Create a custom heatmap (github style) I want to create a custom heatmap Looking for examples I came across github and I really loved their style in their heatmaps so I decided my heatmap to look like theirs. I want to point out that I am not a developer, I have no knowledge of any programming language. Design In th...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612677", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-3" }
Q: Can I change my Flutter/iOS/Android App version dynamically during build? I want to push 2 app versions of my Flutter app in the App Store Connect. One is my actual release and one is my backup. They are technically the same app version. They should both be a release/production version and not dev or testing version...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612680", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Conditional messages for ApiModelProperty annotations I an using @JsonView on different params of DTO, do that RequestBody will have different params for different types of operation. But Now problem I am facing is some params are optional in some operations while same params are mandatory in other operations , like...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612682", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to Get CSS To Align Properly using Flexbox or Grid H community, I have a section of a web page I can't get to format properly. My assumption was to use either the Grid or Flexbox to get this to align properly, but I can't seem to get this to align correctly per the design (attached). Any pointers would be apprec...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612686", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Count user groups by file extension from ls listing I have to do this exercise: Create a script that lists the type of regular files contained in the directory by classifying them by extension and lists for each extension the groups that have at least one file with that extension and the number of files they own. ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612687", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Should you build your docker image in your CI build step? Are there any best practices or patterns that advise building your docker image, rather than just your project, during your CI build step? I have a GitLab CI pipeline with these steps: * *build (builds the dotnet solution with dotnet build ) *test (runs th...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612689", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: gitlab-ci: stage a run only if there has been a build since last test How can I stage sonarqube-check to run once after a test, only if there has been a build done since last test? The below example runs always on every test that is run on a scheduler: stages: - build - test - sonarqube-check test stage creat...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612690", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Reverse data back to input sheet I have made a data from, to put data inside an inputsheet to a datasheet. Now I want to be able to get the data back from the input to the datasheet, to be able to make changes to the already existing data. Is this possible? This is the script im using. const ss = SpreadsheetApp.g...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612692", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: How to access scoped MAUI class instance from other classes How can I access the scoped instance of the following. I want to initiate the connection on startup and keep it during app life time. AppContext.SetSwitch("System.Net.Http.SocketsHttpHandler.Http2UnencryptedSupport", true); builder.Services.Add...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612693", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to upgrade DolphinDB in a Docker container? I created a container environment with the Docker Image provided by DolphinDB and did some testing. Now I want to upgrade DolphinDB without exiting the container. I need to kill the DolphinDB process before upgrading. But now I encountered a problem: the PID of Dolphi...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612694", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Creating View/table with custom column I would like to create view with column with custom values CREATE VIEW My_view AS SELECT [1,2,3,4,5,6,7,8] as numbers I expect to have table with one column and 8 values (it's not necessary numbers) A: create view my_view as select 1 as column_1 union all select 2 as c...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612696", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: React props dictionary of generic callbacks inference What I'm trying to do is to pass a dictionary of callbacks with part of their parameters is in common but the second part can be generic. But when I pass the dictionary to my component the compiler tells me that some of the args are not compatible one with anothe...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612698", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Unknown image file format. One of JPEG, PNG, GIF, BMP required and there's no corrupted files I encountered some errors and I don't know how to solve it can somebody help me? my codes are based on some yt vid and I just did some minimal editing for it to work in colab here's my code: import os os.environ["TF_CPP_MI...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612700", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to send data using lambda to mongodb I have publish data to AWS IOT Core using MQTT then created IOT rule and invoked lambda function,whenever i am running publish code i can see data into lambda log. Can anyone tell me is there anyway to send data to mongodb Atlas(which will be external communication) using pyt...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612701", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: PayPal Custom sales tax implementation In our paypal integrated website,We have used Paypal buttons with a fixed amount such as $5 button. Now we need to add sales tax to the paypal. right now we are planning to calculate sales tax from our own logic and we need to set this calculated amount for the paypal purchase....
{ "language": "en", "url": "https://stackoverflow.com/questions/75612702", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "6" }
Q: How to upgrade AWS RDS Postgres instance from 14 to 15 with postgis? AWS added support for Postgres 15.2. Upgrading to this version with postgis extension enabled fails with this error message: The instance could not be upgraded because there are one or more databases with an older version of PostGIS extension or it...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612704", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: environment variables for firebase when hosting flutter I am hosting flutter web app on firebase. How do I pass env (non secret) variables to firebase? I deploy with firebase deploy command. When running flutter locally, I pass env variable as a flag in command line argument: flutter run --dart-define=envFileName=lo...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612705", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: NoReverseMatch at /en/dashboard/server-request/ Reverse for 'edit_server_request' with arguments '(2,)' not found. 1 pattern(s) tried: ['en/dashboard/edit-server-request/int:pk'] the edit and delete button on the template below raises the error: <td> <a class="edit-button" href="{% url 'das...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612707", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Create parallel live stream in aws speech to text using package @aws-sdk/client-transcribe-streaming with node js I am working with @aws-sdk/client-transcribe-streaming package with Node js. My code is working fine for single stream. When I create multiple clients of TranscribeStreamingClient for handling different ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612708", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: ts-loader complaining about unused variables that don't exist in the code Recently I've been running into the issue that, whenever I put a console.log statement in my code, I get certain unused variable errors. For example, this file: import { ConfigApiResponse } from "../models/configApi.interfaces"; import axios f...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612709", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Get authorization token from callback URL I am trying to get Authorization code by sending https request to this URL https://login.microsoftonline.com/911aac06-e294-459a-a256-b1aa1bc34cfd/oauth2/v2.0/authorize?client_id=ce0ad750-cc81-432d-a1ec-1c41c250b66e&response_type=code&redirect_uri=https://localhost:3000&respo...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612711", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: cqlsh returns "unsupported version of Python" error I'm using CentOS7 and Cassandra ver4.1 I have problem when cqlsh in cassandra not update my python version when I insstalled Cassandra, I can not connect cqlsh with error # cassandra/bin/cqlsh --version Warning: unsupported version of Python: 2.7 No appropriate Pyt...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612713", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Spring security custom 3rd party authentication I'm trying to build an authentication filter/provider that authenticate a user through a 3rd party. So, the flow is: * *User visits the GET /login endpoint which will start an authentication process with the 3rd party and display a code to the user. *The user then u...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612715", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: RHEL8 mysqlclient installation: gcc failed with exit code 1 (Python.h) [Python3.9] I am trying to install mysqlclient with Python3.9 on RHEL8 (EPEL8), so I can work with MariaDB on my server, but when running pip3 install mysqlclient I get an error: MySQLdb/_mysql.c:46:10: fatal error: Python.h: No such file or dire...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612716", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Android: No Activity found to handle Intent ( Download .xml file) Crash after trigger download button that contains url to download .xml file I am new in Android Development, i want to create a android app source from my web using webView but always crashing when i trying to download .xml file in emulator, can someo...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612720", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Focus out control in blazor(show/hide * inside *) without javascript I am going to create a DropDown and a DropDownMenu. When DropDown button clicked, DropDownMenu must be shown. If user click outside of each DropDown or DropDownMenu, DropDownMenu must close. Also, if user click on any item in DropDownMenu, it mu...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612721", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Converting List to List using Dictionary with the types corresponding to T and U respectively I am refactoring on a legacy code where back compatiblity is critical. I got stuck in trying to develop a converter for more than 40 different types to be serialized. I need to convert List<T>s to List<U>s where the U = Typ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612723", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Modifying axis labels via scales::number() introduces NAs in combination with facetted_pos_scales() I have the following butterfly plot that works as expected thanks to the ggh4x package. librarian::shelf(ggpol, tidyverse) dat <- tibble(group = rep(letters[1:5], each = 2), type = factor(paste0("type", r...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612725", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: flutter web phone authentication not working after deploy I am trying to mobile verification for flutter web. it is working on local host without giving the RecaptchaVerifier parameters in local host but not working after deploying the website even with RecaptchaVerifier I am trying to deploy the website on new doma...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612726", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to add multiple paths in when a file is created or modified in a folder (deprecated)and also check the file names using condition or anything How can we add the multiple paths in when a file is created or modified in a folder (deprecated) my share point will maintain 10 paths out of 10 paths will pick only 5 pat...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612729", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: flutter pub get failed in macos Running "flutter pub get" in General... Resolving dependencies... (13.9s) Connection closed before full header was received pub get failed command: "/Users/zhangyicheng/Developer/flutter/bin/cache/dart-sdk/bin/dart __deprecated_pub --color --directory . get --example" pub env: { "F...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612730", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: How to make cleaner domain class inheritance with EF Core entity model mapping? Explain Here is simplified circumstance. I have two projects. * *Application.BusinessLogic *Application.Infrastructure I want to keep infrastructure code (EF Core) out from business logic. Application.BusinessLogic I have following tw...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612731", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Leave only one priority notification class in markup Vue.js There is an icon with a notification dot above it, which is painted for the color of the notification. Notifications are of three types: success - green, warning - orange, error - red. Notifications are colored by priority, green low - red highest. For exam...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612732", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: JSP web application not working in Edge browser In my organisation, we have one web application developed using ejb, javascript and jsp and it is working fine in IE browser. Now the IE browser decommissioned and is no longer available in our organization. The web application not working in the edge browser until add...
{ "language": "en", "url": "https://stackoverflow.com/questions/75612734", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }