text
string
meta
dict
Q: I need to make this button using CSS and Html I need to make this below buttons using CSS and html:
{ "language": "en", "url": "https://stackoverflow.com/questions/75600762", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-4" }
Q: Deploy release tag Azure DevOps I have a release pipeline in Azure DevOps where I copy files from the remote repository to a target location on a server. In the application I am deploying I would like to display the version number of the application as the tag number for which the application was deployed, as for i...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600767", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Firebase: universal links not working unless they come through firebase directly I am working with Firebase dynamic links but want to move away from it. Long story short is let's say I have a Firebase configuration like {mysubdomain}.myapp.com and when the user clicks on that he is redirected to corresponding univer...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600769", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Using recursion to finds number of combinations of selecting 5 cards from 52 cards, 3819816 combinations found instead of 2598960 I was trying to use recursion to list all combinations of selecting 5 cards from 52 cards: const cards=[]; for(let i=0;i<52;i++){ cards.push(i); } const s=new Set(); const recursion=f...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600770", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Strip out currency and assign value Hi I have the following dataset and I wanted to create a column that would indicate the currency of the numbers: df_currency= pd.DataFrame(columns=["Amount", "Currency_Name", "FX"]) df_currency["Amount"] = mcapnum_test Amount Currency_Name FX 0 $369239183...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600771", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Path Traversal Vulnerability in Java I'm trying to fix Path Traversal Vulnerability raised by Gitlab SAST in the Java Source code. I tried using multiple ways which are present on the web to fix it but still, Gitlab marked it as Path Traversal Vulnerability. The file name we're getting from the properties file and s...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600773", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: have a shape o figure in a container, allowing zoom and drag but keep the initial position SwiftUI I have a simple code like this COShapeMap() .fill(Color.red) .frame(width: 150, height: 200) .offset(x: -50 + offset.width + position.width, y: -50 + offset.height + posi...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600775", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to display multiple image with same id from 2 table I'm trying to display multiple image with same id this is my code: <?php if (isset($_GET["img_code"]) && !empty($_GET["img_code"])) { include 'database.php'; $query = mysqli_query($conn, "SELECT * FROM images WHERE img_code = '" . $_GET["img_code"] . ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600777", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-5" }
Q: Why does Selenium-Wire AWS lambda function driver instantiation fail with Status code 1? I'm trying to get Selenium-Wire to work in an AWS Lambda. I've seen very few StackOverflow entries about it, but it kinda seems some people were successful. My lambda is stateless and doesn't even need to use any other AWS featu...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600779", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to save two canvas image with one button Fabric.js I am creating a small project to allow the user to modify two canvas and upload the two canvas at the same time. In order to do that, the submit button should allow the user to download both of the canvas they created. But I don't know why, any time I add a seco...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600781", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Admin Page not changing quantities I'm trying to make an "admin" page for an ecommerce website which essentially changes the quantality of products are displayed on the page. This is done by changing it on the server, but the admin is able to do it themselves. The problem is that the quantities themselves don't chan...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600783", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: I got No container found for web_1 when entering docker-compose web bash with strange logs output I try to run existing laravel project under docker with Dockerfile in file : I got No container found for web_1 when entering docker-compose web bash with strange logs output... version: '3.7' services: web: // I US...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600787", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to make my string end when it reaches a certain character I am new to Python and I want to make a website link shortener like: https://google.com/ google But not all website links are the same eg: This is what I want: https://stackoverflow.com/questions/ask stackoverflow. This is what I get: stackoverflowquestio...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600788", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: How to access folder packages in pubspec file? I have try in my pubspec.yaml , but it's working packages: path: ../package1 Result A: You can add it in the dependency part and specify a name. dependencies: my_local_package: path: ../package1 And use it as import 'package:my_local_package/package1.dart...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600790", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: How to fix an "unfinished operation" for patching Crystal Reports 2020? I´ve got a technical problem with a patch for Crystal Reports 2020. Every time I try to install the patch, I go the notification that a "Not complete operation was found". Here is a screenshot (my system language is German): Error notification A...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600795", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: LOAD Angularjs code before asp.net Page load I am assigning text box value using document.getElementById it sets value in the text box and on page load it is getting txtsearch.text value to null document.getElementById("CPH_txtSearch").value= myvalue; <asp:TextBox ID="txtSearch" runat="server" /> protected voi...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600796", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Trying to send verification emails in a Firebase React Application I would like to verify user email addresses in my React website using Firebase Email / Password Authentication, but cannot find good recent documentation for doing so. I have tried some more recent answers from here but all have returned errors. I ha...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600797", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Inserting a dependent entity while inserting the principal entity with Entity Framework Firstly, these are my entities. public class Restaurant : Entity { public string Name { get; set; } public int OwnerId { get; set; } public virtual Owner Owner { get; set; } public virtual Menu Menu { get; set; } ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600798", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How do I run a code using Spark on VScode? I install pyspark using pip ( pip install pyspark ) I tried to run a very simple code using Spark on VScode: import pyspark sc = pyspark.SparkContext('local[*]') Data = sc.textFile("C:\\Users\\Admin\\Desktop\\Study\\Spark\\Word_count.txt") wordcount = Data.flatMap(lambda x:...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600803", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: SQL Server CDC data transformation in source and publishing to messaging queue How can SQL Server CDC data be transformed from source and publish transformed payload to messaging queue. Since Debezium can do only SMT (simple message transformation). We need to join the change captured data with other source table an...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600805", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Azure Storage Account Data Sync Function I am new to Azure, and one question bothers me. I have 2 storage accounts in different regions (West Europe and East US). The West Europe one  is the "general" one (Read/Write) and the other one is the seccondary one (only Read option). When the user adds a new item, it will ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600808", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: VS code not responding to Enter I am having trouble moving to a new line in my vs code. I get this message "command 'pythonIndent.newlineAndIndent' not found" I am writing a code in python. Can anyone assist on how to fix this? I am expecting enter to take me to a new line but it doesn't.
{ "language": "en", "url": "https://stackoverflow.com/questions/75600810", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: Dynamodb efficient query on list I m porting a CosmosDB data model to DynamoDB. The objects look like that: { pk: "mypk", id: "myid", keywords: [ "lac", "sun", "nature" ] } In CosmosDB I can make a query to the items of the list and hit an index, resulting in a fast and efficient query SELECT * FROM c where c.pk =...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600811", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Google Chrome extension using server side rendering I am trying to build a chrome extension where the HTML content will be rendered via server in the chrome extension. using Reactjs / Nextjs stack, and flask server. The reason behind server-side rendering is basically we don't want to make an extension release every...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600812", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to change tensorflow output names (StatefulPartitionedCall:0 to StatefulPartitionedCall:1) I can’t reach exactly the output I want in the Android application. I decorated the layers with a model inspired by a repository. I started training with my own data. I reviewed the original model on netron.app. When I exa...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600814", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "3" }
Q: [PySpark][java.lang.StackOverflowError on df.write.csv] I'm using PySpark version 3.1.1 on a Kubernetes cluster I'm trying to write a spark dataframe to HDFS in csv format. Dataframe has about 2.4 million rows and 130 columns and has 5 partitions. If I reduce the data the code works fine. Following is the code snipp...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600815", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to get sum of rows based on certain conditions for a Pandas dataframe? A B C x y 10 z t 20 y o 30 t z 5 y x 100 If the above table is my initial pandas dataframe, I want my final one to look like the one below A B C x y 110 z t 25 y o 30 I have currently tried iterating over t...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600818", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Is it possible to test word document like a snapshot test in Java, Spring, JS or whatever else? I have a service that generated a word document with some variables. I want to check is it the same as example ? Now I test it manually but it very time consuming process. Is it possible to automate it ? I know that in je...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600819", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Build failed for ios on codemagic Running Xcode build... Xcode build done. 62.7s Failed to build iOS app Error (Xcode): ../programs/flutter_3_7_5/.pub-cache/hosted/pub.dev/modal_bottom_sheet-2.1.0/lib/src/material_with_modal_page_route.dart:4:1: Error: 'ModalBottomSheetRoute...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600820", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to update the range filter from an existing string query using elasticsearch-dsl I have below raw elasticsearch query in which i want to change the @timestamp range. import json from elasticsearch_dsl import Search query = """ { "query": { "range": { "@timestamp": { "gte": "now-1d/d", ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600821", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Uncaught FirebaseError: Firebase: Need to provide options, when not being deployed to hosting via source. (app/no-options) import { initializeApp } from "https://www.gstatic.com/firebasejs/9.4.0/firebase-app.js"; import {getDatabase, ref, set } from "https://www.gstatic.com/firebasejs/9.17.1/firebase-da...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600822", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: WDIO8 and BrowserStack Slow Android Performance I make use of WebDriverIO to run a single test suite across multiple web browsers on devices/operating systems on BrowserStack. The issue is that the run duration on Android device browsers take much longer than other devices/operating systems. Android typically takes ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600823", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to redirect a page under a condition? I wrote the Routes in my project as below: <Routes> <Route exact path="/" element={<Home />} /> <Route exact path='/login' element={<Login />} /> <Route exact path='/about' element={<About />} /> <Route exact path='/store' element={<Store />} /> <Route exact path=...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600824", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "2" }
Q: Convert Rows To Columns Json I have the following two row in a column. {"backendAddr":"1.1.2.3:22","backendConnectTime":"HAHA"} {"backendAddr":"3.3.5.6:22","backendConnectTime":"HEHE"} I want to split the data in a row into multiple columns. For Example: backendAddr backendConnectTime 1.1.2.3:22 HAHA 3.3.5.6:2...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600825", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Upload to nextcloud via webDAV using one single meta-user is there a way to upload to users folders without having their individual credentials? By using a meta-user? I want do drop files for other users. How can I do so? Thanks in advance Nicolas Heyne I tried to use webdav with an admin user and there was a messag...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600826", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How do i remove a data using Cascade with Prisma model Comment { id Int @id @default(autoincrement()) content String @db.MediumText replyId Int? reply Comment? @relation(name: "ReplyComments", fields: [replyId], references: [id],onDelete: NoAction, onUpdate: NoAction) comments Comment[] @relation(na...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600829", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Create bucket button is grayed out in amazon S3 service, what could be the reason.? In aws s3 create bucket option is grayed out and I am not able to click to create a bucket.what is reason ? Did not try anything to resolve the issue enter image description here
{ "language": "en", "url": "https://stackoverflow.com/questions/75600832", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: React js server start taking long time I have react js application which is taking long time to start, and I see below check is performed during the start up, which is causing the server to take time to load. Line 19:10: 'data' is assigned a value but never used no-unused-vars Line 58:13: Nested...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600839", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to keep scroll position after adding new elements on top of the list in flutter scroll position of listview changed if I add multiple elements from top in list. It's working fine for insert operation when we inster new elements in the bottom of the list. Usecase is there is one chat module in my application & I ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600840", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-3" }
Q: Join 2 tables and return the resulting one in LINQ I have 2 tables Patients and Studies that have a shared field called Studyid. I need to get the study name from the Studies table where PatID is a method's parameter. I am joining the tables but I am failing to return the resulting one, so far I am retuning a single...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600842", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Duplicate class com.google.android.play.core.appupdate.AppUpdateInfo found in modules issue Hi I am facing this issue "Duplicate class com.google.android.play.core.install.InstallState found in modules jetified-app-update-2.0.1-runtime.jar (com.google.android.play:app-update:2.0.1) and jetified-core-1.8.0-runtime.ja...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600848", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to make a line on the selected bottom bar item in compose? I currently have a bottom bar and a button in the middle of the bottom bar, clicking this button opens the bottom sheet. What I want to do is create a line above the bottom bar button that is selected here,I'm going to share my code below . How can I do ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600851", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Fullcalendar missing time on date-time for half of hours i run fullcalendar with this options defaultTimedEventDuration: '00:30', slotDuration: '00:30:00', events: '/admin/appointment_bookings/calendar.json', minTime: "08:00:00", maxTime: "24:00:00", slotLabelFormat: ['HH:mm'], timeFormat: 'HH:mm' , but my date-tim...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600852", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Module not found: Error: Can't resolve 'crypto', Not resolved even after installing packages react aplication page I have created webpack.config.js file including cypto, crpto-browserify, assert, path.... in the root directory. And I have installed the crypto, crypto-browserify. But still the problem occurs
{ "language": "en", "url": "https://stackoverflow.com/questions/75600856", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Cannot resolve R in andorid studio Application is installing fine and the build is okay. But in the whole app I can see this error. It happened when I tried to upgrade the project from 4.2.2 to 7.2. But it failed and rolled back. I have done the following steps. * *clean the project. *Rebuild the project. *Syn...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600861", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Vue Cli - npm run serve ERROR - Module not found I've got a problem while running npm run serve command after initializing new project with Vue Cli. Error looks like this: ERROR Failed to compile with 1 error 08:42:28 error Module not found...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600862", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Problem with encoding in the terminal of Inteliji Idea (��� instead of cyrillic symbols) In my Java project I'm using .properties file as a bundle to output some messages. It's working, but in console I only see enter image description here I tried many ways, but still can't solve this. I tried to change encoding se...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600868", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Neither srcset attribute nor picture tag working as expected in HTML I am trying to test srcset and picture tag to see it's working but all time default image is getting loaded on screen. Can someone help me to understand what's going wrong here. Images I am using: HTML Code: <img srcset="insta blue.png 480w, in...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600869", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Symfony - How to specify root to deserialize json array to object using JMS\Serializer I receive json responses from a certain server to API requests in this format: { "data": { #result here } } But I need to do deserialization of the result itself inside "data". I could not find in the documentation how to...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600872", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: return a flux inside a mono I have the below code, in which i want to return a flux inside a mono, but i have this error no instance(s) of type variable(s) R exist so that Flux conforms to Mono<? extends R> return occurrenceApi.getOccurrenceById(id).flatMap(response -> { final Flux<Object> commands = ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600873", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Execute Monos sequentially/parallel I have this situation: Mono<List<String>> resultAMono = listA(); Mono<Void> resultBMono = loadB(resultAMono.block()); Mono<Void> resultCMono = loadC(); I want to execute resultAMono sequentially, and the resultBMono and resultCMono parallelly, because resultBMono depends of the r...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600874", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: My fonts stopped working without me changing anything CSS I'm making a website and I'm using 3 fonts (nori, scrivano and recherche). Up to now it's been working fine and without any problems but now, even though I haven't changed anything in the code it stopped working and neither me, my teacher or other students kn...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600879", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: Start/Stop ECS services to run and stop tasks at defined intervals I have a test automation suite running on my ECS Fargate cluster. The minimum/maximum/desired task are all set to 1. So, after the tests are run, the task stops running but another one gets up and running. I want to schedule it to run via Eventbridge...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600882", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to create a medium application so that we can get access to medium.com OAuth API? I cannot find the option to create Medium Application, which is a required step for getting the access to medium.com API. I looked Medium.com everywhere but did not find any "Developers" page. A: The Medium Developers page can be ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600885", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: how to disable update and delete on a MongoDB collection? I want to disable update and delete queries on a collection. first I wanted to use triggers but MongoDB on our server doesn't support triggers(only MongoDB atlas does that). then I wanted to revoke update and delete permission from my user role, that I didn't...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600887", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Not able to connect to Redshift due to IP Restrictions I am trying to connect to redshift through Power BI service, however our redshift needs IPs to be whitelisted. We have tried tracing the request hitting redshift and whitelisting that IP, however after some time we were unable to access redshift from power BI se...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600888", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Unity quiz game, problem to make three attempts for each question Unity Engine C# My game contains a timer, points, a panel where pictures and videos are shown and a separate panel where the text pops up, when the answer is incorrect the red color pops up and it moves to the next question, I need each question to ha...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600889", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Why v-slider (Vuetify) has no width? I want to create a v-slider, but just on default empty v-slider tag has no width or thumb align center: This bold point is the thumb of slider and no one slider bar. <div v-if="typeList[0] === 'grade'" class="formItem__grade"> <v-radio-group v-model="item.value" inline> ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600890", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: VS Code can't push to a git repo, but git CLI can I have cloned a repo via the git CLI like this git clone https://gitlab.myserver.com/myroot/myrepo.git/ Then in VS Code I develop on this repo and I can commit my changes in VS Code. When I now try to push the changes in VS Code I get the following git-error output: ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600891", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: how to transform a png(rgba) to (rgba with color map) by using libpng? I need to make my png smaller, and I am trying to transform an rgba-png(format-3, PNG_FORMAT_FLAG_ALPHA | PNG_FORMAT_FLAG_COLOR) to a color-mapped rgba-pbng(format-11, PNG_FORMAT_FLAG_ALPHA | PNG_FORMAT_FLAG_COLOR | PNG_FORMAT_FLAG_COLORMAP). I h...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600894", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: def-spectacular not generate schema urls for django-oauth-toolkit urls I'm trying to generate Open API schema. settings.py: SPECTACULAR_SETTINGS = { 'TITLE': 'TMC Authentication API', 'DESCRIPTION': 'Description', 'VERSION': '1.0.0', 'SERVE_INCLUDE_SCHEMA': False, 'SWAGGER_UI_DIST': 'SIDECAR', 'SWAGGER_U...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600897", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to get max length of a number of strings at compile time? (Update: I am programming for microcontrollers, so I am short of memory and computation power. Therefore I am limited to C-strings.) I have a number of strings and want to find the maximum length of them and assign this to a constexpr variable. I came acr...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600898", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Is there any way to create 360 Video or 360 Image Player using Cardbord sdk? I researched a lot but did not find the proper document or proper solution to build 2D 360 Video view or 360 Image View using CardBoard sdk. Why CardBoardSdk? Because Google VR SDK is no more support so we can't use it for feature developme...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600899", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: error code p2032 using prisma orm on sql db hey im usuing prisma 3.14 and after changing one property of my schema from int to string i receive that error throw new PrismaClientKnownRequestError(message, e.code, this.client.\_clientVersion, e.meta); PrismaClientKnownRequestError: Invalid `prisma.models.findMany()` ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600901", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: react sortable-js, two types of items and nested items I have a problem with react-sortable-js. I want to create a component that will handle two type of item category and item. I deal with the following scenario * *Move item J, as a nested item, to section G *Move nested item I from section G to the same level a...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600905", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Scraping html file with beautiful soup but struggling with "&" With Python and BeautifulSoup I am scraping an html file, it has a table in and one of the rows in the table has an "&" in the text. I edit some other text in the html file as needed but when I rewrite the html file beautifulSoup quite rightly changes it...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600907", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: React not sending cookie to the node backend on heroku I created and authentication system with cookies. The node backend sends the cookies to the frontend. When the frontend uses axios to send the an authenticated request, it works locally on my machine but ones I deploy the apps on heroku, the cookie from the fron...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600908", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Convert all px to rem (vite, vue) My vue3 project needs to adapt to the mobile terminal. I use postcss-pxtorem, but it can't convert all my px to rem, because the project may contain h5 inline styles or rich text. what should I do? I thought it would be possible to replace all font sizes when building via vite, but ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600914", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Populating a Leaflet map with EasyButton instances in JavaScript using a loop results in onclick function reflecting only the last iteration It's probably my poor knowledge in JS but I am stuck. My issue is that anything I place where !!!PROBLEM IS HERE!!! (see code below) is located, is set to the last iteration, h...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600917", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Why does the drag-and-drop toolbox in Asp.net core not work? I have tried the drag-and-drop toolbox but this doesn't work. It has like invisible. I am new to ASP.NET. A: Because you are running a MVC Web Application and the toolbox shown is for ASP.NET WebForms Application(older technology). That's why its disable...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600920", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: How to delete dynamically added html code block I have a button which dynamically creates html content enclosed in <fieldset> like this.: <div id="box_parent"></div> Javascript var content = '<fieldset>Some Content <input id="delete_row_box" type="button" value="Delete"></fieldset>'; $("#box_parent").append(conten...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600922", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Why is the properties imported by 'source' acting so weird and how to avoid this? I met a weird problem when I tried to "echo" something in my shell. I got a config file and a shell: foo.config: mypath="/home/my/path" bar.sh: #!/bin/bash source foo.config echo "${mypath}ABC" I expect the result to be /home/my/path...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600923", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Leaflet.Path.Transform - is there a way to add edge markers in the middle of each border? I want to add circles in the middle of each border (only visually). Is there a way to do it? There are handlerOptions but I couldn't find something like that there.
{ "language": "en", "url": "https://stackoverflow.com/questions/75600925", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "2" }
Q: How to set firebase data persistence to false in react native? I am currently creating a barber appointment system using firebase and react-native expo. I tested the application in offline mode and noticed that firebase caches the request and once the app comes online it sends them all together. So, if my user press...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600926", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to make NSTextfield only enter specified characters in any input method Here is my code: import Cocoa class Main: NSViewController { override func viewDidLoad() { super.viewDidLoad() // Do any additional setup after loading the view. myTextfield.delegate = self } @IBAct...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600928", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: how to create on sale filter for WooCommerce products? We want to create a filter to show On-Sale items in WooCommerce products archive. I am using CrocoBlock JetSmart filters plugin but it’s only filtering and showing simple products but not variable products. Kindly check this image how to make this by adding a co...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600932", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: Nextjs Connect to local backend in same server I have nextjs app. I need to connect to other database via backend already developed (fastifyjs). My BE located at http://localhost:3003 and i can curl to it. So I upload my nextjs app to this server (same location). I think, to access that backend server, I just use ht...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600933", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: how I create site link with custom logo on Netlify? I have an issue in link that I create with Netlify , I want to show custom logo with link and after creating link. but when I deploy my site on Netlify it create link without logo. I expect best solution
{ "language": "en", "url": "https://stackoverflow.com/questions/75600934", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Linq join 2 entities by dateFrom and dateTo Lets say I have these entities : flights: [ { ... "flightId": 1, "dateFrom": "2023-03-01", "dateTo": "2023-03-01", ... }, { ... "flightId": 2, "dateFrom": "2023-03-03", "dateTo": "2023-03-03", ... } ] hotels: [ { ... ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600935", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Strapi can't access admin page STrapi page is working correctly for me on local host but when i hosted it on replit it gives these errors main.9c01de7f.js:2981 Refused to connect to 'http://localhost:1337/admin/project-type' because it violates the following Content Security Policy directive: "connect-src 'self' htt...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600939", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Restrict functions to be visible only for testing This question is related to Kotlin: Make an internal function visible for unit tests, but this question deals with how to make internal functions unavailable to code that is not unit tests. Suppose I have some methods that I want to use for unit testing, but I want t...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600940", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to insert business logic in django template? I am working on review rating form, and I want to display the rating stars given by the user. I am getting an int value rating from the database out of 5 rating. However I want to implement a logic in django template that would looks like the follow code, a = "THIS IS...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600944", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: jackson JsonParser getCurrentValue return wrong type I am using spring boot 2.1.2. There is custom json deserializer to deserialize enum: @JsonDeserialize(using = CustomEnumDeserializer.class) public interface BaseEnum { int getId(); String getName(); } @JsonFormat(shape = JsonFormat.Shape.OBJECT) public e...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600945", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Get PID or handle for separately running jar process from within java I am not a professional programmer and heavily depend on snippets from the net to get my ideas implemented. But this time I found nothing adequate. I run java on a Windows 10 platform. I have a data logger jar file that is is supposed to run 24/7 ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600950", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Uploaded image in ImageField is not shown by generic CreateView/DetailView/UpdateView When uploading an image, the image file is stored in the desired folder. Good! But the generic view doesn't show the stored image but only: My code looks like this: model: def tenant_images_path(instance, filename): # generate...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600952", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: pathlib takes more time traversing directory recursively than os.walk() I'm experimenting to determine if the pathlib module is an improvement over the os for directory traversal. To my surprise, I am getting better readings from the os module when compared to pathlib. Which is something I was not expecting. Is it b...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600954", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: kubectl apply -f pod.yaml is abnormal When I used kubectl apply -f pod.yaml, I found that the corresponding pod did not succeed When I use kubectl describe pod nginx-sandbox-ori it shows Successfully assigned default/nginx-sandbox-ori to localhost.localdomain Container image "xxx" already present on machine Create...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600955", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: json parsing- best way to handle this data format [{ "id": "691", "topic_prefix": "v1/crew/", "topic_action": "data", "topic_extension": "/ac", "header": "{'user_properties': {'noSendToGround': '0', 'noStore': '0', 'userTimestamp': 'user_time.stamp-01234', 'privateData': '0'}}", "payload": "{...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600956", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: How to install Jenkins.war on my window 10 i can’t install Jenkins.war. Can someone help me. I want run it in selenium automation I downloaded it from google and after downloading. I extracted the file because is on zip file.then copy the path to environmental variable. Then I have JDK . But when I write Java -jar.w...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600958", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: CF7 additional Mail (2) does not attach files I am using Сontact form 7 and the Images Optimize and Upload CF7 plugin. I need to send 2 different emails but with the same attachment. Mail (2) does not attach files. But everything is fine in the first mail, with the attached ones. The settings are the same. Why can't...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600959", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Add Web Reference in .Net Core 3.1 I'm upgrading my project from .Net Core 1.1 to .Net Core 3.1. I'm having Web references in my older version, now I want to use the same Web reference in .Net Core 3.1 project, but the problem is I cannot find the option to add Web Reference in Visual Studio 2019. Do we have any way...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600960", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Spring boot 3 waiting in Initializing JpaMetamodelMappingContext After migrate my project to spring boot 3 my application dose not start and wait in this line return factories.stream() // .map(EntityManagerFactory::getMetamodel) // .collect(StreamUtils.toUnmodifiableSet()); this log ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600961", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: I want to plot 5 variable equation in python Equation I want to plot the above equation using python or any other software but failed to do so, Here in the above equation variables are l, theta, x,r and t l could be either 1 or -1 theta could be anything from 0 to pi x is propagation distance from 0 to 80 microns r ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600963", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: What does & and * denote in a helm template? What does & and * denote in a helm template? https://github.com/SeleniumHQ/docker-selenium/blob/trunk/charts/selenium-grid/templates/chrome-node-deployment.yaml#L7 https://github.com/SeleniumHQ/docker-selenium/blob/trunk/charts/selenium-grid/templates/chrome-node-deployme...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600964", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Pagespeed Insights skript so I have a problem, I am currently developing a script to include the Lighthouse analysis in my website. This is working as far as it goes. My problem is that I've been trying for days to make the graphical output look like Lighthouse. And the circle loader just doesn't fill depending on t...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600967", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: how do I access the file_id in this list? i'm trying to access file_id but its in a list. this is a part of the code update.message.photo.file_id i am getting this error: 'list' object has no attribute 'file_id' here's the json file: { 'update_id': 703304245, 'message': { 'photo': [ { 'width': ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600968", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Highlighting of nested modules in Visual Studio Code warns for incompatible types, because of submodule In VSCode Typescript highlighting mixes up types from node_modules/sst/node_modules/aws-cdk-lib/aws-kinesis/lib/stream and node_modules/aws-cdk-lib/aws-kinesis/lib/stream. Is there a way to fix this, so I get prop...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600969", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: ImportJSON payload POST BODY I use ImportJSON to interact with API and GOOGLE SHEETS, the task was to write in a body query. { "reportType": "SALES", "groupByRowFields": [ "FiscalChequeNumber", "OpenDate.Typed" ], "groupByColFields": [], "aggregateFields": [ "DishDiscountSumInt" ], "filters...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600970", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Large adjacency matrix to long form I have a large adjacency matrix in a pandas dataframe (~7500 rows and columns) that I am trying to turn into tall form using Some 200,000 values are non-zero. I am using colab but it keeps crashing because of running out of RAM. A B C ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600974", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Delayed ACK in TCP So I've got this strange problem with a TCP-stack. We're migrating a system from a Cortex-A5 to Cortex-A55 with all the joy that follows and we've used the TCP stack before, just another version and with other drivers. So after bumping the version of FreeRTOS+TCP to the latest tag everything works...
{ "language": "en", "url": "https://stackoverflow.com/questions/75600980", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }