text
string
meta
dict
Q: "Keychain sharing" capability is in Provisioning Profile by default? Reviewing the Capabilities and Entitlements of various apps I've worked on, I noticed that they all have the capability "Keychain Sharing" turned on in the provisioning profile. Even for projects where I've never added the capability in the Xcode P...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587347", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: How to use Tailwind CSS with React and module.scss? I made the assembly "Vite + React + Tailwind CSS + SCSS". Before, I used to work with Tailwind CSS classes in React and used this syntax: <header className="header flex"> <img className="h-50 w-full" src="/src/assets/image-0.png" alt="image" /> </head...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587348", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: YUV420P video looks a bit whitish when playing with MediaPlayer in UWP app I’m using ffmpeg API in C++ to convert h264 video stream to yuv420p, then I construct a MediaStreamSource and play it with MediaPlayer. Everything looks fine. However, recently I found that the video picture is a bit whitish, and I can’t dist...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587349", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Elasticsearch time in Dataview I am indexing data to an Elasticsearch cluster. In one index I defined a field called "duration", which represents a time-delta value, in the format of "HH:mm:ss". Mappings: { ... "duration": { "type": "date", "format": "HH:mm:ss" } ... } The data I post: {"duration": "00:01:20...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587351", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Accessing nested objects in API response (ReactJS / Google Pagespeed API) I am trying to access nested objects inside a JSON object from the Google Pagespeed API response and display the values accordingly. Attached is what the response looks like: [API Response (https://i.stack.imgur.com/Zg8FY.png) I currently am p...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587353", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How does DNS prefetching endanger security/privacy? I would like a comprehensive explanation of the security and privacy risks that come with DNS prefetching. There are already other posts about this topic, but I want current information and feedback on my concerns. Thanks in advance. The Helmet.js documentation say...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587354", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Drools KieContainer 401 Unauthorized `enter image description here enter image description here enter image description here I have correctly configured setting.xml for nexus, but I will still hit 401 Unauthorized in btw,logging level is debug.i use nexus`
{ "language": "en", "url": "https://stackoverflow.com/questions/75587355", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-3" }
Q: Cannot use System.Drawing.Icon in Unity c# I was using Visual studio to develop a Unity script, where I want to extract icon from windows file. it was told to use System.Drawing.Common Library. Then I used NuGet to install the library. But even in case it was installed, the "Icon" class is still missing. enter image...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587359", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Query result from MAX function not working I have a table 'Test'. There is one column called age. I am trying to get the maximum value from age and use that value as a variable($result2) for another query.It is not giving any output .What is wrong with this query. $sql="select max(age) from Test where id='$id'"; $qu...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587360", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-3" }
Q: Could not get job jar and dependencies from JAR file: JAR file does not exist: When I am submitting a file from hdfs to flink as a job , it is showing it "Could not get job jar and dependencies from JAR file: JAR file does not exist" but the file is preset in the given location and i am running in a single node clus...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587361", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: It's always failed to create a branch with tag "/" in gitlab Failed to create branch '12/2022081333/12': invalid reference name 'master' please give me some suggestions, i was puzzled with the problem for long time;
{ "language": "en", "url": "https://stackoverflow.com/questions/75587362", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-3" }
Q: Arduino UDP receiving combined ASCII and hex code I am currently working on a larger LEDCube project, a component of which is getting it to be talked to over UDP so its colours can be set on the fly. For this, I made a UDP packet layout of the following commands: mode:# reset data:HEX The issue I am facing is that t...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587363", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Link Preview shows error when sharing but working when clicking I have a website created using React and Laravel for Api's all contents of the page is from the Laravel system. When I share the link for the websites index page the preview is working. but on other pages it shows error. See image for reference: I trie...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587364", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: tf.keras.callbacks.ModelCheckpoint saves HDF5 format or SavedModel format With save_weights_only=False, how to configure the tf.keras.callbacks.ModelCheckpoint to save the SavedModel format instead of the HDF5 format? There are two related issues regarding this. I am using TF2.4 https://github.com/tensorflow/tensorf...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587367", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to convert multiple URLs to a series of individual PDF? I have an issue. I have a file with a long list of URLs (hundreds of them) and I need to convert them into a series of individual PDFs of docx-files to be able to use them further with NVIVO. After googling I found this discussion that perfectly matched my ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587369", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: AWK replace entry from one column if entry from another column contains a match I am trying to use awk to replace all entries in column 11 with "0.400" when the third column contains the string "AAA". My input looks as follows: ATOM 1 AAA ABC 1 -60.638 44.587 36.897 0.00 0.00 0.232 A ATOM ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587371", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Java Hashmap iterate all keys which is a List This is my Hashmap where key is a List of Model Class & Values is a String of errors. Payment Model class has 2 attributes PaymentId, PaymentName Map<List<Payment>, String> mapPayment = new HashMap<>() How can i iterate through it so that i can get 1 attributes from keys...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587373", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Error with terra::intersect afer using terra:buffer in R: IllegalArgumentException: point array must contain 0 or >1 elements I am trying to use the command terra:intersect from the R package terra, but I have been getting an error that I don't quite understand: Error: IllegalArgumentException: point array must cont...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587374", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: ax.axvline(pd.Timestamp('2006-1-1')) doesn't work for Python 3.11.1 but works for Python 3.10.* A time series dataframe with index set as pandas timestamp. When plotting a vertical line on the ax for a specific time ex: '2006-1-1', the line doesn't show up for Python 3.11.1 but DOES show up for Python 3.10.2 and 3.1...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587376", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: NextAuth Custom Sign In Page not working with parallel tabs I'm trying to use the nextauth's credential feature in my website. Now, the issue is: When I create a custom sign in page and send the data using the signIn feature, it works fine. But the problem is, when I open new window, after which I log in from one wi...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587381", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How do I connect multiple clients to a single backend on a local netork? I am building a project that will have multiple clients communicating with a separate program that is going to be executing operations on a database and doing some machine learning things. I am currently confused about the following: (1) How do...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587383", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Loading Flutter Svg The following error shows when i try to open the svg, I have the svg declared and also flutter_svg in the pubspec.yaml. Unsure as to why its not able to load the asset. [VERBOSE-2:dart_vm_initializer.cc(41)] Unhandled Exception: Unable to load asset: "assets/map.svg". The asset does not exist or ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587388", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: having trouble running my code on pycharm im trying to learn how to program in pygame so im watching a tutorial on how to make a window in pygame and pycharm wont run the code heres my code: import pygame pygame.init() screen = pygame.display.set_model((800, 400)) while True: for event in pygame.event.get(): ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587389", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Segmentation fault when using strcat() I'm getting a segmentation fault when I call strcat(); however, I've already malloc'd the destination string and initialized the previous string. This is in an assignment to make a shell in C, I'm just getting tripped up on this error. Here's what the code looks like for this p...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587391", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: Bokeh Slider to Make a Video out of Existing Bokeh Figures (Python) I have a list of N Bokeh figures, all_figures. These figures already have images, shapes, etc. attached to them. I want to basically treat these figures as frames of a video, and have a slider that lets me scrub through the frames by displaying the ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587392", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: multiplying columns with missing values in them I'm trying to create a new column by multiplying column A and B. The problem is that the column has some missing values in them. import pandas as pd df = pd.DataFrame({ "A": [1,2,"",4], "B": [2.0,5.0,6.0,7.0] }) df["C"] = df["A"].astype(float) * df["B"] print(...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587397", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to write a search interface into wordpress that references google sheets I am trying to create a search interface for a wordpress site using dreamhost and bold grid. like a courier service search with a from location, then a to location and some check boxes if it wants to be express or if a certain kind of vehic...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587398", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Map exception and removal reason I'm trying to map exception and removal reason: ISNULL(removal.keyvaluechar,'') [removal_reason] FROM hsi.useraccount ua) u WHERE kx23.keywordnum = kt23.keywordnum) [ExcepReason] FROM hsi.useraccount [ua]) [ux] ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587399", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Can' npm install from the root folder When I try to npm install from the root folder I get an error, this is the script from the root folder "scripts": { "install-API": "npm install --prefix API", "install-client": "npm install --prefix client", "install": "npm run install-API && npm run install-client "...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587400", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: React Native Clear TextInput on onKeyPress In my React Native app I want to clear the TextInput when the user hits the comma button. This will never clear the input. However, if I assign the same functionality to a Button component then it will work: import React, { useState } from 'react' import { Button, Text, Te...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587401", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: circle ci error: 0 subschemas matched instead of one My job defintion: spinup-database-with-latest-data: working_directory: ~/restore docker: - image: xxxxxxx/postgres-bash:jq-curl-tf steps: - attach_workspace: at: . - run: command: cat bash.env > $BASH_ENV - run: command:...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587402", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Why is my calculation returning "Infinity"? My program is supposed to calculate the BMI of a patient (with the method BMI()) but no matter what values I enter, it returns "Infinity". Based on my research, Infinity is returned when a value is divided by 0 but my program makes sure that values of 0 are not allowed. Ca...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587403", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Running tkinter blocks the terminal I have a tkinter GUI which plots different figures in different tabs. I am running the code through an interactive python terminal, however, when running the code it blocks the terminal from any inputs until the GUI has been closed. I had a similar experience when plotting using m...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587405", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: Git Push from release branch on the main and develop branch on Github I'm trying to get into versioning with Git but I'm struggling a bit. If I follow good practices, I have to create several branches (main, develop, hotfix, feature and release). When I'm on my release branch, I want to update my main branch, and th...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587407", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Use OpenSSL for an open source project I have an open-source project which can send packets using TLS/SSL. I am using OpenSSL to handle the TLS stuff. My main project uses .crt and .pem files as the certificates for sending and recieving these packets, but, as this is open-source, I don't want people to have to self...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587408", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Can't I compile x86 code on an x86-64 machine even if I use the flag? I'm trying to compile x86 code on x86-64 machine. I wrote this code on ubuntu 16.04 but as you know ubuntu 22.04 no longer support 32-bit assembly code, my code doesn't work any longer in recent version ubuntu My x86 code is using x86 assembly lik...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587409", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: What happened to Deta Cloud? I can't deploy I tried to deploy the command deta new to run my project and it says that is no longer supported, what happened to Deta and what other options could I try? help pls
{ "language": "en", "url": "https://stackoverflow.com/questions/75587410", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-3" }
Q: About typescript array types const arr: number[] = []; const value = arr[0]; TypeScript says value is number. why is value a number[]? I haven't really thought about anything.. just wondering
{ "language": "en", "url": "https://stackoverflow.com/questions/75587415", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-8" }
Q: Getting chinese characters when reading an English pdf using PyPDF2 I'm reading page 41 of this pdf file using the following code: pageObj = PyPDF2.PdfReader(open(path_to_the_file, 'rb')).pages# creating a pdf reader object page_41=pageObj[40].extract_text() But part of What I get is this: 䩯桮⁈慮捯捫⁕十 䱩晥獴祬攠䅧杲敳獩癥 102,7...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587416", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Dynamic subgroup for flink custom metric I want to add more label to flink metric, such as flink_taskmanager_job_task_operator_featureid_timeWindow_featureAvgCount, featureid="1", timeWindow = "300" flink_taskmanager_job_task_operator_featureid_timeWindow_featureAvgCount, featureid="3", timeWindow = "100" How can i ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587418", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Is there a way to create in wix empty page like when using visual studio code and live server and the page it's opening on the browser? When using visual studio code and then opening with live server the index.html the site in the web browser is looking like this: on my wix site it looks like this: on the right th...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587419", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: UNSOLVED - VLOOKUP to find multiple results over a large data set I am trying to lookup values in Range K2:AY2 in Column B to return values in Column C and D. If the timestamp in Col J falls between the values in Col C and D, then populate cell as 1, else 0. These 1's and 0's will be populated for each heater in Ran...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587420", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Traefik middleware not detected or breaking HTTPS I'm using Docker Compose and Traefik (v2.9.8), I have a service running Traefik and another running WordPress. I'm trying to add a www to non-www redirect using Traefik, like so: version: "3.1" services: traefik: restart: unless-stopped image: traefik:v2.9...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587421", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: GET Request Returning Empty Object in SpringBoot I've created a SpringBoot application that interacts with a react frontend UI. I wanted to ensure that data was getting passed in correctly through the API so I tried a GET Request in Postman. The response is returning an empty object instead of the data from the data...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587423", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: div not being scrollable I am trying to make the wrapper div scrollable when elements inside exceed the width of the wrapper. I applied overflow: auto but it is not making it scrollable. What am I missing and how can I fix it? Thanks in advance. .wrapper { display: flex; flex-direction: row; justify-content:...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587424", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How do I apply efficient Ray Tracing algorithm from z-direction on a Point Cloud using Python? Let us assume that we have a point cloud of n points. I want to apply ray tracing algorithm only casting rays from z-direction (viewpoint is at infinite distance of negative z-axis), considering each point as spheres with ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587426", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: How to hide class name (dt-buttons) when display data on repeater control? I work on asp.net web forms . I face issue I can't hide buttons display related to table id example . from inspect element all these buttons (Export-copy-print) take class selector dt-buttons . so How to hide class selector dt-buttons . when ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587433", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Whisper accurate timestamps on russian language? I have problems with making consistent and precise openAi-Whisper timestamps. I am currently looking for a way to receive better timestamping on Russian language using Whisper. I am using pre-made samples where the phrases are separated by 1 sec silence pause. I have ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587434", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Selecting First Row/Instance Where a Field Updated from NULL to a Value RowNum CreateDT ID OrderID 1 2022-03-04 12:01:54.000 55 NULL 2 2022-03-04 12:05:11.000 55 12700 1 2023-01-20 03:44:07.000 698 NULL 2 2023-01-24 17:51:35.000 698 24525 3 2023-01-25 20:00:43.000 698 24525 1 2023-02-13 09:12:01.00...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587435", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: what is the equivalent mongo db command for this sql command? select ssn from employee where salary in (select Max(salary) from employee); trying to find equal mongodb command where it will return ssn numbers of people who get maximum salary
{ "language": "en", "url": "https://stackoverflow.com/questions/75587436", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: fopen is NULL in C #include <stdio.h> #include <stdlib.h> #define MAXN 100000 int maxArea(int *, int); int main() { int* heights = (int*)malloc(MAXN * sizeof(int)); FILE* fp; int d = fopen_s(&fp, "input.txt", "r"); for (int i = 0; i < MAXN; i++) fscanf_s(fp, "%d,", heights + i); printf(...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587437", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-5" }
Q: What's the outline extension shown in vscode release notes? I think it looks better than default outline shown in explore. A: I don't think that's something very special. You can achieve the same by, * *From VS Code window title bar, click "Toggle Secondary Side Bar" to show the right hand side bar. *As it asks...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587438", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: Validate Pydantic dynamic float enum by name with OpenAPI description Following on from this question and this discussion I am now trying to create a Pydantic BaseModel that has a field with a float Enum that is created dynamically and is validated by name. (Down the track I will probably want to use Decimal but for...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587442", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "2" }
Q: No module named 'sqlalchemy.databases' While trying to install the requirements to use magic sql, I encounter this error, No module named 'sqlalchemy.databases', with this code: import pandas as pd from sqlalchemy.engine import create_engine # Presto engine = create_engine('presto://localhost:8080/system/runtime') ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587445", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: How to append various variables to a .txt file [python] I cant get this code to write anything into the txt file, it is executing but its not writing anything, its also not giving any errors idk what is wrong. s = "----- Account -----" u = "Username: " + username p = "Password: " + password e = "Emai...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587446", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Issue with bash script running awk command I am trying to extract the contents of two files and merge them to a third file in my bash script: #!/bin/bash read -p "Enter file1: " file1 read -p "Enter file2: " file2 merge=file3 awk -v var1="$file1" -v var2="$file2" 'NR==4{system("cat" var1)} 1' var2 > $merge chmod ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587450", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Have problem when Authenticaion on web app has deployed on Google Cloud I have deployed a font end web app to App Engine of Google Cloud. But when I try to login with a valid account, Error 401 always appear. But I only get this error when using Chrome or Chrome-like browsers, but when using Fire Fox everything work...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587451", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to delete aws cognito userpool with deletion protection can not delete aws cognito userpool with deletion protection. I have deleted iam role for cognito userpool so I can not confirm external Id.
{ "language": "en", "url": "https://stackoverflow.com/questions/75587454", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: how to create clean architecture for an eccomece in nestjs? It's my first time dealing with nestjs in a big project , I have an ecommerce application with this ERD , I have created an Auth module and user module so far. now I'm trying to proceed but I have a problem , my auth service use user service to search for u...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587457", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Parse error: syntax error, unexpected double-quote mark, expecting "-" or identifier or variable or number i can do this work, help me fill crosstable with data of incidecia $corrcom="SELECT * FROM incidencia where RefVis='$refcor' and esquina='$Esqcor' and id_zon=(select id_zon from zona where Parroquia='$ParCor') ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587458", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: How to change the color of a button in Kotlin for a second and then change it back? I'm trying to change the background color of a button in Android Studio for one second when it is clicked, then change it back to it's old color. My current code is this val button: Button = findViewById(R.id.button) button.s...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587459", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Matching 3d structure using python Is there is any method which can give the difference value of two 3d structure after matching these two structure using python , same like opencv.matchedshape If you know anything about that then help me
{ "language": "en", "url": "https://stackoverflow.com/questions/75587460", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: issue installing taming-transformers into django framework(python code) I am trying to run my dev server for django code and only "bug" left is regarding the taming-transformers module. I get this error message "from taming.modules.vqvae.quantize import VectorQuantizer2 as VectorQuantizer ModuleNotFoundError: No mod...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587467", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: skimage reclassification using threshold_otsu I am attempting to reclassify an image as binary using skimage's threshold_otsu. In theory, the image I am reclassifying SHOULD have values of 0, signifying no occurrence of phenomenon, and values != 0, meaning there is occurrence of the phenomenon (to varying degrees). ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587473", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: why my useAsyncQuery does not call up my api? I'm newbie and somehow I have no luck to call my localhost API. Nuxt.config.ts export default defineNuxtConfig({ modules: ['@nuxtjs/apollo'], apollo: { clients: { default: { httpEndpoint: 'https://main--spacex-l4uc6p.apollographos.ne...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587477", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to run the PHP code written within namespace? I want to run the code from the PHP official documentation. The code is: <?php namespace foo { class bar { } echo bar::class; // foo\bar } ?> But I am getting the following error. PHP Fatal error: Namespace declaration statement has to be the very fir...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587478", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Slim dictionary to optimize memory I have a class like so: public class MyExpensiveObject { //Identifier of the instance public DateTime MyDate { get; set; } public string MyFirstStringIdentifier { get; set; } public string MeSecondStringIdentifier { get; set; } //some stuff private readon...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587481", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Ant Design Table - Page lags out when I try to edit a row I'm using AntD table and I have allowed functionality to edit each row. I have over 8000 data for the table but when I try to edit a row, the page basically lags out. Initially I thought the problem is with the editable-cell component, because I have custom i...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587482", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Combining JSON and Regex in R I am learning how to use the Reddit API - I am trying to learn how to extract all comments from a specific post. For example - consider this post:https://www.reddit.com/r/Homebrewing/comments/11dd5r3/worst_mistake_youve_made_as_a_homebrewer/ Using this R code, I think I was able to acce...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587483", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: The problem of instantiation restrictions? in the 4.9.5 version. I want to merge multiple objects, require type union with the same key, and if the result is an empty object, I want type never。 type JoinTheTypesOfTheSameKey< T extends object[], Result = {}, > = T extends [infer Head, ...infer Tail extends object...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587485", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How can I install pypesq properly? I already tried using pip install pypesq. I got the error below in any OS I try. I tried Windows 11, Windows 10, WSL2 and Ubuntu 22.04, but still got the same thing. I tried updating pip, but still get this error. What can I do to properly install pypesq? I already left a question ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587486", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to update value in array in mongodb? For example, Documents. [ { "username": "joy", "size_info": [ { "data1": "apple bear cat", "data2": 100 }, { "data1": "dog eat fog good ", "data2": 100 }, { "data1": "hug ill jump", "data2...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587488", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How does BigInt.toString() work with very big BigInt? As it specified in the BigInt spec: The value may be any size and is not limited to a particular bit-width As it specified in the String spec: The String type is the set of all ordered sequences of zero or more 16-bit unsigned integer values ("elements") up to...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587490", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Could not resolve "./components/Contact" from "src/App.jsx" The site runs locally just fine but not if I use github actions to build for auto deploy It shows there is an error during the build process but nothing is wrong when I run the app locally, just trying to get a hint to figure out how to host the app with ho...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587491", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Conditional With Arrays on a JOLT Transformation I am having trouble handling an if conditional mixed with an array in a shift operation with jolt. If the field "HMEmails" is an array with values, no transformation should be made. But if it is an empty array or an empty string, the value should be transformed to man...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587493", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: getting value from callback kotlin Trying to make a file downloadManager we have a activity which contains recycler view, each item in recycler view represents a file which is either in downloading, downladed state. Each recycler view item has a callback this callback has 3 information: onSuccess (file), onError(Err...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587497", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: No puedo correr el código de python en la terminal ni en el output en vs code les agradecería que me ayudaran con este problema, soy principiante. No me deja correr el código de python en la terminal: [Errno 2] No such file or directory. Y en el "output":/bin/sh: python: command not found. Adjunto capturas: informac...
{ "language": "es", "url": "https://stackoverflow.com/questions/75587498", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Is there a way to use an f string to create variables with the iterator variable of a for loop in the name? Is there a way to use an f string to create variables with the iterator variable of a for loop in the name? For example, say I wanted to do something like this: for a in range(5): f'number_{a}' = [a] Where t...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587501", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Mongo run-rs does not run on Mac I get the following error when running run-rs on Mac M2 chipset. I had an Intel chipset with same version of node and it worked. Any ideas? % run-rs -v 5.0.13 --shell Purging database... Running '/Users/mattkuhns/.nvm/versions/node/v16.13.1/lib/node_modules/run-rs/5.0.13/mongod' [ 27...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587502", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: "Problem evaluating classifier: -1379480512" in BayesNet WEKA Im getting error while running bayesNet model in weka, my database is collected from my experiment. database Scheme: weka.classifiers.bayes.BayesNet -D -Q weka.classifiers.bayes.net.search.local.HillClimber -- -R -N -P 1000000 -S MDL -E weka.classif...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587503", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-4" }
Q: How do I rotate my 3d object on X Y and Z axis in Aframe my problem is that I am not able to rotate my 3d object that is inside an entity using the A-frame, I have tried several ways but I wanted some help on how I can rotate this object of mine on the X, Y and Z axes using touch on the screen I tried using the look...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587504", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Excel VBA Compile Error Cant Find Library or Project I am getting this error when I try and run an excel Userform on any other computer than the computer that developed the form. Compile Error: Cant Find Library or Project Here is the code giving the error. Private Sub txt_Search_Change() On Error Resume Next If Me....
{ "language": "en", "url": "https://stackoverflow.com/questions/75587505", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Check if specific Menu Item exist in the Mouse Right Click Menu The following code adds Menu Items to the mouse right click menu successfully. Sub AddMenuItemsToTheMouseRightClickMenu() Application.ShortcutMenus(xlWorksheetCell).MenuItems.AddMenu Caption:=("FIRST MENU") Application.ShortcutMenus(xlWorksheetCell).Men...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587507", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: I want to remove "SMS and Call log permissions" under "Sensitive permissions and APIs" defined earlier app account on Google Play developer console Earlier I had defined in my App Store listing settings over developer console under "App Content" >> "Sensitive permissions and APIs" >> "SMS and Call log permissions". ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587510", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: WPF .Net Core SelectionTextBrush doesnt work I am trying to have a richtextbox and when i highlight the text, i want it to change to a different color. It seems to have worked in .Net Framework 4.8, as the solution is provided here: Can TextBox selection be styled with a different font color? However, this cannot be...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587513", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Can I use ajax to get local resource in vscode extension webview? So i'm building a vscode webview extension, which embeds a old & huge javascript library. The library largely makes use of ajax(the xhr thing) to get local resource, but in vscode webview, the resouce cannot be correctly loaded. And I don't feel like ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587514", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Build failed with an exception gradle in flutter project C:\src\flutter\bin\flutter.bat --no-color build apk Building with sound null safety Running Gradle task 'assembleRelease'... FAILURE: Build failed with an exception. * *What went wrong: Could not open settings generic class cache for settings file 'C:\Users\...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587516", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Vercel doesn't detect repository from Gitlab (University Gitlab) My university has its own gitlab domain (gitlab.xyz.ac.id) and I want to deploy my university project (a django project) in my university gitlab repository, but when I tried to import gitlab repository in Vercel it didn't detect any repositories that w...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587517", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: EXC_BAD_ACCESS(SIGSEGV) Swift excode error how to solve this way exception pls EXC_BAD_ACCESS(SIGSEGV) Swift excode error how to solve this way exception pls
{ "language": "en", "url": "https://stackoverflow.com/questions/75587518", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-4" }
Q: How to use enum in REST APIs and events for data replication Currently, we are building an application that replicates data from the database to third parties. We call this applications as platform so I will refer it as platform in the question. In the platform we have following two approaches to replicate the data....
{ "language": "en", "url": "https://stackoverflow.com/questions/75587520", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Create python network graph from 3 dataframe columns unweighted using networkx and pyvis Im working to create a python network graph utilizing the 3 pandas dataframe string columns - unweighted (python networks and pyviz) I would like to link (nodes) the projects to country, and projects to company. my table/datafra...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587522", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to run EventStoreDB docker container in secure mode? I have this docker-compose.yml file to run EventStoreDB. version: "3" services: eventstore.db: image: eventstore/eventstore:21.10.0-buster-slim environment: - EVENTSTORE_CLUSTER_SIZE=1 - EVENTSTORE_RUN_PROJECTIONS=All - EVENTSTORE_S...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587523", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Does net_i40e is Poll Mode Driver? My DPDK version is 22.07. The output of my EAL layer is as follows, and the device is bound to vfio-pci or igb_uio. enter image description here The output of the official website is as follows. enter image description here "So I want to know if net_i40e and rte_i40e_pmd are the sa...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587525", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Traefik middleware redirection from www to non-www throws 404 error I created a Traefik (v2.9.8) middleware, seems to be correctly detected by Traefik (showing up in the Dashboard and it is applied to the site's HTTP Router), but when I go to www.example.com Traefik throws a 404 error. Docker Compose: version: "3.1"...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587528", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: 'NoneType' object has no attribute 'startswith' in selenium webdriver Im trying to identify a unique attribute of the following element from this page. <div aria-busy="false" aria-controls="js_10f" class="x1i10hfl xjqpnuy xa49m3k xqeqjp1 x2hbi6w x972fbf xcfux6l x1qhh985 xm0m39n x9f619 x1ypdohk xe8uvvx xdj266r x11i...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587532", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: react-hook-form: how to add required validation to file upload input without using register()? I need to add the required validation input to a file upload input field, like: <input // name={"header_file"} ref={inputFileRef} accept={file_type["IMAGE"]} ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587533", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Need to onboard content to GitHub with branches that have disjoint history I am trying to onboard some code to GitHub Enterprise and am experiencing a lot of difficulty. I am attempting to build a pipeline of sorts using VMware vRO 8.x in a brownfield scenario. These four instances are meant to be the basis of the c...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587534", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Uncaught TypeError: Cannot read properties of undefined (reading 'usd') I am trying to pull price data from the CoinGecko API and can't seem to troubleshoot this issue. I expected the script to pull the data and double checked what I could to make sure I wasn't missing something but I can't seem to identify what is ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587537", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: pyspark compare all columns of two dataframes based on key, unknown schema but schema is same for both dataframes pyspark compare all columns of two dataframes based on key, unknown schema but schema is same for both dataframes schema varies, but I want to compare two dataframes to see changes for all columns exampl...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587540", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Is this possible to run tests for multiple devices (different OS) at the same time in Robot Framework? I'm a newbie in automation testing. I am trying to run a test scenario in parallel for both iOS and Android devices (at the same time) but cannot find a way to do this :( (using Robot Framework and Appium). Is this...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587544", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }