text
string
meta
dict
Q: There is no a valid NamedBuildTarget for BuildTargetGroup 'PSM' When ever I click on this to change my control types from here it's only showing this error i got this error after click to change input I want to switch between them by clicking on it without any error
{ "language": "en", "url": "https://stackoverflow.com/questions/75587990", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: arduino format and SD Card with an esp32 as fat32 that is connected as an SDMMC host I am trying to format an SD card with an ESP32 connected to an SD card as a SDMMC host. I would like to figure out how to format it as FAT32 within the Arduino framework. Does anyone know if this is possible to do within the Arduino...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587993", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: CIAreaMaximum always return RGB(255,255,255) I attempted to detect major color by CIAreaMaximum. But I can only get the white color(rgb:255,255,255) as a result no matter whatever picture I input. Do I misunderstand the function of CIAreaMaximum? Any help will be appreciated. struct ContentView: View { let img =...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587998", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: TypeError: Cannot read property '_throwIfRoot' of undefined when using uploadBytesResumable with Firebase 9 I'm using Firebase Storage (Firebase 9.17.1) with React Native to upload images to my app, an I'm getting the following TypeError when trying to upload an image. TypeError: Cannot read property '_throwIfRoot'...
{ "language": "en", "url": "https://stackoverflow.com/questions/75587999", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Can Arduino Portenta H7 board connect with windows via bluetooth? This is a straight forward question, does the portenta h7 have support to connect to my windows through BLE. A: Short answer Yes; long answer, the Arduino Portenta H7 has a built-in BT module that supports BLE. So you can use the ArduinoBLE library t...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588000", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: AWS Cognito Identity Service Provider appears to store access token in local storage We are developing an application that uses a Angular front end website. We are using AWS Appsync API for backend which requires amplify login It works OK, but we have noticed that the Cognito provider stores the Cognito Details and ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588001", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: using Events and Streams without RxJS I'm not sure why one should use RxJS(ReactiveX). There is already a good EventEmitter <-> Listener in Javascript eco. You can emit() and addEventListener() for that Subject(Observable) which seems same as using RxJS. Also there are many "stream" APIs that can be used instead of ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588002", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Filtering Multiple Strings in R With filter function I can filter one country, but I want to filter five at the same time. Afghanistan, Iraq, Nigeria, Yemen and India. I tried to us OR but it did not work. Thanks! gtd %>% select(country_txt) %>% filter(country_txt== ("Afghanistan")) A: You could use grep...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588003", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Tomcat server cannot find Servlet HTTP Status 404 – Not Found I'm working on a web application project with the Maven build system. This project was created by IntelliJ IDEA. Using full platform dependency. This is the project structure: The web.xml file: <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns="http:...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588004", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: In F#, how to take an integer defined by an Enum and Match to the same name in a discriminated union? I'm stuck. In F#, I have the following enum: type PenEnum = | InkPen =0 | FreehandPen =1 | CirclePen =2 | LinePen =3 | RectanglePen =4 | T...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588005", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Flux Query to Display Data based on Day I want to display the data based on which Day we are in, like suppose today is Monday, then I want to display Friday’s Data on the graph in the Grafana Dashboard. Below is the query which gives me current day’s data: from(bucket:"${bucket}") |> range(start: v.timeRangeStart...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588006", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: cloneFromGit test code is throwing error : org.mockito.exceptions.misusing.MissingMethodInvocationException: public Git cloneFromGit(String repoUrl, String cloneDirectoryPath) { log.info("Start Cloning..."); try { return Git.cloneRepository() .setURI(repoUrl) ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588009", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Configure the rewrite valve in java servlet Can anyone share me how to configure The rewrite valve in detail in apache tomcat with java servlet, i have tried many ways but not working. In context.xml, I added <Valve className="org.apache.catalina.valves.rewrite.RewriteValve" /> and create rewrite.config in WEB-INF...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588010", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Macro is changing Date formatting within graph axes (DD/MM/YYYY) to (MM/DD/YYYY) I Have got a number of graphs in one sheet, and a list of names. Each name corresponds to one of the graphs. I have 1 graph on the main display, and arrows above and below the list on the left which are buttons that will replace the cur...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588011", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Query Distinct Struct Attributes on BigQuery I have a struct in BigQuery where I need to select all distinct combinations of a certain struct attributes. E.g. Struct Person has Age, Gender, Country I need to query all the possible Age, Gender, Country combinations there is for each Person Struct. Is there a way to d...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588014", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: How to claim multiple exisiting pvc's AFTER initial creation made by NATS helm? I have a NATS Helm Chart that when initially ran will build the needed statefulsets and pvc's (provided I supply the pv's) 3 Replica Statefulsets (created by the helm chart) * *nats-0 *nats-1 *nats-2 3 corresponding Persistent Volum...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588016", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Hazelcast EntryProcessor not working for CompactSerialization I am trying to use EntryProcessor with CompactSerialization with Hazelcast 5.2 version but getting below error: Hazelcast.Protocol.RemoteException: 'com.hazelcast.internal.serialization.impl.compact.DeserializedGenericRecord cannot be cast to com.hazelcas...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588022", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Why doesn't this code show the "reached out of memory" error here? I tried to reach out of the array's memory in my compare function. To my surprise, it works... while I think there should be a memory error. Could someone have a look and give me an answer? #include <stdio.h> int string_compare(const char* w1, const ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588025", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: How to send my audio as a voice messages in Instagram? How to send my audios (for example some mp3s) as a voice messages in Instagram on Android? So it should looks like an original voice message. Through the official app or browser version or any special software doesn't matter. Maybe there are special apps for it?...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588028", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Unable to run Shell Script in Jenkins Pipeline I am trying to add below step in my pipeline but getting this error illegal string body character after dollar sign; solution: either escape a literal dollar sign "\$5" or bracket the value expression "${5}" @ line 33, column 75. td>Total<([^>]+>){4}([^<]*).*$/Missed in...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588030", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: SVN shows insecure at login but secure after login I have a SVN server with an SSL certificate installed. This evening I was looking to replace the certificate but came across something I don't understand. The visual-SVN server has local logins for SVN authentication. Upon initially accessing the URL for the reposit...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588032", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: input inside a table I ask the user for some numbers, and put them into another equation. I programmed that, and it asks for the numbers and shows the table with those values, but I want to fill the values on the table itself. import pandas as pd fbk = [input("reservoir pressure:"), "psi", input("bubble pressure:")...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588033", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-3" }
Q: wire:submit.prevent='checkout' , is not invoking the function 'checkout' on button click I am trying to invoke the function 'checkout' on button click. But when i click the button it just reload the page and do nothing. I am using livewire. This is the blade file of the component. @section('content') <div class="con...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588034", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to fetch API data from data base with out authentication at client side Is it possible to get api data without authentication at client side I want to fetch data from data base through api without authentication? i am developing angular web application i trying to fetch data to client side from api through routi...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588035", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Is there an algorithm to get the optimal json patch? I'm trying to use this json patch implementation to create patch https://github.com/stefankoegl/python-json-patch JsonPatch RFC But I found the result in some cases not satisfactory. For example json 1 [ { "asset": "USDT", "marginAvailable": true, ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588038", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Problem saving ggplot plot in high resolution (colors change after saving) I tried several ways of saving my plots from R, but non of them work. Either they are blurry or the colors of the barplot change and the bars become somewhat transparent with an uneven color. The plots were created with ggplot2. This is what ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588041", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Use email as namefield instead of username for passportLocalMongoose I am writing a simple register/login page with passportLocalMongoose. I want to use email as the usernamefield instead of username, after some digging I know that I need to change the default usernamefield to email, I made change to userSchema.plug...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588044", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Looking for Cassandra BulkLoader example Java code to upload SSTable to cluster I am trying to upload a csv data file to cassandra cluster. This should be a continuous process for which I am creating a simple java app that will read the csv file and then convert it to SSTable and then upload it to cassandra cluster....
{ "language": "en", "url": "https://stackoverflow.com/questions/75588045", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: I am getting Unknown Host Exception Error I am getting UnknownHostNameError while running simple test cases also. [Error]enter image description here I tried to change version but not worked.
{ "language": "en", "url": "https://stackoverflow.com/questions/75588047", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-8" }
Q: Using UPDATE keyword to update a CTE I currently using PostgreSQL through DBeaver In my "gia_su_pro" table, at "course_id" field, currently there is some cell contains more than one ID for the same course and separated by a paragraph separator ¶ (Pilcrow symble). I want to separate the course ID and create a new rec...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588048", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Best Method for Restricting User in vb.net I have a project with main window with buttons and of course a register/login, data and etc. Can you suggest the best method that would restrict a user to access all buttons and other events in my project? For example if staff access he/she only allows to view not to edit. ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588049", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: How can I have access to the ref.read? class AuthRepository { static const storage = FlutterSecureStorage(); Future<void> signIn(String email, String password) async { final Map<String, dynamic> jsonData; final String token; final url = Uri.parse("http://${dotenv.env['apiUrl']}/auth/"); final re...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588055", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: add ssh public key to azure devops through command line Is there a way to add ssh public key to azure devops through command line? The only way I found is to add it through UI ops: https://learn.microsoft.com/en-us/azure/devops/repos/git/use-ssh-keys-to-authenticate?view=azure-devops#step-2-add-the-public-key-to-azu...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588056", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Regarding depoyment of ghost cms If I have to host the ghost cms by making different docker containers what will be the code for different docker files of the containers used like nginx mysql-server php-fpm nodejs etc. I have tried taking an ubuntu image as a base image and installing on that but no results .similar...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588059", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-3" }
Q: How do i clear One Drive cache for AVD users? Users profile sizes are increasing by 20GB for every 2 days. I've been running a FSlogix profile shrink script (https://github.com/FSLogix/Invoke-FslShrinkDisk) periodically but it's been difficult to keep track of the increasing user profile. I've also done the followin...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588061", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: BIRT Report: How to add table borders in Data Cube I have a report with the output as follows: no Date Patid Patient Name Doctor Name Medicine Qty 1. 2 Feb 2023 100 Patient A Doc AB Adol 30 ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588063", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: VS Code shortcut to move cursor to next parameter in a function CardMeta(2001, 1, 1, "Fruit Card", "Apple", "나비") What is the keyboard shorcut to move the mouse cursor from one paramenter to anther while editing. For instance if i want to edit the valuse of paremeters, how do i jump from one paramenter "Fruit Card" ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588066", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Is it possible to set a default image instead of the first one for a carousel with Vuetify/VueJS? Currently I have to implement a carousel using VuetiFy and VueJS, but I need to set the default image on to be different that the first element of the array, and it depends on certain conditions. In particular, I have a...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588069", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "2" }
Q: Remove duplicates in an object in JSONiq This is an example object that I got: { "query1" : [ { "name" : "John", "id" : 1234 }, { "name" : "Rose", "id" : 3214 }, { "name" : "John", "id" : 1234 } ] } How can I remove the duplicates using group by and array navigation / unboxing? I tried implementing the group by clau...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588071", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Add product in the cart for free if selected products is in the cart I want to add a free product in the cart if user purchase xyz product. For that, I am using the following code. I pasted the code in the functions.php section. After adding the code, the users are unable to add xyz product in the cart. The cart but...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588073", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to generate Code Review report from Github For auditing purpose, we need to generate a code review report from our source code repository. Earlier we used to generate this from TFS, but since we migrated to GitHub recently, we wanted to understand how this is done for GitHub. Is there any off the shelf or home-g...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588075", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "2" }
Q: Discord Bot Not Responding (node.js) I've skimmed through the code of my discord bot and can't find out whats wrong since it isn't responding to any commands. It says its online but it doesn't respond to anything. Can someone find the issue? your text https://pastebin.com/RJFVqLGJ I typed node . in the terminal then...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588076", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: CMake make test failed I use git clone https://github.com/Kitware/CMake this project.My system has already installed CMake. I try to use the CMake to build this project. cd CMake mkdir build && cd build cmake .. make -j8 I can build this project successfully. And then, I try to build test. make test -j8 The out p...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588079", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Need to fetch data from splunk using any sync service and store in text files I need to fetch huge raw data from Splunk using any sync service and transform the data and store into text files or snowflake. As I never worked on this tech stacks, I am struggling in getting correct approach which is scalable, which can...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588080", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: How to have an initial state with no option selected with UIButton (popup/pulldown button)? I have this particular code let genderOptions = ["Male".localized, "Female".localized] .map { UIAction(title: $0, state: .off, handler: {_ in }) } genderButton.changesSelectionAsPrimaryAction = true genderButton.menu = UI...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588082", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: Is there android apk plugin for extand functions? I am not sure if there are android apk plugins for extension of android application functions. If it is true, I'd like to know the way of develop it. I tried to search for android apk plugins, but I couldn't find anything.
{ "language": "en", "url": "https://stackoverflow.com/questions/75588083", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to export an LDA model without underlying data to share it I have made an LDA model in R using MASS. set.seed(1) # for reproducibility library(MASS) mydata <- data.frame(Segments=sample(1:4, 15, replace=TRUE), var1=sample(1:7, 15, replace=TRUE), var2=sam...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588090", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: I am working on a MERN app and while using express when I try to access http://localhost:5000/posts the webpage shows cannot Get/posts..here is code //code of post.js import express from 'express'; const router = express.Router(); // http://localhost:5000/posts router.get('/',(req,res) => { res.send('THIS WOR...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588091", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: How to upload new version on console and deactivate all previous versions? I've a version 1.0.5 which was removed by Google for a breach in user data policy. Now a significant number of users were using this version and while the app is removed from Playstore, it's still working for those users. After that any versi...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588095", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How do I get a disk's "Active time" percentage in Linux? In Windows 10, you can see a disk's "Active time" in percentage from the Task Manager. Is there any way I can get the equivalent value of this in Linux, preferably through the command line? I tried the 'atop' command, however it returns a bunch of information...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588096", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Having trouble with lock wait timeout errors I have a procedure that will update some values in a table. CREATE DEFINER=`root`@`localhost` PROCEDURE `SP_TRX_DYNAMICPROD`( IN sMethod varchar(30), IN sStockCode varchar(20), IN sIsActive varchar(6), IN sStockDesc varchar(100), IN sQTY decimal(15,3), IN sUnitPrices VARC...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588098", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Read battery level of wireless devices So, it's now a few hours that I googled it without get any explanation. Please help me :D So... I have a wireless mouse, keyboard and headset. For each one of them I can see the battery status on their own software. So I decided to create a floating ICONS hover the desktop for ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588101", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: What's the default restart strategy when a subtask fails with checkpoint enables I write a flink application and run locally in my IDE. I intentionally make a subtask fail by checking the existence of a file that I create manually during the application running. I see that the task is recovered from failure and the ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588103", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Setting fixed Windows height and width in unity I tried setting window width and height but it doesn't work When I used Screen.currentResolution and screenWidth or screenHeight it shows different values
{ "language": "en", "url": "https://stackoverflow.com/questions/75588106", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How can I change the location of toast notifications in VS Code? The default position for notifications in VS code can be seen in the right-down corner; however, I need to use the top-right corner. A: At the time of this writing, this is not currently possible. In particular, see the following issue tickets: * *...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588107", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to add states into country show in treeview from JSON javascript Thinking to merch states into country from json to make it tree view and show in html expected output: Sample below is my code <div id="data-output" class="panel-group col-md-3" id="accordion"> fetch("countries.json") .then...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588110", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to plot multiple series from dataset in echart? I would like to have N series printed where each series are based on product column. So, in the example below, I expect 2 series in the plot. How can I achieve it? var option = { dataset: { source: [ ['score', 'amount', 'product'], [89.3, 58212, '...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588113", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Uncaught TypeError: Cannot read properties of undefined (reading '$$') `I set up TypeScript in Svelte. After building the project, I get this error: Uncaught TypeError: Cannot read properties of undefined (reading '$$') There is a Panel component. <script> import './styles.scss'; </script> <div class="s3solutio...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588114", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Is there any way to log a user out of all of their currently active sessions in AUTH0 when permission updated? How to logout or clear session from all devices when permision updated AUTH0 api?
{ "language": "en", "url": "https://stackoverflow.com/questions/75588119", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: After migrating my application from .Net Core 3.1 to .Net 6.0, the existing linq methods to fetch data from a dbcontext is getting null value I have migrated my tool from .Net core version 3.1 to 6 and upgrade all the nuget packages accordingly also after migrating I cleaned the solution and build it again. After al...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588120", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to store previous clicked element in the same page svelte? For example whenever I click on tasks, and click again to unselect the filter, it shown reflect the results of last clicked filter given in the header I am not understanding how can I exactly approach it.
{ "language": "en", "url": "https://stackoverflow.com/questions/75588121", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: Should I completely omit using context and use redux , when I am working with states which should be hidden from a security point of view? For example, when I require a state and it's use is limited to some of the nested components (say 10 components out of 1000 components),so is it a best practice for storing it in...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588124", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Lauterbach to OpenOCD conversion I may need some guidance regarding the conversion of a Lauterbach-based JTAG hardware to OpenOCD. Currently, I am working on a project that involves debugging an embedded system using a Lauterbach-based JTAG hardware(present). However, I have come to realize that it would be more ben...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588125", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: Partitioned cache behavior when insufficient number of nodes are available I am using Apache Ignite (v2.14.0) in a Kubernetes environment with pods connected over ClusterIP. I am curious about the behaviour of Partitioned caches when number of backups is greater than the number of available nodes. When I configure c...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588127", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Linux Command to Get Full Names of People in a file with a certain area code and move it to a new file? I have a file of names with their phone number and amount of money donated each month. I am trying to get only their full naems with a specific area code (888) and move it to it's own new file in the same director...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588129", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Emiting signal from C++ constructor but not getting any values in qml below is Constructor in that signal is emitting server::server(QObject * parent): QAbstractTableModel(parent) { emit messageSend("IGNORE", 0); } below is main.qml for signal handler Connections { target : communication onMessageSend : ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588131", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: JavaScript Resize Observer: Resize on the inside of an element (iframe) I am looking for a way to detect changes to the scrollWidth of an iframe using a resize observer. It seems that by default the observer only observes changes to the content box, like in the following example, where a resize from the outside is d...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588132", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Why is the flex code for phone number recognition not working in macOs while the same code works fine in ubuntu? %{ #include <stdio.h> int n; %} %% ^[79][0-9]{9} {printf("Valid Phone number.\n");} .* {printf("Invalid Phone number.\n");} %% int yywrap(){} int main(){ yylex(); return 0; } This is a flex cod...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588134", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to create a pyramid in CSS, HTML and Vue3? I already have a dynamically created pyramid. and it look like this (this is a state.pyramidlevel = 3) because it has 3 layers: with the following code: <div class="overflow-auto"> <div id="zoomable" class=""> <div v-html.domProps="state.pyramid" style="width:...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588135", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Qt creator C++ , How to edit the name of a dynamically added pushbutton which are added inside a qframe I have added few pushbuttons dynamically inside a qframe,but I want to edit the names of the pushbuttons. QPushButton* newButton = new QPushButton("new button " + QString::number(ui->frame->findChildren<QPushButto...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588136", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Disable Screen Capture On Windows 11 I want to disable screenshot completely on windows 11 using my c# wpf application Till now, I have blocked snipping tool, Snip & sketch, Win+PrintScr, Win+Shift+S.But still there are many ways like browser extensions and third party applications.Does any body have solution to thi...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588138", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-7" }
Q: What does '???' in values.yaml file global: environment: ??? environmentSubdomain: ??? This is values.yaml i came across and wondering what does the '???' mean here ? I did try to look the yaml ref docs didn't see anything on this A: It means nothing, probably just that the one that created the file did not know w...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588141", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Is AddMaxEquality not compatible with OnlyEnforceIf in CP-SAT solver When we would like to combine AddMaxEquality and OnlyEnforceIf in the model formulation, we consistently get cp_model.MODEL_INVALID. Are these two not compatible with each other yet? If not, is there any work around? from ortools.sat.python import ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588142", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Compile Error : Named argument not found - using Formula1: I have created some vba code which i thought would work, but each time I run it I get a compile error: Named argument not found when using Formula1: here is a copy of my code: Sub Insert_Profile() ' Declare variables Dim MacroNames As Variant ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588144", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Array inside a class in vb .net Public Class myClass Public myArray() as String End Class And to test it Dim m as myClass Dim c as integer For i=0 to 9 c = m.myArray.count m.myArray(i) = i.ToString() Next Obviously this doesnt work, but this is what I would like and not sure how to approach it. edit: this works ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588145", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Why do I get an error message saying Module Not Found: No module named ‘pyvo’ when I run ‘import pyvo as VO’? I keep getting the error message shown in the picture. I’m using the Carnets app on my iPad. BTW I’m totally new to coding and stackoverflow so I’m not familiar with a lot of syntax and stuff import pyvo as ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588148", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Why Auto Implemented Properties Hidden Private Variable don't work when we have get or set? Public ReadOnly Property LazyLoadingMarket As MarketPairInanExchange Get _LazyLoadingMarket = Nothing Return Nothing End Get End Property Basically, I got a statement saying that _LazyLoadingMarket do...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588152", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to take input in javascript? How can I take input in javascript file while solving problems in beecrowd? I was trying with functions but they want input.
{ "language": "en", "url": "https://stackoverflow.com/questions/75588154", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to insert a line at a particular offset in a file using Python file_name = '/Users/xxxx/PycharmProjects/pythonProject/HWDataList.txt' for line in fileinput.FileInput(file_name, inplace=1): if 'nail' in line: line = line.rstrip() line = line.replace(line, line+'\n'+'hammer'+'\n') ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588158", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to create a focus blur effect in css? I am trying to create a focus effect with blur but i faced a huge problem. :) I need something like this: Focus effect But all examples in internet are about blocks with fixed position. Clip-path and radial-gradient doesn't work if position of element is absolute. My block h...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588160", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to configure the list option of Confirmation Popup for Discarding a Draft? I have created the Draft page using fiori sapui5. * *When we open the page and enter some data on page, *after that click on back button of page without saving the data. *Decision dialog Popup is open like below -enter image descripti...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588162", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: regex match specific letters and exclude rest of letter $string='letters=ABCD'; We want to match "letters=" and letter B or C. The letter in string may input as: * *B *C *BC *CB How to filter out A and D and output result as letters=BC ? preg_match('/(letters=([BC]+))/', $string,$matches); * *This match if ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588163", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: merge or concat two rows in same Dataframe in Python I have one dataframe where there are 4 records, for 1 ConfigID(with B & G) we have two rows, Need to replicate the row with value into the row where there is no value. Is it possible in python? Please click "DF" below for the example dataFrame_Original = pd.DataFr...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588165", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Laravel view caching doesn't work as expected I don't know if my assumption is wrong or not. Doesn't view:cache command supposedly cache all views and every request should be using the cached/compiled view instead of the view.blade.php files? I configured the application environment to disable debugging and simulate...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588166", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: this ViewDataDictionary instance requires a model item of DIFFERENT type from WebContent to ViewModels.ImageViewModel. What happened? InvalidOperationException: The model item passed into the ViewDataDictionary is of type 'MyProject.Model.WebContent', but this ViewDataDictionary instance requires a model item of typ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588169", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: VSCode preconfigured terminals tabs What i want that whenever i open particular project this tabs are already there in VSCODE in terminal. How can i achieve this?
{ "language": "en", "url": "https://stackoverflow.com/questions/75588174", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How can I "combine" these two? I have 2 let variables. One is n (n being any number). The other is either *m or /m or just m (m being any number). I want to "combine" the two together in a function so i get n*m or n/m respectively. The code is as follows: display=Number(result)+Number(display) Result is just a numb...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588175", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Does anyone know what is the solution of this problem? ERROR Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588177", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-8" }
Q: Partially filter table if it meets certain conditions using dplyr I am using dplyr to try and partially filter a data frame, but only if a variable meets a certain condition. Here is a sample code of the data frame I am trying to filter: tbl <- tribble( ~account, ~date, ~id, ~report_start, ~report_end, "a", as.D...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588178", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Animating text transformation How can i use html/css transformation on a paragraph like this so that it is transformed into two (or more) parts, the second part being slightly indented? The first version of this text shows the initial text, the second version shows how it should look after animation (ignoring the b...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588179", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Element is going outside the body While creating a responsive menu bar the nav/ul element is going outside the body when changing the display property from flex to block. Element come inside when increasing the height of the header. Click here to see the ScreenShot :root { --main-color: #ff702a; --bg-color: #1...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588180", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Spring boot 2.7.9 - The dependencies of some of the beans in the application context form a cycle restTemplate I'm using Spring Boot application version 2.7.9. While creating restTemplate from RestTemplateBuilder , I'm getting the following exception: The dependencies of some of the beans in the application context ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588181", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Dockerfile in different folders node configuration I have project's folder "fruits". And i wanted to dockerize my project with node. But get the error when i execute "docker-compose up" : failed to solve: failed to compute cache key: "/package.json" not found My folders is * *docker * *node * *Dockerfile ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588183", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Generating Fibonacci sequence with PL/pgSQL function I'm trying to generate the Fibonacci sequence with a function in SQL. It takes an input parameter pstop integer (10 by default) and returns a table with all Fibonacci numbers less than pstop. But the output starts with these numbers (1, 2, 3, 5, 8, 13) and skips t...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588188", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Strange behavior of dictionaries with lambdas After having some unexpected effects in my code I boiled down the issue to the following situation d1 = { 'yes': (lambda x: 'yes'), 'no' : (lambda x: 'NOOO'), } d2 = {k:(lambda x: f(x)) for (k,f) in d1.items()} Evaluating d1['yes'](10) gives yes as expected but...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588189", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: AEAD ENCRYPT ERROR in BigQuery while providing keyset manually I am trying to encrypt data from table aead_test which has 2 columns * *aead_test table customer_id name 1 Luffy 2 Naruto I have generated keyset and stored in table name "aead" 2.aead keyset c945678909iuhj.... When I try bel...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588191", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Occasional `ErrServerError` returned when calling "memcache.Set" against shared Memcache on App Engine Standard I'm occasionally seeing this error after calling .Set() following .Get() returning something as being not cached, perhaps after being purged. The description... "memcache: server error" isn't particularly ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588194", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Unable to load favicon for chrome extension only 1 link has a favicon. the others do not have a favicon, and i dont know why. Error message displayed on console log For some reason it wont show the favicon for the website. This only happened when i tried to migrate my extension from v2 to v3 this is the manifest fil...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588197", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Can I remove 'Server' from response header in flask? Can I remove server details in header in flask? I've tried @app.after_request and set 'Server' to None. But it only add extra 'Server' to response header. # I also have tried 'response.headers.set('Server', None)' # and 'del response.headers['Server']' # first one...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588199", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: HotChocolate.SchemaException: For more details look at the `Errors` property HotChocolate.SchemaException: For more details look at the Errors property. * *Unable to infer or resolve a schema type from the type reference Input: IAuthorizationService. *Unable to infer or resolve a schema type from the type referen...
{ "language": "en", "url": "https://stackoverflow.com/questions/75588201", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }