text
string
meta
dict
Q: Unloading exterior, loading interior (viceversa), without loading screens? I'm wondering what the wording is for this sort of stuff that most games nowadays are doing, it's where the player loads into these interiors incredibly fluidly with no loading screen behind it. Example below: https://youtu.be/oIpRHJl-ZE8?t=8...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632028", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Plotly/Python: How to fill/expand monthly time-series to fill the x-axis? Is there a way without expanding the dataset to fill the gaps between bars? My code for the chart: xaxis={ 'title':"", 'tick0':chartdata[chartdata.Date > date].index[0], 'dtick':'M1', 'tickformat':'%b\n%Y', ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632032", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to convert a Sparse Matrix to a Spark Dataframe in R I know that I can convert the Sparse Matrix to Dataframe and then convert it to a Spark Dataframe. However, my data is extremely large, that it fails to convert to a normal Dataframe. Hence I want to be able to directly convert the Sparse Matrix to a Spark Dat...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632036", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Vercel Env Variables Not Working For Next JS API I am working on a simple chat gpt app that takes messy meeting notes and organizes them via chat gpt api. I am new to Next.js and Vercel and am doing this mostly to learn. Project: project github This code works just fine on my localhost including the api call, howeve...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632043", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to use openlayers in react native I develop a react native app whose core is cartography. I used react-native-maps before, but we were quickly limited by performance. I must be able to manage thousands of points on the map, currently I do not exceed 3000 points with trajectories which is a problem for me. I foun...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632044", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: Command-line program calling another program I have a program that takes a year and a temperature and returns an amount of days a given year under given temperature. For example getDaysUnderTemp(2021, -10) -> 13.92 means that in 2021 there were almost 14 days when the temperature was -10 or below. Now I'm writing a ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632046", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to Group Dates based on another variable? I have a database for cars. Each car has one to many assignments. Each assignment has a status. The status needs to be renewed every fiscal year, so a status can be the same through many fiscal years. I'd like to compile all the statuses with the years they were active f...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632047", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to replace NSKeyedUnarchiver.unarchiveTopLevelObjectWithData with unarchivedObject when data is a Dictionary iOS 16.4 deprecates unarchiveTopLevelObjectWithData(_:) and should be replaced with unarchivedObject(ofClass:from:). When you archived a Swift Dictionary like [String: Any], how do you use the newer API t...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632048", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: In Blazor Server (.net7) how do you grab data from ProtectedLocalStorage? My question is how do I grab stored data from the ProtectedLocalStorage. When I attempted to do so I keep getting blank values for the retrieved value (no crashes or error messages) and am able to concatenate the blank string with another stri...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632049", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Is my result variable correct in php for my sql? I'm having an issue getting rows returned in my result set. I verified the connection and sql statements are correct. I'm just not sure if my result query is correct. // Check connection if ($conn->connect_error) { die("Connection failed: " . $conn->connect_error)...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632050", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: wfastcgi-enable.exe is not recognize on python 3.10.10 How can I configure a Django Project on IIS without wfastcgi.py? I don't found any wfastcgi.py in python's 3.10.10 folder. Anyone could help me? I tried at least 5 tutorials on youtube, but everyone requires wfastcgi.py. I've expected anyone could help me to sol...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632052", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: Conversion table returning 0 values within loop Prompt was to write a program using mips loop concepts and syntax that converts and displays Km to Mi conversion table for every whole number from 0-20 Km inclusively and their Mi equivalents in the console. I wrote this in MARS(required) the code below prints the woul...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632056", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to drop a row in Pandas if a third letter in a column is W? I have a dataframe of this kind: ID Jan Feb Mar 20WAST 2 2 5 20S22 0 0 1 20W1ST 2 2 5 200122 0 0 1 And I want to drop all the rows where the third letter in the first column is a 'W' to give an output: ID Jan Feb Mar 20S22 0 0 ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632057", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "2" }
Q: How do I open, edit, save and create files using IPython shell in terminal? So I am trying to switch from using Jupyter notebook in the browser to using IPython shell in terminal as I prefer it. I am on Ubuntu 22.0.4 OS and when I activate IPython, I can write code and a script but cannot open one or save one. When ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632060", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Power BI | Rolling 5 month Variable Value Progression On Power BI, I am tracking sales deals. For deals that close, there is a "progression" of realized value. In the month the deal closes (CloseDate), we realize 20% of the deal value. In the second month after the deal closes, we realize 40% of the value. This cont...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632062", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-3" }
Q: Why can't i move my player after i add a JButton? I am a new to Java and i have a problem that i don't know how to solve. I had my movement code and it was working perfectly, but after i added the buttons stopped working this is my code package idk; import javax.swing.*; import java.awt.event.*; import java.util....
{ "language": "en", "url": "https://stackoverflow.com/questions/75632065", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-3" }
Q: What are the differences among the different disaster recovery options for databases? In the context of AWS databases, how do the following disaster recovery strategies differ from one another: * *point-in-time recovery *backup *snapshot *Aurora backtrack When should we choose one over the others? Why do we ne...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632066", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: AssertionError calling a webservice from junit in IBM RAD We have a webservice that works and has been working fine. We call it from our EAR project and it works fine in localhost in RAD as well as from the server. However, now I'm trying to call it from a junit project and it's failing with an AssertionError with n...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632068", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to make python selenium less detectable? Okay, so I am making a bot for this website to automate account creation. I am using rotating ipv4 proxies and some other anti detection stuff but still being detected every time. Any ideas? Here's how I'm initializing the driver and what options im using. proxy = random....
{ "language": "en", "url": "https://stackoverflow.com/questions/75632071", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: Parse XML with AWK Hello I am a newbie with AWK. I can't use only script because I can't install any tools on the computer. I would like to show differences between two XML files using AWK. The two files have a number of lines unknown. File1 is the opening file and File2 is the modified file. The goal is : 1°) Check...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632073", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-3" }
Q: Plotting with ggplot2 gives error: "Caused by error in lat * pi" I'm trying to create a ggplot 2 choropleth when the user inputs specific data in my RShiny app. I merged my spatial dataframe with my data as shown below, and I think that worked properly: # inputting data in RShiny app: output$contents <- renderTable(...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632074", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Close CloseableHttpResponse after returning InputStream Spring MVC My controller method returns InputStreamResource in response body. I'am getting InputStream from the CloseableHttpResponse in the TRY block and I close CloseableHttpResponse in FINALLY block. The problem is that finally is called before the return an...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632079", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Trying to Open a Website based on I1's cell value and hit tab X number of times then hit enter Not great at creating a VBA code but trying to open a website via Edge based on the url in cell I1 of the worksheet, sendkeys tab 19 times (as I cant figure out how to select the website's button otherwise), hit enter, tab...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632080", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Docker-compose pull not working over ssh? I have a laptop with docker desktop. When I try to run "docker-compose pull" I get the following error: error getting credentials - err: exit status 1, out: error getting credentials - err: exit status 1, out: A specified logon session does not exist. It may already have bee...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632082", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to add command to VS Code language extension I made a TextMate grammar for my programming language, which I want to publish as VS Code extension. Now, I want to add a command to open a preview on the right, but as soon as I add "main": "./out/extension.js", the grammar stops working; there's no syntax highlighti...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632085", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Yarn develop command failing I’m trying to run Gatsby on windows, but with yarn development command I get this error message. I’m quite new in this so any ideas how should I fix this. yarn run v1.22.19 $ gatsby develop success compile gatsby files - 4.431s success load gatsby config - 0.566s ERROR #11331 PLUGIN ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632087", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Reducing the timesteps of a time series data using LSTM auto encoder decoder I am new to neural networks, and I am facing an issue with changing the dimensionality of the data. I have a 3-dimensional time-series input data of shape (136, 81, 99), and I want to reduce it to (136, 45, 99) using the LSTM Auto Encoder D...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632088", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Scroll of the chat after div reloading Help me please to combine two functions: there is a div with id=chat and a text field div with id=card-body. The chat is reloaded every 10 seconds, and the text box should scroll down as the chat refreshes. But it turns out that the card-body is scrolled only once when the docu...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632089", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: I get %20 in url through window.location.href I am using window.location.href in a javascript function to get redirected to the following url: /client/contract/show/{$guest}/{$data} so I wrote as follows: window.location.href = `/client/contract/show/{$guest}/{$data}` where {$guest} and {$data} are variables tha...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632096", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-4" }
Q: Copying element within an array and assigning it to multiple positions in a new array Suppose I have an array A [i1, i2, i3] and I wish to copy its elements to array B but while expanding them such that array B is [i1, i1, i1, i1, i2, i2, i2, i2, i3, i3, i3, i3] How can I achieve this? A: from itertools import ch...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632099", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: C++ - How to run a class in separate thread and reference functions from same class in main thread I have this: class VibraniumEngine { public: VibraniumEngine(VibraniumEngine const &) = delete; VibraniumEngine(VibraniumEngine &&) = delete; VibraniumEngine& operator= (VibraniumEngine const&) = delete; ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632100", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Problem with CSS style sheet functionaltiy I'm creating an HTML page in VS Code and trying to style a div, however none of the settings in my CSS stylesheet seem to be working. I have confirmed my HTML is referencing the CSS file and ran the CSS code through the W3C CSS validator. HTML <!DOCTYPE html> <html lang="en...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632101", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to write a generic function with an argument that could be an enum or string, but treated differently? This is a bit complex to describe fully, so please bear with me. I have a collection I am working on where the shape of the collection is determined outside the collection itself. It is used like so: enum KeysE...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632105", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: avr-gcc: error: unrecognized command-line option '-arch' having setup an AVR project in Clion on m1 mac I encountered some problem compiling the project I appreciate any help in advance CMakeLists.txt project(micro_controller C) SET(MCU "atmega328") SET(F_CPU "16000000") SET(CMAKE_SYSTEM_NAME Generic) SET(CMAKE_C...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632108", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Is it possible to partially link together archive files? I was trying to do ld -r -o test.o lib.a It worked but test.o ended up being very small file even though lib.a large file. But if I do ld -r -o test.o obj1.o obj2.o etc It seems to work. Just link all object files in lib.a ) Essentially is there a way to te...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632109", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: @Binding variable publishes String one character at a time I have a View with a Binding like this: struct MyView: View { @Binding var myString: String var body: some View { VStack { // Not important } .onReceive(myString.publisher) { receiveValue in print(receiveValue) } } } and...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632110", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Content loading issue with high bandwidth I've been dealing with a problem for the past 5-6 months (home office, don't work from home so it hasn't been crippling). Essentially, my PC that is hard wired to fiber will, more often than not, have a very hard time loading webpages or a video but have absolutely zero prob...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632112", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Plotting dataframes separately from dictionary of DataFrames I'm trying to create a for loop that makes separate plots for all dataframes from a dictionary of dataframes. I am not trying to make a subplot. I have a dictionary named roi_exon_dict. In this dictionary, there are 15 separate dataframes that ALL share th...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632114", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: ErrorBoundary as an Exception handler for businessrules I'm on a search for handling business rule validation at a more global scale. Any BusinessRuleException thrown should result in a notification to the user. I thought of using the new ErrorBoundary component as a base for my own class but it is troublesome. The ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632115", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Username is not shown after Logging in with Key License | C# Winform in my login form, the key is logically checked. This is followed by another form in which you should see your username. Each key also has an assigned name. My problem is that no matter which key I log in with, it shows the username of the last user...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632117", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: Pass a textbox/field value to another report via url I have 2 separate reports (2 rdl files). I would like report 1 to be able to link to report 2 and the visual on report 2 is based on parm values as well as a field value (i.e, textbox value that is an expression) from report 1. I want to do this thru an action a...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632118", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Only Having a Pop-up After All Questions Are Answered I have three Y/N questions in my REDCap survey and I'm trying to make it so that if they say no to any of the three questions, a pop-up shows after they fill out all of the three questions. Is there any way to do this without having to use branching logic for all...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632119", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Standardize multiple variables I need to standardize hundreds of variables in a text file that has id as first column and varlist in subsequent columns using Stata. After conversion, I need to export the new file that only has id (first column) and all standardized values to my directory. A: Possibly ds id, not f...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632120", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Communication between google drive API and jetpack compose app Firstly, I don't know if it's important to specify it but I'm using Jetpack compose and I'm a beginner in Android development. I'm building an app that should communicate with Google Drive in order to upload and download light datas. For that, I tried to...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632121", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Turbo Flask Multithreading Application Context I am currently developing a flask webapp that continuously scans the local network in a background thread and I am using Turbo Flask to push the updated results in a request's view. Everything works fine but now I am having trouble splitting the tasks in different modul...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632123", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Attaching shared memory segments to fixed addresses on Linux I need to attach shared memory segments to specific addresses in Linux process. Shared memory segments are not shared between multiple processes. The goal is to preserve the content of a very large cache between process restarts. Sequence of events: The fi...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632125", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Failed to run spring-boot-consul client in weblogic I am trying to register all the manage servers running in WebLogic 12 in Consul Discovery Server. In order do do that, I create a war project with spring-cloud-consul dependency. This is a spring-boot application. application run with each manage server in WebLogic...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632130", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: CSS child selector that don't count some div at all I just have some child div with a some class, in this case .element. And first one with some other class, in this case .skip. I need to don't count that element, like it doesn't exist. So if i take every odd div with .element class to take same divs even if .skip d...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632133", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: React Router v6 - createBrowserRouter Can not get error I tried to use createBrowserRouter to create a new route (apart from the root "/"), but it seems not working. Can anyone help pointing out what could be missing? Here is how index.js looks like: import React from 'react'; import ReactDOM from 'react-dom/client...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632134", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: How to render Google Sheet Query to multiple Column Okay, simple question, I have a data on Google Sheet like in the picture below How could render the data to look like in the picture below using Google Query? I already know basic Google Query syntax, but I can only render the data only up to the first Column by ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632137", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: PHP Automatic Function Arguments and Variables I'm trying to do something similar to the segment structure in the Codeigniter system. I want to transfer the parameters I get via REQUEST_URI to a function and call them with a variable name I want inside the function. Example: /news/stock $arguments = explode('/',$_S...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632142", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Incorrect floating label positioning on responsive input form I've created a form using Django, Crispy Forms and Bootstrap. At screen widths above 575px the form and labels look as expected with fields of the correct width and floating labels in the correct position, however at screen widths below 575px the floating...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632144", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: I am trying to grab the input from a choose your own adventure program to then use for another set of if/elif statements Here is my code: (I would like to be able to grab the input from the "left" input, and be able to then have options that lead with the subsequent "wait" and "swim" options....but how do I grab ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632150", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Template format error: YAML not well-formed Bucket Policy BucketPolicy: Type: AWS::S3::BucketPolicy DeletionPolicy: Retain Properties: Bucket: !Ref MyWebsite PolicyDocument: Version: 2008-10-17 Id: PolicyForCloudFrontPrivateContent Statement: - Sid: AllowCloudFrontServicePrincipal ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632153", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: System.NullReferenceException Error while parsing Stripe webhook event I have a webhook that handles the following event event:checkout.session.completed I am getting a null exception while trying to parse the event and I have no idea why. Here's my webhook: public async Task<IActionResult> RecordPayment() { ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632157", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Can you compile for Windows using WSL? Edit: I have been informed that I have a Godot-specific error. I'm going to leave the question up so people can look at my idiocy and also to help the one poor soul in the future who sees this. I still don't know why though, I'll be going to the Godot Game Engine Discord, and w...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632158", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How do I get a list of Episodes from a podcast using the Itunes API? Im building a podcast player project, where you can find a list of podcasts, filter them by a search bar, and so on. Im supposed to be able to navigate to a podcast and once there, to show all Episodes of that particular Podcast in my WebApp. I've ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632161", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Looking to suppress "COM Interop is not supported on this platform" error in Exchange Online Script I've been working on a script to remove mobile devices from Exchange Online. Everything else works fine except this one bit: foreach ($item in $userdevices) { Remove-MobileDevice -Identity $item -whatif [System.Ru...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632162", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: OperationalError: MySQL Connection not available. from Python I am attempting to query a database via python with the following code. (note placeholder text for usernames/passwords/ips) from pandas.io import sql import mysql.connector import pandas as pd from sshtunnel import SSHTunnelForwarder import sshtunnel impo...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632166", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to cancel firestore calls in web v9? I have a react, firestore app. The app gets data from firestore and displays it in a table. The fetching of the data is done in a useEffect as can be seen below. export default DisplayPage() { const [records,setRecord] = useState([]); useEffect(() => { const getData =...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632169", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: java Convert LocalDateTime from a format "EEE MMM dd HH:mm:ss z yyyy" to another "yyyy-MM-dd'T'HH:mm:ss" I want to convert this date "Mon Feb 20 09:45:00 UTC 2023", the following piece of code is my approach: public static LocalDateTime convertFormatDateLocalDateTime(String startTime) { DateTimeFormatter inp...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632174", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-5" }
Q: Dynamically change Yup message in Array custom validation. Return Array error messages Task:I need to check every element in the array - unique item. And I want to show the user, where exactly he has failure string(like a, in the second and third fields you have an identical values). My solution So, I found a soluti...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632176", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How do I convert a string to a date format? C# I have a date formatted like this from our database "20230125". How do I turn this string to a date format such as this one "dd/MM/yyyy" I can probably use insert(4, "/") to add spaces and then turn it into a date. Anyone know of an easier way of implementing something ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632178", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-3" }
Q: Webpack 5 ProvidePlugin unable to inject process I have react app. In this app I need to display the build version defined by Jenkins. At build time I am using the webpack ProvidePlugin and DefinePlugin to accomplish this. In my webpack config: plugins: [ new webpack.ProvidePlugin({ process: 'process/brows...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632179", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: JavaScript onclick event handler My work puts out a weekly newsletter. There is a webpage where we link to all of the previous newsletters that we've done. We use Mailchimp for the newsletter so when someone clicks to view the newsletter, they are sent to the document at Mailchimp's website. We decided we don't w...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632181", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: I need help deleting web-dev-starter and removing it from vscode I downloaded web-dev-starter from nodejs and for some reason I can't delete it and I cannot remove it from vscode. I've been trying to delete it using command prompt and the terminal in vscode but it keeps showing up in vscode. Any help would be apprec...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632192", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Next.js - How to pass props to a component on localhost? I have a nested Next.js app whose main component receives certain props from its parent app in live environment. However, it can work independently on localhost:3000 by accessing it as localhost:3000/myNextJsApp. The main component is as follows: // my-next-js...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632193", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: File that I uploaded using Graph API SDK using C# does not show up in OneDrive I am trying to upload a file to my OneDrive account. I have registered my app and use the following code to update. When I run the code, everything goes fine. No errors and finally it writes OK. However, when I go to my OneDrive account u...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632196", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Create three buttons with initial values "0" as text and one button as "SyncAndAdd" 1: Onclick of any of the three buttons,value of that particular button should be increased by 1. Requirement 2: Onclick of SyncAndAdd button : (i) The value of unclicked buttons (among three buttons) should get increased by 1. (ii) I...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632197", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: What is the least performance impacting approach to wrapping lines in react className attr when using tailwind css? What is the better way to break lines in the className attribute when using tailwind css? Based on the examples below, which one will impact performance the least? If I use an array with the classes an...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632198", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to lock-free update in-memory storage across threads in Rust? I am accessing multiple external APIs and fetch data periodically. I store the results in-memory and serve them over REST endpoints. I am using Arc and Mutex to pass access to the storage across threads: #[tokio::main] async fn main() { let store ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632199", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Linux edge triggered epoll avoiding multiple recv calls for close I'm trying to understand if its possible to use edge-triggered epoll and avoid the need to call recv() to read from an epoll triggered READ event multiple times, every single time... Take this scenario: * *Server sends client say 64 bytes and then c...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632201", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to Patch On-premises devices from AWS SSM Patch manager I wanted to use aws SSM for Patch management for EC2 instances as well as our on-premises devices, like desktop, laptops, can someone guide me on how to achieve this, I have created IAM Role for SSM and installed SSM agent on device and activated Onpermisse...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632203", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: make problem: No rule to make target '/usr/lib/x86_64-linux-gnu/libpcl_kdtree.so' while making ROS workspace When I run catkin_make I get following output: make[2]: *** No rule to make target '/usr/lib/x86_64-linux-gnu/libpcl_kdtree.so', needed by '/home/yasin/catkin_ws/devel/lib/ndt_omp/align'. Stop. make[1]: *** ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632205", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Apps Script: An unknown error has occurred, please try again later Should this script be causing an error? I haven't done anything with Apps Script in a long time. My Google Sheet doesn't have any sharing restrictions, and I already tried the fix I saw elsewhere in this forum where you add your script to the Library...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632208", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Replacing column values that conditionally match a list of values in R I am trying to replace values in one dataframe when it matches an identifier in a second dataframe of a much smaller size. A toy example of what I've tried: df1 = data.frame(row = seq(1,6), x = c("a","b","c","d","e","f")) df2 ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632211", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How can you inherit 2 smart contracts which are using ERC20 and ERC721 into a third contract named thirdContract.sol There are 3 smart contracts: * *First smart contract erctoken.sol TypeError: Derived contract must override function "_mint". Two or more base classes define function with same name and parameter ty...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632213", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Extern variable define inside namespace LNK2001 Error I have been running into issues with these externally defined variables in C++ Visual Studio. I have large data tables that are being compiled into code, rather than read. They are .cpp files defined as follows: Table.cpp namespace EX{ const int Var_Length=31; co...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632216", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Problem With Outputting and/or Terminating A String Edit: strtok() proved successful in solving my issue. Thank you Barmar. I'm still new to C programming, and I have spent several hours now trying to complete a university assignment. What we are supposed to do is take input from a text file containing the availabil...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632224", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: JavaScript onClick handler throwing error I have the below anchor tag which is working fine. "<a href='#' title='Move' onclick='change_type(" + id +");return false;'><img height='20' width='28' src='" + images + "/move.png' alt='Move' /></a>" Here is the function call function change_type(id) { alert(id); }...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632226", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Highlight Cell that has Invalid Data from Data Validation query I have a column on a spreadsheet where I want to highlight any duplicate invoice entries. However, some companies may use the same invoice number so I do not want to fully prevent the number from being entered on the sheet using data validation. When ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632227", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Show or hide multiple forms with javascript I am trying to create a piece of javascript code that will only hide and show each form on the page that corresponds with its id property. So imagine having 4 buttons visible on the page and the form elements are hidden by default, once a single button with its matching id...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632230", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to place two blocks in the center of the page dividing it in half between them? I have a central part of the page. I want it to be like in the picture. However, I can't set 2 blocks so that they divide the page in half between them. In place of this, the text cuts off the image. .wrapper { display: inline-f...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632233", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: How to add multiple domains to one certificate in gcp and point to a load balancer? I have a compute engine with a simple page builder, on this server I can have several domains pointed to, currently I create a new SSL certificate with the domains I want, ex: example1.com, example2.com and etc... Then I access the l...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632234", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: This map is not a vector map. That will prevent use of data-driven styling I'm using data-driven styling to render my map, but when I load the page on a virtual machine under the company network I have this error: The map is not a vector map. That will prevent use of data-driven styling. Image with the error Expan...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632236", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: How to find a number +1 to the largest in a list OR fill any numerical gaps I am interacting with an API. I am using a GET (requests) to get the data I need. The response looks like this: [{'AG': '**********************************', 'AB': '**********************************', 'AC': '**************************...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632238", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Jest mock testing with input How can I write a jest test for this function? const input = require('prompt-sync')(); export function choices(): void { const choice = input("Choose a letter"); if (choice === "a") { console.log("Airplane"); } if (choice === "b") { console.log("Balloon"); ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632241", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Pod Install Failed Downloaded the Realm Expo Template with React Native SDK (https://www.npmjs.com/package/@realm/expo-template-ts) and ran the ios command. It's now giving me this error: ⚠️ Something went wrong running pod install in the ios directory. Command pod install failed. └─ Cause: Couldn't determine repo ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632243", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Ploting grid data with origin coordinates I'm tring to plot 2D data with origin coordinate(x0, y0) I took information that 2d array, gridKm, and origin coordinate(lat0, lon0) enter image description here I hope to use LambertConformal, but it requires central coordinates.. Any idea? ccrs.LambertConformal(central_lat...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632251", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Apache Alias - NextJS App linking to Angular App in seperate document root We have a NextJS App which is linking to our Angular App under the same primary domain but a separate document root. I have reviewed many help articles but cant seem to triage our issue. Companydomain.com document root is (NextJS Site): /var/...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632252", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Why is Python removing the last digit from numbers in my list? I am struggling to write a piece of python software that will propertly convert Fusion 360's "xyz" post processor to a format my vintage robot will understand. So far there are three scripts: * *binbash.py (simple command script that executes the follo...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632253", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: tab switch is refreshing page I have 2 components in my next js project * *TabsComponents.tsx and *Profile.tsx in my proifle.tsx i have a form which the user fills and when he fills all the details the tab should change from Profile tab to Socials Tab for which i have the value prop on my component. I'm passing...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632255", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: connect to Azure ADX with multifactor authentication from Jupyter notebook I use Jupyter notebook to connect to Azure ADX to get data. This is the code I use to connect to Azure Data Explorer. KCSB = KustoConnectionStringBuilder.with_aad_device_authentication(KUSTO_CLUSTER) KCSB.authority_id = AAD_TENANT_ID KUSTO_CL...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632256", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Displaying Review Ratings In React Native I am creating a review portion of an app I am working on. Currently I am able to display the rating of the product with no problems like this: The starId is how many stars that product currently has let stars: any[] = []; for (let i = 1; i <= 5; i++) { let path = 'star...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632258", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Apex Plugin - how to access Vue variables I am working on the plugin for a custom select list for Oracle Apex. This custom select list must fetch the data from the specific url provided in custom attributes and pass the values to the tag. This should use v-model="selectedValue", because the selected value is provi...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632261", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Displaying an image stored in a Django database I have a website dedicated to pets (dead ones), and I have some stock images in the database stored under the pet using a manytomany field (so, any number of pets can be in an image, and a pet can have any number of images associated with it--seems logical so far). I a...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632266", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "2" }
Q: Android - Read app-specific files (internal storage) where both apps have same app signing key/certificate I have 2 apps, A (server app) and B (client app) both are signed by the same signing key. I don't want to update app A (server app), which has no custom permission, content/file provider, exported activity, etc...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632268", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Masking part of event data in socketio room Im working on a socket server built on socketio. My setup uses rooms in which all clients can perform actions that update a central state. The central state hold the data of all clients, i.e. const state = [ { "id": 1, "name": "John", "secret": "foo" }, { "id": 2, "n...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632270", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Action class not working excel sheet data fetch Excel sheet 3row. I have try to run eclipse. 1st time is running properly, But next or 2row action button not working in selenium. Without action button not working because double click Functionality are there. My code is: action.movetoElement(text). doubleClick().buil...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632271", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Library "keyboard" randomly choosing upper or lower letters So today i was trying to make something and i ran into a problem. The problem was that when i try to print lower letters or upper letters they just randomly print. sometimes when i press a upper key like "D" it just randomly prints lower d "d" or upper d "D...
{ "language": "en", "url": "https://stackoverflow.com/questions/75632272", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }