text
string
meta
dict
Q: PHP ImageMagick clean image with text I have an image with Russian text. I need to recognize a text from this image I am using a Tesseract library. For some words it doesn't work as expected, so I want to clear the image and make a text bold and clear background for it. For Tesseract I am using this code: $ocr = ne...
{ "language": "en", "url": "https://stackoverflow.com/questions/75603999", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Hovering is done incorrectly on Bootstrap 5 cards I'm trying to build this website using only html/css and Bootstrap, and in this instance I want to get that hover effect when I hover over some cards (Cards are from Bootstrap 5), but when I add that :hover in css and hover over a card, it adds border on every subele...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604003", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Python : OSError: [WinError 193] %1 is not a valid Win32 application, in selenium Problem: I made a code in python using selenium in pycharm and used it for few days untill I get this error and I scraped all the solution in the internet possible but no luck with that I so I was forces to write my first question to g...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604004", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Create empty table from type in PostgreSQL function I have type CREATE TYPE p_store.MY_TYPE AS ( session_id BIGINT, column2 INTEGER ); And function that return CREATE OR REPLACE FUNCTION my_empty_type_creation_function() RETURNS MY_T...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604005", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to check if a certain time value is missing in each ID and fill that value in case it is not existing in Pandas? I would like to check if for each ID, TIME 12:00:00 exist or not. If it does not exist, I would like to add it to the specific ID and then interpolate its VALUE1, VALUE2, es. values. import numpy as n...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604006", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Migrated Google Sign-In to use new Sign In with Google library but still receiving notifications I have an app that used the Google Sign-in JavaScript library that used the following script tag. <script type="text/javascript" src="https://apis.google.com/js/platform.js?onload=initializeGoogleApi" async defer></scrip...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604007", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: C# How to Pass String Null to stored procedures I want to send String Null to SqlServer from C# Pat.Add_Dis(Convert.ToInt32(TXT_Dis_ID.Text), Convert.ToInt32(TXT_ID.Text), TXT_Dis_A.Text, DBNull.Value.ToString(), A ,TXT_NULL.Text); i try many way but every time send empty field or 'NULL' like this i try to send Nu...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604008", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: How to reuse same params definitions in functions with JSDoc I've HTTP handlers in my express application. I'd like to annotate with JSDoc these handlers in a reusable way. Right now, I've the following: /** * * @param {functions.Request} req * @param {functions.Response} res */ const createNewCompanyService ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604010", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Google Run Deployment failed with an image in dockerhub. is not ready and cannot serve traffic. Resource readiness deadline exceeded I'm trying to deploy a service to Google Cloud Runusin using commandline. But it is failing with error below. X Deploying... Revision 'XXXXXXXXX' is not ready and cannot serve traffic...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604015", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Problem with a Cron Job that comunicates products from Google Sheets to mt website Opencart I have a Opencart website that i can comunicatte thrue a extention a link from my google sheets and that sheet automatically sync my prodyct. Extention: https://www.opencart.com/index.php?route=marketplace/extension/info&exte...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604016", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Join tables with corresponding row Table 1 Id | Name | CaseID 01 | ABC | 114 02 | ABC | 114 03 | ABC | 115 04 | ABC | 115 05 | ABC | 116 05 | ABC | 116 07 | ABC | 116 08 | ABC | 117 09 | ABC | 118 10 | ABC | 119 11 | ABC | 120 Table2 T2Id | CaseID | CreatedDate 01 | 114 ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604017", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: "Uncaught ReferenceError: Syncfusion is not defined" when running bold reports in vue 3 using vite Following the documentation here, which works with Vue 3 using vue-cli, I am trying to make this work using vite 4 but encountered below error message in the console upon running: Uncaught ReferenceError: Syncfusion is...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604018", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Return class labels and index from a pytorch dataloader I want to return class labels and index of each class from pytorch dataloader. The dataset I am using has 14 folders (i.e. 14 classes) and each folder has 100 images. I am using this code: data_loader_train = torch.utils.data.DataLoader( dataset_train, ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604020", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Spring Web Error in JAR file ParameterizedTypeReference Good day, I have a maven project that includes the Springboot Web to make REST API calls Below is my pom.xml file <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604022", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to get data from HTML table using groovy I have this HTML table and I need values from ENVIRONMENT column and REQUIRED VALUE column when REQUIRED VALUE is not null or zero and store it in a variable using groovy to pass in Jenkins Parameters. I have no idea on how to do it. Could somebody help <html> <head> ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604023", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: The drawn stm32 PCB is not recognized by stlink Drew the PCB of stm32, DRC no problem. After soldering on, after stlink connected to the board. The power supply LED can also be displayed normally. But keil shows NO target connected What are the usual reasons why a drawn PCB cannot be recognized and the chip is no...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604026", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: CRC-3 example code with initial seed, computation with lookup table I am working with the MCU which needs to compute the 3-bits width CRC(polynom 0xB, init seed 0x5) from 13-bit message. I'm in dark because I don't know how. The most CRC computes on the web is CRC8/16/32etc, but CRC3 is missing. I have find the webs...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604027", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: cross compile C code using a raspberry pi I am using a router that cannot compile code itself. I read some topics about it and saw that it was possible to cross compile code. A 'powerful' computer can compile for another platform. I tried to install Linux on virtualbox, and it was not a success. So now I am thinking...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604028", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: WordPress - On Click toggles both instead of the clicked parent menu item I have a problem where I have a menu with parent menu items and if there is a sub menu on click it toggles that nested UL. Now, I have 2 and the problem is when I place it inside the forEach it toggles both instead of the current clicked paren...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604029", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Docker cache causes false positive release I have the following dockerfile: FROM debian:buster #Configure apt to look at my Debian repository COPY ./apt /etc/apt #Install the software into the image RUN apt-get update && apt-get -V -y dist-upgrade && apt-get -V -y --allow-unauthenticated --no-install-recommends -...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604031", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "2" }
Q: Hardware Back Button skips MainActivity and directly closes the application when the button is clicked twice I'm working on Android Studio and my Device's Hardware Back Button skips MainActivity and directly closes the application when the button is clicked twice from the SecondActivity. Help me solve this. I didn't...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604037", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Javascript code for opening a mobile menu not working I have followed this YouTube tutorial on how to create a responsive Mega Menu. Problem is that once I add the Javascript code from the video, it is not working. Clicking on a Toggle menu icon inside a header (992px and below) should apply a class .show__menu to t...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604038", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Not able to get output on the web [web[consol[controllerMain](https://i.stack.imgur.com/giM81.png)](https://i.stack.imgur.com/nTFcl.png)](https://i.stack.imgur.com/5v8Pl.png) how to solve this error A: (You maybe duplicate posted) Check Spring Boot: Cannot access REST Controller on localhost (404) , especially the ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604041", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-3" }
Q: What is more secure as identity of a Windows service: LocalService or a domain user? What would you suggest as technical account for a Windows service, a domain user or the LocalService built-in account? I believe LocalService is a much more secure choice as it can't be used to hack anything outside the local box.
{ "language": "en", "url": "https://stackoverflow.com/questions/75604045", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: Autoplay audio file in HTML is not working enter image description here here is my html code and I've already refreshed my page over a hundred times. please tell me what's wrong here?? all the other Booleans are working very fine and they are not giving any problems....it's just this autoplay function. and yheah, pl...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604046", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: MongoDB UUID validation I am trying to create new collection and setup validations for it. I am using org.springframework.data.mongodb.core.validation.Validator for that. Now I can't solve validation of UUID fields. I am using standard (4) UUID representation. I have tried following, but this leads to type did not m...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604048", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Vaadin 7 to 8 upgrade widgetset We want to upg. 7 to 8. vaadin application. I tried to migrate the application vaadin framework migration tool etc. Also, we have custom widgetset and I followed the instructions https://vaadin.com/forum/thread/15031831/vaadin-8-compatibility-widgetset-implementation-missing-for-v7-co...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604051", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to calculate distance between points and polygons by Category I have two dataframes. * *Points - with coordinates and ID of the point throughout the region of interest *Polygons - with coordinates, ID (same as points) and landcover categories like forest, urban area etc What I would like to do is calculate t...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604054", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How can i declare return type in nestjs for Session User, in reques? async authenticated(@Req() request: Request) { const user = request.user return user } user must globaly have rigth type. in express passport i found declare global { namespace Express { // tslint:disable-next-line:no-empt...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604057", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: How do I reorder a stacked bar chart in ggplot2 by the value of one portion of the stack? As the title says, I have a stacked bar chart which I want to arrange by the value of one of the types in the stack. I have seen questions asked/answered about ordering stacked bars in the way of which type is on the bottom/mid...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604058", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: With the NSight Compute profiler, can I check cache hit rates for a specific region of memory? My GPU kernel reads data from different input buffers. I want to check whether I manage to get cache hits for the reads from one of these buffers. Is it possible to limit the counting of cache hit/miss metrics to a particu...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604059", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: stuck with Xlookup in vba hello. I want to execute the Xlookup function from vba without bothering writing the formula in an excel sheet. I think have checked every page google could offer me about the problem but I couldn't find satisfying results. This for exemple return me: "Runtime error 1004: Unable to get the ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604064", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to find the coordinates of the intersection of two vectors? I have the following code: import numpy as np import matplotlib.pyplot as plt a0 = 0.154 d0=0.33 theta = 2 nmax=15 # lattice vectors sublattice 1 a1= np.array([3/2*a0,3**0.5/2*a0,0]) a2= np.array([3/2*a0,-3**0.5/2*a0,0]) # lattice vectors sublatti...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604065", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Mobile Safari is only executing some CSS transitions when navigating away / a link is clicked This concerns Safari Mobile - e.g. iOS 16.3.1 When a link is clicked the browser starts navigating away from a page. From that point on most CSS transitions seem to not be executed. E.g. the transition of the attribute widt...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604066", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Merging list of dictionaries with a single dictionary based on same value I have the following dict & list of dicts: dict1 = {21409: 'docx', 44334: 'xlsx', 33635: 'jpg'} list_of_dicts= [{"Customer":"test1","Field1":"yy","Field2":"bb","FileExtension":"jpg"},{"Customer":"test2","Field1":"aa","Field2":"bb","FileExtensi...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604069", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to lower cpu usage resulted from GC activity in Java system when GC activity increases, would scaling up cpu help performance? I guess adding more cpu would make system more reliable, but doubt about increasing actual performance. Adding more memory seems to be direct help, but not be an instant solution because...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604073", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: HTML format man page header and footer I use man -Hcat >man.html man (for example) to get man page in HTML. That HTML does not contains header as MAN(1) Manual pager utils MAN(1) and footer as 2.7.5 2015-11-06 MAN(1). What I need to do to add such info to HTML?
{ "language": "en", "url": "https://stackoverflow.com/questions/75604074", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to generate a nested ul from a flat array of objects i have an array of objects: const data = [ {id: "0"},{id: "1"},{id: "2"},{id: "3"},{id: "00"},{id: "01"},{id: "02"},{id: "11"},{id: "20"},{id: "23"},{id: "000"}{id: "013"}{id: "025"}{id: "026"}{id: "110"}{id: "111"} ] My expected output: <ul> <li>0 ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604075", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Spawn a single object in Unity on click I want to spawn a single game object either when I click on the screen. I have tried using loop but still it instantiate more than one time. Here I have used other loop too and tried to put it in Start method too... I have followed many youtube video but couldn't get the desir...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604076", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Library in SAS already mapped, but not assigned The libname is already mapped with shortcut and everything, but if I try to run my code using the libname I got the error that the libname is not assigned. So, to use it, I simply open the server tree, rmb in the library in question and assign and works perfectly. Is t...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604078", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Script for Aliexpress that checks if the product available for sale That's my first post here. I try to write a script to check if a given Aliexpress product link is exist or avaiable for sale or out of stock. Thank You. import requests from bs4 import BeautifulSoup # Replace this URL with the AliExpress product pa...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604079", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Cypher query with chaining does not propagate In the following cypher query, whenever the $dlt parameter is false, the query never continues beyond the DETACH DELETE statement: MATCH (person:Person {id: $id}) SET person.matched = (CASE person.secret WHEN $secret THEN 1 ELSE 0 END) WITH person WHERE person.matched = ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604080", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Using Spring Data Rest POST for linking I'm creating a user registration form in React. My backend is Spring Data Rest. The registration form has firstName, lastName, username, city & country fields. city & country fields are standard list so they come from city & country tables. In a regular Java MVC application, w...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604082", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: How to calculate distance between 2 poins along a linestring? I have 2 geodataframes.One contains points, the other contains lines. Points are in lines. I'm wanting to calculate the path distance between any 2 selected points along the linestring , not euclidean distance. How should I do? * *Here's gdf1_points. e...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604085", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Blank Page issue with React.js I'm writing a React.js script in Visual Studio. When I try to run my code using "npm run dev" on a local server, I'm getting a blank webpage but no errors are shown, Can anyone help me troubleshoot this issue? What confuses me is that it was working 2 days ago and I haven't made any ch...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604086", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Pyspark: Exception Please specify spark.kubernetes.file.upload.path property when deploying in K8s Im trying to deploy spark (pyspark) in kubernetes using spark-submit, but I'm getting the following error : Exception in thread "main" org.apache.spark.SparkException: Please specify spark.kubernetes.file.upload.path ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604087", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Trying to Set State and Function in Next/React JS I'm trying to set a state and run a function in react but these components are in separate files, so I have my main app and 2 components (header and sidebar) in my components folder. In the header component, I have a hamburger menu that has an onclick event to it and...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604089", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Azure functions disable logging not successful When running my Azure function locally, I'm getting lots of logging messages which I'd like to disable, e.g. [2023-03-01T12:45:15.038Z] Response status: 200 [2023-03-01T12:45:15.038Z] Response headers: [2023-03-01T12:45:15.038Z] 'Cache-Control': 'no-cache' [2023-03-...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604092", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to update a box How to update the following box... <div className="container team-member-tasks"> <header className="header-box"> <h1>Team Member Tasks</h1> ...after marking a task as done as in the following script... const TaskButton = task => { if (task.task.status !== 'Complete') { ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604094", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Map Annotation cluster I need to display a photo for a group of annotations (cluster) on a map. The photo should be selected randomly from the annotations that are inside that cluster. Currently, my method only works if I assign a static variable for 'pinToDisplay' in the 'AllPins' class. However, this causes a memo...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604096", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: FedEx REST API (Upload Documents): Invalid request: invalid input: Incoming request [code 1001] I am trying to create a simple Python script to upload a PDF document via the new FedEx REST API. Below is my minimal code example, which can be used to replicate the issue by placing a file, file.pdf, next to the script ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604098", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How can I apply styles from a parent component to a child component of the form the child component (ComponentA) seems not to be inheriting the style I am defining from the parent component. <ComponentA style="{'border':'1px solid red'}" /> how can I fix it? <template> <div id="app"><ComponentA style="{'border':'...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604100", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: 403 error when using django with allauth and htmx I am building a website with django and I use allauth for authentication and htmx to make the site dynamic. I get a 403 error on an hx-post after I login with allauth and redirect to the main page. After refreshing the page it works again. Details: On my mainpage whe...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604101", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Django Channels permissions Is there any supported way in Django Channels framework to write custom permission to connect to specific consumers? something like DRF: class MyConsumer(generics.APIView): permission_classes = [IsAuthenticated, MyCustomPermission] authentication_classes = [TokenAuthentication] ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604104", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: lldb case-insensitive image lookup I have read that is it possible to run case-insensitive image lookup in lldb (I'm using Xcode 13) by using (?i). However, I cannot get it to work; I must be doing something wrong, and I cannot find any reference discussing this. For instance, if I run "image lookup -rn layoutSubvie...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604108", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Count if a date exists between a date range and if checkboxes are true I'm trying to find a method in Google sheets to return a value in a cell that tells my team the available number of slots. The value counts the date if it's between a date range. For example, I have two columns - 'Start date' (column A) and 'End ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604112", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Woocommerce Recurring Payments Not Creating Order or order id I have a woocommerce simple subscription product setup with recurring payments through Woocommerce Payments. I just noticed none of the orders for February were created even though the transaction is showing on the woocommerce payments side. Also there ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604113", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: google reCAPTCHA for client's domain mapped to my domain I have a domain say 'my-domain.com' and i have created secret key reCAPTCHA for 'my-domain.com'. now my users can create a site/project with subdomains such as 'help.my-domain.com', 'support.my-domain.com', etc. There can be infinite no.of clients who can crea...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604114", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: How to focus on particular tab which is already opened in chrome browser using c# I need to set focus on particular tab of chrome browser. Chrome browser has 5 tab open and current focus is on 3rd tab were "www.youtube.com" site is open. Now I need to focus on 5th tab where "http://www.mediprobe.co.in/" is opened. H...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604115", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: CommunityToolkit.Mvvm Source Generators are not working I have a Windows App SDK/WinUI 3 Packaged Desktop App project in VS 2022, targeting .Net7. I installed the CommunityToolkit.Mvvm ver.8.1.0 NuGet package. Can someone please tell me why am I getting these warnings? Also, you can see in the 2nd image that the sou...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604116", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Navigationview not @Override public boolean onNavigationItemSelecyour textted(@NonNull MenuItem item) { DrawerLayout drawer =(DrawerLayout) findViewById(R.id.drawer_layout); if (currentUser !=null){ int id = item.getItemId(); if (id == R.id.nav_myapp){ actionBarLogo.setVisibil...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604125", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: Creating Chart (unknown Type - example in picture) in matplotlib (Python) I saw a certain Chart Type whose visualization of data I really like. Sadly I don't know the name of it to look up a tutorial. Screenshot I have some data which would perfectly fit this chart type (imo). However I would need some help to creat...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604126", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: v-model with ternary expression reaching object value When I try ternary expression with v-model I can reach to data (in this code example : name:'data_value') inside data() but when I try to reach "detailCompanyDatas.smCompany.name" I can not. What should I do? thanks <v-text-field v-model="$data[dialogDeta...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604130", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: function to sucessively subtract columns from the prior columns in a dataframe and save in new dataframe H, I'm fairly new to R and trying to write a function to create a new dataframe that depicts the results of substracting every two columns that are next to each other in the original dataset. Imagine this was may...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604132", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "3" }
Q: SQL query performance issues on SQL Server 2022 with ADO (compared to MS Access) I have the same table with the same data on 2 databases (SQL Server Express 2022 and MS Access 2016 with a .MDB 2002-2003), containing about 100,000 records. Both tables are indexed (index is named ID). I connect to them using ADO. Conn...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604135", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: MUI KeyboardDatePicker I have mui keyboardDatePicker component in a project and have the InputAdornmentProps={{ position: 'start', variant: 'standard' }} prop in use to move the icon from end to start of the field. This leaves a space at the end for an endAdornment, i.e. a tick / cross icon for success / fail vali...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604136", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Django/PyCharm - Unresolved attribute reference '' for class 'User' Just wondering if there's a way to get around this super annoying PyCharm warning without having to ignore it altogether. I have a custom User model with extra fields and methods. When I try to access these attributes in a view (ex. if self.request....
{ "language": "en", "url": "https://stackoverflow.com/questions/75604139", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to refactor double for loop faster in Python? I have a folder with 20,000 stock files, I need to calculate corelation of each stock with each other. dex is indexes lets say they are 10. So for each index i need to calculate the corelation with each of 20K stocks. current code takes like 3 days to fully run. is t...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604142", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Predicting with GAM and categorical predictors in R I have some data for multiple users and I want to generate some marginal effects for each user using GAM modelling. If I do this exercise for just a single user (John) as: model_1 = mgcv::gam(y ~ s(speed) + s(length) + s(price), data1) with data1 having data only f...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604148", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Not able to set state of dropdown menu I have been struggling to set the state of a dropdown menu const options = [{ value: "Value1" }, { value: "Value2" }]; var option = [{ value: "Value1" }]; function changeValue(selectedOption) { if (selectedOption && selectedOption.value != '-1') { var x = []; x...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604151", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Send data to database from FROM in wordpress I created a simple tool for "reviews". Inserting the content of the function or plugin including the form is using a shortcode. Displaying the data from the database works when I manually insert it in, but if I want to submit the data from the form, after submitting the d...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604154", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Connecting to Solr using pysolr gives Errno 111: Connection refused I have a Flask app that should connect to Solr using pysolr: import flask as f import pysolr app = f.Flask(__name__) solr = pysolr.Solr('http://localhost:8983/solr/') @app.route("/ping") def ping(): return solr.ping() But running it gives me...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604158", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: All pip packages missing when create instance from image I am a new user to AWS I installed my package with packer and successfully created AMI, and all packages works good. e2esa-packer.amazon-ebs.my-ami: Name: Django e2esa-packer.amazon-ebs.my-ami: Version: 3.2.18 e2esa-packer.amazon-ebs.my-ami: Summary: A high-le...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604160", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: failed integration: dialogflow - facebook messenger i am creating a bagel ordering chatbot through dialogflow-es and have so far struggled with fb messenger integration. my end-user expressions are not being matched to intents on either facebook messenger or testing agent when i use the actual phrases inputted in th...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604163", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Class not found after maven package, but can see it in IDEA denpendies My java application cast class not exception on class org.apache.htrace.shaded.commons.logging.impl.LogFactoryImpl, from IDEA I can see the class can be found in my dependency: but when I get into the jar, only some class left in the package org...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604165", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Solving callback definition error: Assignable to constraint, but could be instantiated with a different subtype. ( TS 2345 ) Can anyone describe the nature of the typing issue that creates a compiler error in the code below, and maybe suggest an alternative approach that satisfies type-safety? I am aware that I can ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604168", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: How do i undo all previous Keyframe animations when activating a new one? THE PROBLEM I need a line in my header to change color based on what page (section in this scenario) you're on That is kinda fixed but also not. if i go to a green page, the line changes to green. but if i wanna go back to blue. i have to re-c...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604169", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: ForbiddenClassException appears during handling Axon event? I have sandbox application microservices based on SpringBoot, SpringData JPA, Axon. I created 2 simple microservices: orders service and products service and trying to explore Axon Sagas. During Saga transaction I execute order create command, when it happe...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604172", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Chrome Extension: How to add css to custom dialogue box? I am developing chrome extension that gets active tab and generate confirm box on it. But I wanted to generate custom box rather than displaying "XYZ website says: " therefore, now I'm getting active tab and generating custom dialogue box with my text and css ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604173", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: create_streaming_live_table in DLT creates a VIEW instead of a delta table I have the following piece of code and able to run as a DLT pipeline successfully @dlt.table( name = source_table ) def source_ds(): return spark.table(f"{raw_db_name}.{source_table}") ### Create the target table...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604174", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Cannot click on Data Source in Properties to select new Object data sourc created Visual Studio - C# The problem lies when I click on the Data Source dropdown menu in Properties - bindingSource; it throws an error message. Error message pop-up: Object reference not set to an instance of an object. When I create th...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604179", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: why am I getting this error in AppleScript and how do I fix it Hi im trying to automate some task using AppleScript and am trying to get the script to tell terminal to run the following script but keep getting this error "Expected end of line but found “{”. " here is the code im trying to run tell application "Termi...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604182", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Update View when a new day comes / SwiftUI I need to update my Button Color automatically if a new day comes. ( If the button was pressed, for example, yesterday, it was purple, today color of the button must be green ) I need it to work while I am using my app. Here is my Button View Code: import SwiftUI struct B...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604183", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to remove direction in sf network in r (make a directed network undirected)? I am using a road data to build sf network. On top of that I am planning to create a walking road from some facilities to the closest road (straight line from facility location to closest road). I did it the following way except my netw...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604188", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: f-string in Python's parameter Is it possible to use f-string to modify output of Python's default argument? I want such functionallity to re-name one argument per function's calling. When calling a function with xyz argument I would like to see it injected into v in f"this_is_{v}. Below pseudo code to give high-lev...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604189", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: In django dockerization nginx does not listen on port 80 and cannot find static files even though it is in nginx container Docker-compose.yml version: '3' services: nginx: build: ./nginx ports: - 80:80 depends_on: - "web" volumes: - ./static_volume/:/home/app/web/staticfiles db...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604190", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: DRF - serializer saves data but changes a date? I have the following output from print(serializer.data): [OrderedDict([('last_price', '62.63'), ('name', None), ('country', None), ('sector', None), ('industry', None), ('ticker', 'VUSA'), ('high_price', 62.7075), ('last_date_time', '2023-03-01T00:00:00+04:00')])] W...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604197", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Haproxy 503 nosrv errors We have 8 applications that serv as backends, working in qauds. 4 work and other 4 are "asleep", smth like blue-green deployment Here's the config HAProxy version 2.4.18-0ubuntu1.2 global maxconn 10000 log /dev/log local0 log /dev/log local1 notice chroot /var/lib/hapro...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604198", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Visual Studio 2022 Server Explorer not showing added Types Visual studio 2022 is not showing types in the corresponding directory: Server Explorer View Making procedures or queries in Visual Studio does show the types are recognized. I could not find any bugs or issues relating to this. Since the connection works an...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604200", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Error: C stack usage is too close to the limit when installing ggpot2 package I'm trying to install ggplot2 but I'm getting the following error: > install.packages("ggplot2") Retrieving 'https://cran.rstudio.com/src/contrib/ggplot2_3.4.1.tar.gz' ... OK [downloaded 3 Mb in 0.2 secs] Retrieving 'https://cran.rstud...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604201", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Linq to find a specific item by guid in a list and return the next 10 next to it Please how can I find an item in a list and then take the next 10 items starting from my selected item. Dim AllGirls = db.GetAllGirlsClosestToSelected().ToList Dim SelectedGirls = AllGirls.where(function(i) i.girlID = Sele...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604203", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Apply transformation/data augmentation to single image with Pytorch I am training my Pytorch Image classification Model with Pytorch on GPU and i am trying data augmentation exercise on single images. But I am getting various errors because: * *My image tensors are on GPU and not accessible via CPU *Invalid shape...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604207", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: debugger not working on browser dev tools after updating angular 8 to 15 dev tools i've updated angular from version 8 to 15 and debugger is not working on any browser dev tools Can anyone suggest what am i missing is somthing wrong with source-map ? here is package.json "dependencies": { "@angular/animations":...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604208", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Get Account Expiration Date of AD account and Manager Name of AD user via PowerShell into CSV I have a script which is I identify my OU and it searches the OU for AD groups for username, name, email address, AD group name and AD group description and exports this to CSV: $ou = 'distinguishedName of my OU' Get-ADGro...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604210", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Numeric values in unit test Background It is a common ocurrence in my work that I have to use numeric values to represent the following data: * *user identifier *accounting operation such as balance x rate - balance etc.. In unit testing my code I usually setup a particular user account to have a particular amoun...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604212", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: 'clear' is not recognized as an internal or external command, operable program or batch file in npm Whenever i tried to clear command line in node it reflects below error 'clear' is not recognized as an internal or external command, operable program or batch file. while try to access index.js through commond "npm r...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604214", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: How to convert edi file into Java model classes? I'm new to EDI and so I need you to give me some important information. I am working a project that we have EDI file and we need to convert it java model classes. I have model classes. My EDI message format is called EDIFACT UN .What I want is to perform this operatio...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604215", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Which SQL function can solve my query? Combine multiple tables I have 3 tabels (Files,Users,Files_Users) Files Table A Id File Name 1 A 2 B 3 C 4 D 5 E Users Table B Id User Name is_internal is_external 1 Adam 1 1 2 john 1 0 3 Caren 0 1 Files_Users tabel Id File_Id Int_User_Id...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604217", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Get a list of all commits I have pushed in all available repositories I am looking for a way to see all commits I have pushed in all repositories I am in. Right now I only have found the commits I have pushed for a specific repository. Unfortunately this is not what I am looking for. There is a way to view your comm...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604218", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Flutter GetX - Integrate an API in the UI I am a flutter beginner. Using Dart language. I am trying to integrate API with UI in Flutter using GetX. But while retrieving the product from the JSON file I got the below errors. * *`static Future fetchProducts() async { error in fetch products - "The body might comple...
{ "language": "en", "url": "https://stackoverflow.com/questions/75604222", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }