text
string
meta
dict
Q: Why VS Code terminal is stopped? This is the picture of the problem Why VS Code terminal stopped after run server in localhost? Expecting start in new command in terminal.
{ "language": "en", "url": "https://stackoverflow.com/questions/75615058", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: Is there any way in pandas to merge two table in a nested way table 1 table1 = df.groupby('year').agg( Total_Brands=('brand_name', 'nunique'), Total_Users=('user_id', 'nunique'), Total_Stories=('story_id', 'nunique'), Total_Sessions=('video_id', 'nunique'), Total_Nodes=('node_key', 'nunique') ) ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615059", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: MySQL 8: Creating roles and assigning them to mysql users I would like to use roles in MySQL 8 and assign them to the users finally. In MySQL 8 you can create roles and assign them to the users. I would like to define roles with full access on all databases. So that in further step I can define a limitation on that ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615061", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Access the files that are being sent via a PATCH request inside of Django middleware I have written a Django middelware class that I used to access the files that are being uploaded and do some stuff. I have used rest_framework package to enable some API enpoints. When I try to do a POST request with an uploaded fil...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615064", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Write to installation folder with Java app sandboxed on mac I made an OS-independent Java application with installers for each OS (I used install4j), and I want to put a Mac installer on the app store. However, that means the app has to be sandboxed and there are restrictions on file access. My installers let the us...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615065", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Spring Batch Test Failing with error " table BATCH_JOB_INSTANCE not found" I am writing a test case to test my Step in spring batch. Below is my configuration @ExtendWith(SpringExtension.class) @ContextConfiguration(classes = {BatchTemplateConfig.class, CustomerItemWriter.class,BatchAutoConfiguration.class})...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615067", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: CMake link code with OpenCV to work on both ubuntu AND fedora I have a library that I can compile and use on both Ubuntu and Fedora (the version is not very important). This library links to OpenCV dynamically. However, the issue comes when I want to build the library on one of the two distributions and use it on th...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615068", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Case_insensitive not working on wildcard field type with cyrilic data When you have an index with field that its type is wildcard and its filled with Cyrillic data and then when you perform wildcard query with case_insensitive: true, no documents are found. Note: this is currently on ES version 7.17.8 Test example: ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615071", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Graph API v5 upload file to sharepoint I have installed the Graph API v5 using c# and I am trying to follow the below examples of uploading a file to sharepoint. Seems like some of the methods do not exist anymore in the graph API v5. 1st code doesnt recognise Items var uploadSession = await graphClient.Drive.Items[...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615072", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: run different query inside the same modal opened by different tags I have multiple queries. $tekmuhadiTab=odbc_exec($conn,$tekmuhadi); $tekmuhadiTab2=odbc_exec($conn,$tekmuhadi2); <a href="#" value="altmuhadi" data-toggle="modal" data-target="#myModal" style="margin-left: 0.2rem;" class="modalaltfiltre fas fa-...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615073", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: JQuery regex remove spaces and replace comma in string I have to get keywords from the client and need to remove all spaces next to commas. I have the following keywords list style ,air duster, apple, samsung , power bank station,sony I need like this air duster,apple,samsung,power bank station,sony my cod...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615077", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Prevent screen recording on my web application I am looking for a way of preventing potential attackers to record any of my premium content which is played through my web application. As a reference, Netflix, when the user wants to screen record any of the content currently playing, immediately displays black screen...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615078", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Using Swagger 2 in Spring 6 project throws java.lang.ClassNotFoundException: javax.servlet.http.HttpServletRequest enter image description hereenter image description here I am trying to implement SWAGGER2 in my Spring Project. But while I use **@EnableSwagger2 **annotation it returns this-> Caused by: java.lang.Cla...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615079", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to allow child widgets to render correctly I have a custom frame in WxWidgets, and a custom button (for a game interface). The button should highlight in another colour (grey) when the mouse hovers over it. When the button is in a WxFrame it works correctly. When the button is in the custom frame it doesn't, alt...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615080", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Why does Spring Boot ignore Formatter for empty Strings replacing values with NULL instead? The initial situation: In a Spring Boot application, a custom formatter is annotated to a DTO object field: public class RegistrationDto { @Trim private String username; //... The marker interface @Trim basical...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615082", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Flutter Injectable package is not generating code for multiple factory methods in a class I am trying to create instance of AuthBloc by named constructer using GetIt and Injectable (Used for Dependancy Injection) package. But the code generated is only for one factoryMethod or one named constructor. @injectable clas...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615083", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Customize font color in vscode with settings.json I would like to customize the font color of my vs-code editor. More concretely I would like to change the blue #9CDCFE color of some elements in Python code, to something more white #F9F2F2: This image above is an example with variables in blue. I would like to chan...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615090", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Unable to copy bookmarked lines to clipboard / new page when running powershell -command to bookmark rows of data in notepad++ I have a PowerShell script which I intend to use to open specific csv files in Notepad++ then Search -> Bookmark rows based on one of the columns [Location] = 22102 and copy all bookmarked r...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615093", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: If there is no inherent in Golang, how can I try to build it The struct in Golang does not have a constructor, and we can generally use the factory pattern to solve this problem. But how can I try to implement inheritance in the factory pattern? For example, here are some of my code: In student.go package model //a...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615101", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: How do I set up root domain email addresses for my team in Mailgun? I have a Mailgun account and I'd like to create emails for my team, like this: * *john@domain.com *mary@domain.com When setting up an email domain, Mailgun docs suggest using a subdomain, which I created and verified (team.domain.com). However, ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615102", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: CapacitorSQLiteWeb.isJsonValid Error: Not implemented on web Why am I getting this error: CapacitorSQLiteWeb.isJsonValid Error: Not implemented on web Ny question is similar to this question: ionic capacitor : Error: Not implemented on web But this time it says according to the docs that it should work on the web. I...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615103", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to modify replication factor of a topic using Java API? I'd like to modify a replication factor of Kafka topic. I tried looking into AdminClient but found no suitable method. I don't want to use any cli/ui utility for that, I want to use java. Is it possible? A: don't want to use any cli/ui utility for that, I...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615104", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: General Ledger excel file reconfiguration (from unstructured to structured db) Do you have a workflow/model for an excel database restructuring exercise? As you can see from the attachment, the purpose is to transform the general ledger database from an unstructured format (having account correspondences vertically)...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615110", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: HTML E-Mail in Dark Mode on Outlook 16.70 for Mac doesn't differentiate black and white I want to create an HTML E-Mail that contains a table with some cells black and some white. The following CSS works on Outlook for Windows (dark and normal mode) and also if I open the HTML in MS Word 16.70 on Mac: /** cell with ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615111", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Selenium Webdriver is unable to communicate with Chrome my chrome version updated to the latest v110.0.5481.178. since then, I keep getting the following error when initializing Selenium ChromeDriver. Specifically when initializing the new ChromeDriver as follow. The error though is: The HTTP request to the remote W...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615112", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Delphi 11.3 - New Tools API - manual and example Good morning, The new version of Delphi 11.3 introduces a new Tools API, but I don't see any demo or user manual except the list of interfaces and features. Would you have more information? No information in help files A: You can find demos for the new ToolsAPI for t...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615114", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Sort by a varchar column starting with numbers Spring JPA I need to sort a column starts with number and is a varchar in numerical order. I have a spring jpa specification already for this. So need an option to override the Sort.class methods. select x, substring(x, '\d+\.?\d*') from pg_catalog."unnest"(array['98','...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615115", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Stability of docker container on windows server in production "I would like to ask how reliable Docker applications run on Windows Server, using the WSL2 layer. I know that Docker is primarily focused on Linux, however, there are certain reasons, such as easier management for our IT, who work with Windows servers. I...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615120", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: Unable to run spring boot 3.0.3 mojo error on run spring-boot-maven-plugin Upgraded a Spring boot 2.7 project to 3.0.3 (current latest). When I'm trying to start it with mvn -e -X spring-boot:run -Dspring-boot.run.profiles=local. Then I get the following error: [ERROR] Failed to execute goal org.springframework.boot...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615124", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: how to disable tag removing on click in Jet smart filters - Active tags I am using the Active tags widget for JetSmart filters plugin, to display the active filters. Kindly check this image for tags This tag/filter is removed if you are clicking on any area in the tag (the dark blue area) and on the close button as ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615130", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: Can regex literals be used in a Swift script? I would like to make a Swift script with “shebang” notation that uses a regex literal. For example: #!/usr/bin/env swift let message = "Hello, world" print(message.replacing(/[aeiou]/, with: "[vowel]")) In the question Does the Swift Package Manager support regex liter...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615132", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: doPost(e) Google Script with sub-resource? Wondering if you think GAS doPost would support a subresource? ie. Webhook URL: https://scripts.google.com/macros/<script-id>/sub-resource I have a service that insists on sending the payload to this sub-resource instead of to a parameter in the querystring. Appreciate your...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615133", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Equi-spacing grid columns in rainbow plot I have data Kappa values computed for different Studys: kappa <- structure(list(Study = c("Study_1 (no sound)", "Study_1 (no sound)", "Study_1 (no sound)", "Study_1 (no sound)", "Study_1 (no sound)", "Stud...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615135", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: VSCode/VSCodium showing diff after switching to a different branch VSCodium version: 1.75.1 Problem: switching to a different branch shows makes editor think that files were changed, but not commited. There are no uncommited files/changes in my repository. Source control tab does not show any uncommited changes and ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615136", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Json Schema - multiple if-then clauses inside an array I've been working around this problem for a time, but I don't get a solution. Json files follow an structure similar to this one: [ { "type": "label", "element": "text_lbl_1", "value": "Some text here" }, { "type": "label", "element": "...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615137", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: modifying a column containing both string and number I have a tab-delimited file as [ moleculetype ] ; Name nrexcl AL7 3 [ atoms ] ; nr type resnr resid atom cgnr charge mass 1 CB 1 AL6 C4 1 -0.1435 12.0110 2 CB 1 AL6 C5 2 -0.1500 12.0110 3 CB 1 AL6 C6 3 -0.1500 12.0110 4 CB ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615138", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: What is difference between WordPress website and Custom website in core php? WordPress is to easy but sometimes WordPress give critical error due to some plugin issues, but Core PHP does not have this. I want to clear my thoughts about WordPress and Core PHP custom websites.
{ "language": "en", "url": "https://stackoverflow.com/questions/75615139", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: flutter local notification is not working in ios device notification is not working in ios device add *if (@available(iOS 10.0, )) { [UNUserNotificationCenter currentNotificationCenter].delegate = (id) self; } is code in app AppDelegate file the there any setting is missing? in android device its working in console ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615140", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Strange problem in python array of object I'm not really used to python and I encounter a strange (and probably stupid) problem with array of objects in python... I can't understand the problem. I create a "Path2D" class so store a path consisting of an array of Segment2D (line segments) defined by two Point2D (A & ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615144", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Split a column with a mix of concatenated and not concatenated items delimited by comma over a list I am working with a dataframe that contains a column with concatenated and not concatenated items: Name Group Average Age Mary A, D, T, F 10 Lukas A, D, T, F 20 John A, D, T, F 5 Mary B, G, Y, Z 15 Luk...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615145", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Change number's color based on if-else condition using python I am a novice programmer and I have created this code so that the number changes color depending on the average, but the colors are changing randomly. import random from termcolor import colored , cprint my_list = [] for i in rang...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615148", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Relay a binary file with PowerShell Invoke-WebRequest I'm retrieving a small image from a remote web site. My goal is to relay that image from memory to an API without resorting to writing a local copy. $jpgParams = @{ 'Uri' = 'https://i.stack.imgur.com/iEQ9h.jpg?s=256&g=1' 'Method' = 'GET' 'Headers' = @{ ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615150", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Removing HTML from iframe in React JS Is there any way to remove a part of the HTML rendered by the iframe in React JS? I have tried using document.getElementsByClassName to remove the specific part of HTML, but it is throwing an error.
{ "language": "en", "url": "https://stackoverflow.com/questions/75615151", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Split string in a data frame column into another existing column with nan values I working with a data frame where I several columns, but I'm focusing on just two. Room Task Room A closed. something nan Room B closed. something2 nan Room C Task 1 Some rows in one of the columns have nan values. I wan...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615154", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Android app id and package in manifest are different Android application id is different and package in manifest is different. will android push notification work if register on firebase with android app id? say android app id in build.gradle is com.xyz.abc and in manifest file the package define is com.xyz.ab. and ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615156", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: image doesn't show up on html via github dev no error on source code enter image description here Hi everyone, I tried to google and watch youtube to to sovled the problem about can't insert image, but it doesn't work for me. I save image on the same file with my html as .jpg and .JPG ,but I am still struggle. Does ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615157", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Terraform docker provider python "container exited immediately" I am trying to build a python docker image with the following code: resource "docker_image" "python_img" { name = "python:3.11.2" keep_locally = true } resource "docker_container" "python" { image = docker_image.python_img.image_id name = "pyth...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615160", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: Java - How to update file path in properties file for Windiows I am trying to update log file path into a properties file. However, it is not updating properly and it is not creating the log file as well. Code: private void updateLog4jProperties(String operationName) { FileInputStream in; try { in = ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615163", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How do I hide this message while typing in Neovim? When I type this annoying line appears and hides what I'm writing image 1
{ "language": "en", "url": "https://stackoverflow.com/questions/75615164", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Getting 'Failed to resolve component' when using Vuetify on all Vuetify tags So I'm learning Vuetify and Vue.js and trying to make a simble navbar,but when I run the app with npm i get 'failed to resolve component ' in the console and the page is static My Navbar.vue: <template> <v-app> <v-app-bar color="b...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615165", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: "Server not found in Kerberos database" when trying to connect via pyodbc to MS SQL server using Windows Authentication from Linux Good day, I am trying to connect to a MS SQL server database from a Linux host running Python, using Windows authentication. The MS SQL server is hosted on a machine running Windows Serv...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615166", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: ngx-mat-select-search get the first item when search is used My ngx-mat-select-search configuration works fine and the search option greatly returns a filtered dict. But when I select an item by clicking it, it returns the first item of my initial dict. I don't understand what the problem is. I used the single selec...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615167", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to reference another file within frontmatter of an .md file? I'm setting up Astro Content Collections, and I would like to reference a specific author from my `authorCollection` within an article. I thought I could do something similar to this in the frontmatter of my article: --- title: My Article author: [...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615170", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Renaming all '*.vhd' files to '*.wei', and the reverse What would a DOS '.bat' file or command look like to rename all files '.vhd' in a folder and its subfolders to '.wie', the number of files and the subfolder names not known in advance. 'RENAME' ('REN') has no option "do it in all subfolders, too". The background...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615173", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: ERROR: ASGI callable returned without starting response. INFO: 127.0.0.1:5317 - "GET /favicon.ico HTTP/1.1" 500 Internal Server Error How to solve this error ? In this it is showing we have to set the customize middleware. I've been able to update the middleware and fix this issue.How this can be done tell me in det...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615175", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Error: attribute d: Expected number, "MNaN NaNCNaN NaN …" I am using vue apex charts and sometimes it works fine but sometimes is it gives the path error I am expecting vue apex chart to show data given in props instead it gives error <VueApexCharts ref="chart" type="bar" height...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615177", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: why i have jdbc derby sql error on my netbeans 17? Internal Exception: java.sql.SQLException: Error in allocating a connection. Cause: Connection could not be allocated because: DERBY SQL error: ERRORCODE: 40000, SQLSTATE: XJ040, SQLERRMC: Failed to start database 'sample' with class loader jdk.internal.loader.Class...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615178", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Vagrant: syncing folder /var/cache/apt: filesystem vboxsf not available I use Windows as a host and Kali Linux as a guest. VirtualBox provider. I routinely destroy and re-provision Kali. I want to have a synced folder /var/cache/apt so that apt files aren't downloaded again each time. I read these Q&A, which did not...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615183", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: I'm trying to configure a router in cisco packet tracer and it keeps saying ip address overlaps gig0/0/0 I'm trying to configure the ip addresses of the GigabitEthernet0/0/0 and GogabitEthernet0/0/1 in a cisco router to be in the same network of 10.87.0.0. I'm trying to configure the ip addresses of the gigabit ethe...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615185", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: How to set different commits on which sequential GitHub actions runs? I'm having a problem with correctly setting up CI using GitHub actions. I created one workflow with 2 jobs. First job autoformats the whole project using Google-Java-Style action. After success it creates a new commit with changes and starts a sec...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615192", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "2" }
Q: Unable to run yum update on centos 7 Not able to run yum update. It fails with the message connection refused. When I run sudo yum update I get the following message Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615193", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Terraform - How can I get the availability zone from the ec2 instance to use in aws_ebs_volume resource? Using a TF module to deploy EC2 instances I want to cater for multiple instances and multiple volume attachments. My issue is I want to use the same az as the instance for the volume but if I have 1 instance and ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615194", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "2" }
Q: Can i use Jinja library to generate a pdf/html success/fail report for my automation suit cols = [ 'Test Case No','Test Case Name' ,'Test Case ID', 'Test Case Status',] data = [[str(idx+1),testcase.name,testcase.testcasename,testcase.result] for idx,testcase in enumerate(testcases)] plt.axis('off') plt.axis('tight')...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615197", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How does one allow for expandable rows in .NET MAUI Listview in iOS? I have been using HasUnevenRows property of ListView quite successfully in Android while running my .NET MAUI app. Nevertheless, this property, whether set "True" or "False", does not work in iOS. All the rows have the same height anyway. I am disp...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615200", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Create a list of values from an existing list if values are nearby I have a list of dictionaries [{"Name": 'A', "Area": 10000, "Price": 100}, {"Name": 'B', "Area": 9500, "Price": 99}, {"Name": 'C', "Area": 11000, "Price": 101}, {"Name": 'D', "Area": 12000, "Price": 150} {"Name": 'E', "Area": 14000, "Price": 200}, {...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615203", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Does ruptures index from 0 or 1? I use the ruptures module to search for changes in trends, etc. It returns an index value 1 greater than the date length, and it looks like it is indexing from 1 instead of 0. Or it is adding 1 to the last value. import pandas as pd import numpy as np import matplotlib.pyplot as plt...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615204", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: I am try to finish my order Book code I can't figure out how summaries objects I am try to finish my order Book code I can't figure out how summaries objects . The code below is what is have currently . const orderbook = [ { "ClientID": "31135d2c-a5f0-11ed-b07a-10e7c6f7c62e", "Side": "BID", ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615207", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: how to remove space characters (" ")in a list {PYTHON} Im trying to write a for loop to remove space characters (" ") in my list but it's just deleting some of the characters that are in the first of my lsit this is my list mylist=[" "," "," "," ","oho","abcd","1234",1234," "," ","omg"] and this is my loop for i in ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615208", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: What does `g_autoptr(MyApplication) app = my_application_new();` mean I was browsing through a flutter linux application source code and i hit a little snag understanding this method of declaration and if it's C or C++. // Source code for context #include "my_application.h" int main(int argc, char** argv) { g_a...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615215", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "2" }
Q: Failed to resolve import Vue Hi i am trying to run my program with vue but i am getting this error [vite] Internal server error: Failed to resolve import "./components/authorisation/AuthComp" from "src\router\index.js". Does the file exist? the program cannot find the file in the route.js router.js file: const rout...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615217", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to convert the y-axis from integer to show as number strings with commas when plotting? The y-axis values are in thousands and the desired output would be to show the numbers as strings with commas indicating thousands, e.g. 3,000 instead of 3000. But when reading it in the graph for matplotlib and seaborn, they...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615219", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: The following error occurred while executing the dataloader using CLI and ANT BUILD FAILED `C:\Users\harsridh\Desktop\config\build.xml:73: The following error occurred while executing this line: C:\Users\harsridh\Desktop\config\build.xml:52:java.lang.NoSuchMethodException: com.salesforce.dataloader.process.ProcessRu...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615221", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: how to get rid of two two navBars with shiny apps in R? I am trying to get rid of the two double bars within my R shiny app. I use shinydashord and shiny libraries. I inherited the codes, thus please bear with me. I want to keep the red navigation bar but get rid of the green bar that is bellow it. How to do this? T...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615223", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: After navigating to the second fragment, the app seems to not collecting data from the database I have two fragments in my app. In first fragment, I can see, that data is collected from database, unofrtunately, after navigating by Navigation Components to the second fragment, it is not, and I don't know why. DAO @Qu...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615225", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: increasing the limit for the y-axis on ggplot2 plus putting letters above error bars I've been trying to set the limit for the y-axis above the letters I have on top of the graph bars for awhile now, and while I thought the answer had to do with the function ylim(), I've had no luck and keep getting errors. Furtherm...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615226", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Receiving an error when trying to backup bitlocker key to Azure AD with PowerShell We are trying to create a script within our environment to upload bitlocker keys to Azure AD using powershell and BackupToAAD-BitLockerKeyProtector But we receive an error message on all PCs we have tried so far, error message: Backup...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615230", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Tag Start and Tag End color changed to red after an update. How to fix this How to fix this issue in VSCode and make them all blue (#11B7D4AA). As it was before. I tried this also but didn't work.
{ "language": "en", "url": "https://stackoverflow.com/questions/75615231", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Pandas Dataframe: How to take the value from column A to join each value of a list in column B? Let's say, I have a Dataframe: | ColumnA | Column B | |----------|----------| | prefix_1 | [A, B] | | prefix_2 | [C, D] | And I expect to get a new DataFrame like: | ColumnA | Column B | Column C | ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615234", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: APK dex file Encryption How can I amend an Apk DEX file? Steps * *Decompile an original signed Apk file into archive file(including Smali DEX file, rescources, assets, lib etc) *Seperate the original DEX file apart from other original Apk files(resources, lib, assets etc) *Encrypt the original DEX file using A...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615245", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to replace the autowired bean? I have an external library with the HumanService.class and ActionService.class @Service("humanService") public class HumanService { private ActionService actionService; public HumanService(@Qualifier("actionService") ActionService actionService) { this.actionServi...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615246", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Styling custom modal in React Native I am trying to create a custom modal like below How can I achieve this using Style?
{ "language": "en", "url": "https://stackoverflow.com/questions/75615247", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Firebase throws "TOO_MANY_ATTEMPTS_TRY_LATER" for requests from backend server We are using firebase for implementing the guest user flow in our application. For this, we are logging in such users anonymously by calling the accounts:signUp?key=[API_KEY] API in firebase. Further, we are calling this API from the back...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615248", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Chrome is showing loading icon when switched to other tab while using iframes I'm using two iframes in my web page (One iframe inside another iframe). No loading icon is displayed after the iframes are loaded. But when I switch to other tab and switch back chrome is showing loading icon. How to fix this?
{ "language": "en", "url": "https://stackoverflow.com/questions/75615249", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Finding the optimum value of a multivariable function (black-box) using python I was wondering if you could help me out with this problem I'm having. You see, in the following script I can only get results using the Nelder-Mead algorithm. The SciPy's minimize, least-square, or GA, PSO, etc. nothing works!! Here's th...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615250", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Filter paths of a text outline containing a search word As I am working with TaskPaper format a lot (an outline format for managing tasks), I started creating a few helper functions to manage tab delimited outline text. Now I would like to be able to filter a text outline and show only those paths, where a node cont...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615256", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Issue with firebase realtime DB, equalTo() with react native expo I am trying to randomize a node in my database to query out based on ShopNo But I am unable to get the node I need when using equalTo. I am only able to get a randomize value based on how many Shop I have in my database. Can anyone help out with this?...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615260", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: looker studio url query string params not working I have created a chart with two parameters those are working properly when changing the value from control, but when trying to modify through url its not working I have used below code var params = { "ds0.buyer_id": 5, "ds0.date_id":"20230101" }; var paramsAsStri...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615264", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: change java compiler to aspectj compiler in vscode I'm a beginner in Aspect Oriented Programming and i use vscode to run java i do install all extension need to do that now i wanna use aspect j but i can't find how change the compiler from vscode i use aspectj annotation but it did't work too
{ "language": "en", "url": "https://stackoverflow.com/questions/75615266", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Looping script for creating shortcuts I have an excel sheet full of different projects that have an already existing folder structure in a specific location. I want to be able to create a shortcut to each of these projects, that is stored in a elsewhere, and needing to follow the format of "Job Name - Job No" as to ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615267", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: appium Software caused connection abort: socket write error my code import java.io.File; import java.net.URL; import org.openqa.selenium.remote.DesiredCapabilities; import org.testng.annotations.AfterMethod; import org.testng.annotations.BeforeMethod; import org.testng.annotations.Test; import io.appium.java_clien...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615268", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How can I install Postgres drivers for gorm with gin? I have tried to connect Gin application to Postgres database, both dockerized. I encounter an error while installing Postgres driver. Config is described on the website: $ go get -u gorm.io/driver/postgres go: downloading gorm.io/gorm v1.24.2 go: downloading gith...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615270", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: While downloading mingw W64.exe, there is a error popping up showing "the file has been downloaded incorrectly "How can i download it successfully? Its a 64 bit windows 11 lap. I'm not able to download mingw even after trying multiple times carefully its showing the same error that file is been downloaded incorrectl...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615273", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Detection of ground plane using PCL library where I have other planes in the point cloud as well I want to detect the ground plane in a point cloud which also has other planes. The other planes are from a box and have larger area which is why RANSAC is not removing the ground plane. What I have done is use passthrou...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615274", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Backtransformation coefficients, confidence intervals from Box-Cox in R I have created the model and used box cox transformation to the response: model1.5 <- lm(tas1 ~ station1, data=test, x=TRUE, y=TRUE) bc <-boxcox(model1.5) lambda <- bc$x[which.max(bc$y)] new_model <- lm(((tas1^lambda-1)/lambda) ~ station, data=a...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615275", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to take full error message from xml report using javascript I have this in a js file if(result.status !== 'passed') { resultData["comments"] = [result.error.message]; } but it dosen't get the full error from the xml file it get only ` Test timeout of 30000ms exceeded.` ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615276", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: customers don't recive Woocommerce completed orders I have a store with downloadable digital products attached to them. My customers recently don’t receive confirmation emails with the downloadable links in emails. Please tell me how I can solve the issue I have checked in Woocommerce settings- emails – completed o...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615277", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: Set the visibility of wpf CheckBox to hidden if its value is false I am populating a datagrid using Binding property. For each row a checkbox also appears. However, I want to hide checkboxes for certain rows although the row is not empty. If the property that is used to bind the checkbox is set to false, the checkbo...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615281", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: React js Form validation before submit form I can't get validation errors on first click on submit button .i have a two pages one for submit page and second for validation code: useEffect(() => { props.latestAddress(listaddress); }, [listaddress]); const SubmitForm = () ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615283", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How do I store value from createApi to redux store? I'm trying to store an value of an user data(name, email and other) that was fetch using createApi to redux store. But I don't know how to do it and what is the good practice one. userApi.js file export const userApi = createApi({ reducerPath: "userApi", baseQu...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615285", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to set a frame for DataScannerViewController in Swift? The default scans the whole camera and I need to specify the frame to limit the input I need to limit the camera scanner to read an input of 16-digits PIN only, something similar to this (from a different app): Here's what I have tried so far: * *recogniz...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615286", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }