text
string
meta
dict
Q: Android AsyncTasks Not Running in Google Play Deployment but working normal when launched to device from Android Studio I have been developing Android for 13 years and today I discovered the first issue I am completely not able to understand or even begin to debug. My app which makes a number of web calls to fetch d...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602543", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Run whole test folder acts differently I have classes like this. class A(){ String returnSth(){return "a";} } class B extends A{ @Override String returnSth(){return "b";} } public class ProductionConfig{ @Bean @Profile("!test") public A a{ return A(); } } public class TestConfig{...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602545", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Split a text input into 2 text inputs after N characters I currently have 2 text fields with a a character limit of 16 characters each. I need these to pass through a form to the server, but the server setting has a limit of 30 characters for the first input and 10 characters for the second input. In normal circumst...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602547", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: How can I get localized year only in JavaScript? I know I can use new Date().toLocaleDateString('locale-key-here') to get the whole date. But I only want the localized year, for example 2023 in en equals to 1444 in ar, and 1401 in fa locales. How can I get that? I don't see toLocaleYear() or something similar. A: Y...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602553", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "4" }
Q: `cross_validate` not returning full pipeline I have created a pipeline which looks like this - Pipeline(steps=[('preprocessor', ColumnTransformer(transformers=[('numerical_transform', RobustScaler(), ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602555", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How can I use a Github token for more than 24 hours? We have a Github CI action that can sometimes run longer than 24 hours. However, according to the Github docs after 24 hours the GITHUB_TOKEN expires. In the Github workflow run log I get the error message "Unable to extend GITHUB_TOKEN expiration time due to: GIT...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602556", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How can i connect an API and service windows? I have an API and I would like to create a windows service which every minute will receive information and will send information to the API. how can i connect the service to the api? Thanks in advance.
{ "language": "en", "url": "https://stackoverflow.com/questions/75602557", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: Parsing an ontology in Python using rdflib and Google Collab I have an ontology in an 'owl' file (quran_data_full.owl) and I saved it in a folder in my google drive (Quran Corpus). I want now to perform some queries in this ontology and this is my first time using the ontology file. So I searched on the web and trie...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602558", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Scanning custom ad type in advertising data with dbus-python/pydbus bluez I have a peripheral device that advertises custom data using a custom ad type of 0x42 in its scan response. I implemented a scanner using the Python library bluepy (https://github.com/IanHarvey/bluepy) and was able to retrieve all advertising ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602559", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Youtube API Quota Available but Still get Quota Exceed error I have quota available but still get error the following error when uploading video via API An client error occurred: Failed to start the resumable upload (HTTP 400: youtube.video, The user has exceeded the number of videos they may upload.) I have attach...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602560", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: Slides disappear when going to the right I've recently experimented with SwiperJS inside of React but stumbled upon a very annoying problem which I don't know how to solve. I've made a gif to show to problem which afterwards I will put in the code. This is the code I use <Swiper spaceBetween={10} ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602564", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: In ponyorm do I need to declare classes with different names even if they belong to a different schema? I get an ERDiagramError: Entity Table already exists when I define define classes with the same name for tables in different schemas as follows utils.py db = orm.Database() model1.py from utils import db class Ta...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602565", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Method 'hello()' is never used but it clearly should be? I am only getting started with Springboot and when I open localhost:8080 it still is showing 404 but should be showing Hello World, it says in IntelliJ that hello() is not being used when it should be? I used the springboot initializer to create it with Maven....
{ "language": "en", "url": "https://stackoverflow.com/questions/75602566", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-4" }
Q: map does not take background color parameters I map over an Array, and when I get the Array from "axios", I also add a new parameter "color". In real life I should have colors = [] and the map each color for each card, but let's keep it simple: const colors = "#248531"; const [cards, setCards] = useState([]); const ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602567", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "2" }
Q: ag-grid not visible in Angular application I am doing an R&D on different third-party grids which have a Master-Detail feature available. I've followed steps from the Ag-Grid website to render an ag-grid with an expandable master-detail grid. But when the app is rendered, I see only a blank component. there are no ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602569", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Why it is possible to use unbalanced HTML formatting tags When working with some nested HTML formatting tags, like <b> or <i> I've noticed that they work even if cross-nested with each other (i.e. one tag is not closed yet, but another already started, then first tag is closed, then second is closed). For example, <...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602575", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Making MUI Autocomplete break long words to fit layout It is the first time that I am dealing with the mui autocomplete. In my case I use it with usernames, which can only have a certain length but it might not fit into the autocomplete view, due to restricted size. As you can see in the sandbox and image, the word...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602576", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "2" }
Q: How to create predicted probability plot? Using the debt data set from the package faraway. So basically firstly I was asked to create a model using multinom function and use ccarduse as the response and prodebt as the single covariate. Then I had to create a plot of predicted probabilities of belonging to each cred...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602577", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: R pivoting with multiple columns My data is in wide form and looks like below. The data includes names and four data columns. df_wide <- data.frame( name = c("John", "Smith", "Tom", "Alice"), area = c("A", "A", "B", "B"), hello_1 = c(20, 30, 40, 70), hello_covered = c(60, 89, 76, 87), world_1 = c(55, 65, 2...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602579", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "3" }
Q: VictoryChart - VictoryLine - react-native I have a VictoryChart with VictoryLine (shown in the picture). Last value on the graph is currently 273.25. When I add the domainpadding to the graph, in order to have space on the right side, it will drag the graph to the initial value. <VictoryChart ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602580", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: On hovering of parent Element my child class css is not changing Here is my code in which on hover of a li tag the anchor tag color does not change. I have a list of products and on hover the background of the li should change and it does, but the problem is with the anchor tags text color, which does not change. ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602581", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Angular - 303 response does not redirect I have a problem with redirect when getting a 303 response with Location URL from a backend API endpoint. The URL can point to any subpage on my page. When the browser tries to redirect, I get an error: error: SyntaxError: Unexpected token '<', ") at XMLHttpRequest.onLoad me...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602585", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Exception found in Late variable I am trying to get data from youtube API and using it in the UI part. I can get the data successfully but i am decalring a empty late variable and assigning a value to it through init state. The problem is, in the build method i used the "late declared" variable and it says LateIniti...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602586", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to use Python type annotations with a set of related, auto-generated modules that must be used dynamically in a client? I have a set of auto-generated modules, which I generate with datamodel-code-generator. I have a set because I have to hit different API endpoints in different scenarios, but the underlying dat...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602587", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How can I retrieve files based on tags from AWS S3 bucket using boto3 or any other library in Python? I want to retrieve files based on specific tag from AWS s3 bucket using python. Although I have made a solution using boto3 and loops but it is taking a lot and lot of time depending on number of files in bucket. Is...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602589", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Smart card initial key set I have a question regarding the initial keyset of the smart card. The initial key set in the smart card is in my case the default 4041..4F set with a key version of 255 (0xFF). Now the specification states that a key version cannot be higher then 0x7F ("The Key Version Number is coded from...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602592", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: When is it Safe to Dynamically Link against Libraries which Depend on Different MSVC Runtimes? I have an executable AApp which dynamically links a library BLib (.dll). Here is a bit of context. * *AApp is compiled using VS2019 16.7 *BLib is compiled using a slightly newer version, VS2019 16.8. I cannot change the...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602593", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "2" }
Q: Converting geojson::Geometry to geo::Geometry I have the following code: for geometry in geometries.iter() { let component = build_bevy_meshes( geometry.unwrap().into(), Color::Rgba { red: (0.), green: (0.), blue: (0.), alpha: (0.), }, ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602597", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Issues with deploying apps to App Engine from Google Container Registry image I've deployed a Docker image intended to bootstrap a simple Node.js backend. I have tried pulling locally and running a container instance and the image stored in Cloud Registry works perfectly. Now I am trying to use said image from an Az...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602598", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: how to search by clicking on suggestions in react Hi I am trying to make a search bar where you can search items by typing or clicking on the drop-down suggestions. I am currently using useNavigate, useState and useLocation to do this. Currently I am struggling with the clicking dropdown menus because the state "sea...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602599", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How can we re-write the same C# code as per Zoho deluge? I am working on a Cliq extension and need some help in re-formatting the C# script to Zoho Deluge script. I need to read response sent by a website and post the parameter with 200 OK status code. if(!string.isNullOrEmpty(validationToken)) { Console.WriteLine...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602602", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: How to change the A column in excel format into dd-mm-yyyy hh:mm? How to change the A Column setting to dd-mm-yyyy hh:mm - using Format cells im trying via the below code - But this is not Working paths = [(p.stat().st_mtime, p) for p in Path("C:\Users\Downloads").iterdir() if p.suffix == ".xlsx"] paths = sorted(pat...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602605", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Allow Camel to start up even if the "from" endpoint is currently not available I have a camel application running with Spring Boot. I want to improve resilience by letting my application start up even if one or more of the "from" endpoints (MQ or SMPP in my case) are not currently available - I want the application ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602606", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Array of lambda consumers "Generic array creation" compilation error I am trying to create an array of consumers, but I get a compilation error Generic array creation. Is there a way to implement the functionality below? Consumer<String>[] fs = { s -> System.out.println(s) }; fs[0].accept("test"); A...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602610", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: I want to open, edit, and save an Excel file in a browser I am Japanese. I apologize if it is difficult to understand as I am using a translation tool to create this English text. We use Active Storage in our Rails project to upload Excel files to S3. The front language is React.js. When the button is pressed, we wa...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602612", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-3" }
Q: The bot doesn't write anything on chat I just created a bot via IntelliJ IDE, when I start it from the project everything works fine, while when I start it after complexing it in JAR the bot doesn't write anything. could you help me? Running in terminal
{ "language": "en", "url": "https://stackoverflow.com/questions/75602613", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-3" }
Q: how to custom pagination in react js? Please help me? I want to similar website? https://hooked.io/ how to plbm sovle?
{ "language": "en", "url": "https://stackoverflow.com/questions/75602616", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: useEffect in my React App keep sending request to my API I have a problem with my React app that keep sending requests (like 5-10 per second) to the API when I use useEffect. I have getChannels function to fetch the channels from the api and a createChannel function to post a new channel to the API from the inputs. ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602617", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Set view values (Bindings) whith index of array Clarification: I am asking about how to access (iterate over) View Bindings stored in an array NOT how to access an array element by index I have bindings for my views and I want to set text-values to them depending on the index of an array. Here is my example code of ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602618", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to left join numpy array python What's the numpy "pythonic" way to left join arrays? Let's say I have two 2-D arrays that share a key: a.shape # (20, 2) b.shape # (200, 3) Both arrays share a common key in their first dimension: a[:, 0] # values from 0..19 b[:, 0] # values from 0..19 How are I left join the v...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602619", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: "no firebase app ' default ' has been created - call firebase.initializeapp()" error in React-Native To test FireBase, I designed a small application that sends a registration attempt to Authentication, but when I press the button in the application, I get an "no firebase app ' default ' has been created - call fire...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602620", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Delphi and OpenGL - simple example I'm trying to create some basic application in Delphi and OpenGL. I'll need to draw some 2D images on the screen. Here is my code: unit Unit1; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.For...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602621", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Cassandra Non PRIMARY KEY columns found in where clause so I am new to Cassadra and came along with a problem, so I have a DELETE FROM data WHERE id = 1 AND tag = 'sdasd' AND collector = 1 and end_value > 0 And end_value is not a part of any type of key, so when I execute this It throw me an error as above. So OK I...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602623", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Fetch data tak a long time when I refresh the Page I am using useEffect hook to fetch data from the films API,When I fetch data on my page then first time data load on the page when we refresh the page the data take a long time to reload and in my console messages of rendering and re-rendering does not display after...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602624", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Avoid "this" to be undefined in IIFE I have a node module package dependency that use IIFE. (function () { var gju = this.gju = {}; })(); while running my react, i am getting the following message Uncaught TypeError: Cannot set properties of undefined (setting 'gju') Is this related to babel or am i doing anythin...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602629", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Un-nesting a pandas dictionary column problematic column [error][1] Does someone know how to unnest this column such that it can be split multiple columns? I expected the analog result as for the other columns i unnested.
{ "language": "en", "url": "https://stackoverflow.com/questions/75602631", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Insert query is called on add related entity I have the following two models: Vergadering [Key] public int Id { get; set; } public string Naam { get; set; } public DateTime DatumTijd { get; set; } public ICollection<Bestuurslid> Aanwezigen { get; set; } Bestuurslid [Key] public int Id { get; set; } public string Na...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602633", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: How can i validate the password strength (one uppercase, one lowercase, one number and minlength 8) in angular? I have to validate the password and change 4 variables to true after checking the strength of the password. That is in my password.validation.ts file i am supposed to validate the password and set variable...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602634", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Live server not automatically refreshing web browser Vscode live server not working. Not working in the sense that it does not automatically refresh my web browser(chrome). I have to refresh it manually before I can see my changes. I tried reinstalling the live server extension, clearing browser cache, turn on autos...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602635", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: AnalysisException: The namespace in session catalog must have exactly one name part: dss.raw.abc; I am trying to fetch data from snowflake table, using databrick job. This query: select * from from dss.raw.abc Here: dss is database, raw is schema and abc is table name. When I am executing this query its throwing err...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602636", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How can I build a 2D Array from array stack, selecting non-NAN along third dimension? I have n 2D numpy arrays, that are stacked along the third dimension. Each array contains np.nan values. I want to construct a new 2D array out of the stack. Each value in it should be the first non np.nan value along the third dim...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602637", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Open multiple terminal windows from single program in Golang Usecase I am making an app that makes use of a command line interface. In one terminal window, non-static information should be displayed to the user. In the other terminal window it should display logs to the user, as well as allowing them to interact wit...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602640", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Forcefully Logout user from frontend in Django I am using React for frontend and Django for the backend. I have created a button "Force logout" in django admin for each use on click of which I want to logout the user working on the frontend (when he refresh he should be logged out). I want to do this completely in d...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602642", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Formatting text in input angular How can I make my code that when I click the bold button my input starts to write in bold and when I click it again I can write in normal again? Something like this: This is the result Buttons : <mat-button-toggle-group #toggleGroup2="matButtonToggleGroup" multiple style="display: f...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602645", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Nginx Reverse Proxy configuration results in 404 I have setup a singular nginx server which needs to manage a CMS service with a Nuxt Front End. Currently navigating to both http://localhost and http://localhost/cms results in 404 from Nginx. With the docker-compose port binded 3000:3000 on the Nuxt app I can access...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602648", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: PostgreSQL - partition-wise join is not used I have problem with not using partition-wise join by PostgreSQL 15.2. I use 2 tables range-partitioned by the same key: date_id. Partition ranges for both tables are equal, except one of them (date_dim) has much more partions. Table DDL: CREATE TABLE date_dim ( date_i...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602652", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to run Junit Testsuite in Real time project @RunWith(Suite.class) @SuiteClasses({Commonflow.class ,Utilsflow.class}) public class TestSuite { @BeforeClass public static void setUpBeforeClass() throws Exception { } @AfterClass public static void afterClass() { Syste...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602653", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: The best way to use filtered results multiple times in MySQL query I have a very big Table(over 1 million records). I want to filter this table into a given date range and user_id and search for a character in a specific field of the table. For example, I want to get a record number with "YouTube", a number of recor...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602654", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: how to make Angular + Flask single executable file? I am working on an application(using GPT-Index) which has angular frontend and flask as backend, when I tried to make an executable of that project using pyinstaller ,it makes .exe file but when try to run it it shows an error of GPT-index version, although I have ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602655", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: UICollectionView Drag and Drop Cell between multi sections I'm learning about UICollectionView and I'm handling action drag and drop cell between sections in one collectionview I'm facing the problem Fatal error: Index out of range when the number of elements in a section is more than the total number of sections I ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602656", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Camera Library for react native macOS app Can we use any camera library of react native for our macOS application, actually i am trying to use react-native-camera, but it is showing me that camera is not authorized. Here is the screenshot of the output I tried using react-native-camera, but it is showing me error.
{ "language": "en", "url": "https://stackoverflow.com/questions/75602659", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Azure Data Factory (ADF): Failed to run Pipeline Bad Request I have a simple master pipeline that executes multiple other pipelines in parallel. When I trigger the individual child pipelines manually, I have no issue. But when I try to run the master pipeline it returns a BadRequest, with an empty message. "code": "...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602662", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to make terraform apply stop if there is already a cluster? I am using Terraform to build my cluster. I want to add a setting such that if there already is a cluster on the provided ip in variables.tf, even if there are changes in the other variables, then terraform apply should just exit. Is there a functionali...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602664", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: onEdit function edits all the items aside from the one its being called on Im working on a todo list app and was developing the onEdit method and I encountered a problem, the method works just fine when its called once but after calling it for the second time on another todo/object,it changes the value of all the ot...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602667", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to add Google Adwords gclid parameter to each woocommerce recurring payments(subscription based products) I am storing the Google Adwords gclid parameter to Woocommerce Database. But now I want to store that gclid parameter to recurring payment of that product as well. For example, I have a course product having...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602670", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-3" }
Q: Could more namespaces improve compilation time? I work with a very large codebase (above 3K translation units) in which almost every declaration is under the same namespace. Occasionally, some sub-namespaces are declared, but it is definitely not the rule. I was wondering: could compilation time benefit from having ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602671", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to use Google Identity Services library in Angular Dart? recently have recieved a mail from google that they are migrating to Google Identity Services library I want to know now how to migrate my project to use Google Identity Services library. I have used googleapis_auth in my AngularDart application before now...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602672", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Cannot use ElasticSearch IP Address as Node URI (does not trust server certificate) Current setup: -Elasticsearch & Kibana hosted on an ubuntu server with docker (therefore the Elastics API URI is something like xxx.xxx.xxx.xxx:9200 for Elasticsearch and xxx:xxx:xxx:xxx:5601 for Kibana) -C# application run locally o...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602674", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Please solved the Question i don know how to solved it Scrabble Scores Each letter (tile) in scrabble is worth a certain number of points. Build an algorithm that calculates the total scrabble tile score of all the letters in a file. For example, the following file with this content; Founded in 2012 in Noida, Ad2cli...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602682", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-3" }
Q: How to perform best search to age of user using prisma? I have User model in my prisma (postgresql) app: model User { // base entity schema id String @id @default(uuid()) createdAt DateTime @default(now()) updatedAt ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602683", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Using purrr map to iterate list of data frames, extract columns and created a new data frame I am practicing working with the purrr package but still fall short. I am trying to use purrr's map() function to iterate through a list of data frames and select specific columns to create a new data frame. I have tried the...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602684", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Best approach to save lines for tokens in a scanner I'm writing an interpreted toy programming language and I was wondering what is the best way to save lines for the errors. Take the following example: fun foo() { print("Hello, world"); } My current implementation saves on each token the current line mallocated:...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602687", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How could I use startActivity(intent) to enter the screen of "Track Workout" I am developing one native app in Kotlin. I would like to lead the user to the "Track workout" screen. the "Track workout" screen I found there are two shortcuts when I long-press the icon. shortcuts I tried to use dumpsys package com.googl...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602690", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Can we achieve visibility and atomicity using Volatile and Synchronized together? I am just trying to understand... Will I achieve the same result using the below two approaches? I mostly see the first approach only. Is there anything wrong with the second approach? We can use AtomicInteger to achieve the same but j...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602692", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Is it possible to record gameplay from different cameras in Unreal Engine and export it at runtime using blueprints? I want to record and export as video of gameplay from different angles at the same time during runtime, I'm new to Unreal, only worked on Blueprints so far. I tried to use Take Recorder which I open a...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602696", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Best way to store/reference lots of graph trace data? I have a lot of .csv files that hold the percentage transmission of materials over a range of wavelengths. They are currently stored as individual files in a networked folder and the file name is material.csv (e.g. Germanium.csv or Acrylic.csv) There are two colu...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602708", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Bands histogram of TIF image only shows 0 I am working both with QGIS and GDAL lib in python. I've clipped a scence from QGIS and exported it as TIF format. TIF image I've tried something to read the histogram of this image: dataset = gdal.Open("/content/drive/MyDrive/work/6539633101/ClippedDup.tif") num_bands = dat...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602710", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Delete unused tables and fields in django I'm working on a Django project version 2.2 using Oracle SQL Database. In this database there are some tables that are not managed by Django models and I want to delete these. Because there are nearly 1800 tables in this database, I need to find a way to detect these by some...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602712", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: I got an error when I try to load existing design in vue-email-editor here is my function editorLoaded() { this.$refs.emailEditor.editor.loadDesign(this.emailJson); console.log('editorLoaded'); },
{ "language": "en", "url": "https://stackoverflow.com/questions/75602714", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Left join $facet output arrays in MongoDB I used a $facet and got the following output: [ { "stage1": [ { "process": "aaa", "day": "20", "status": 8 }, { "process": "bbb", "day": "20", "status": 6 }, { "process": "aaa", ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602717", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: My addEventListener only listens to my last querySelector why? Here is my JS code async function panier() { let lineaProduct = localStorage.getItem("prod"); let panier = JSON.parse(lineaProduct); console.log(panier) panier.forEach(async function (prod) { const rep = await fetch(`http://localhost:3000/api...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602721", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to load observable data, inside element in ngIf I'm in a case where I want to display observable data in an element evaluated with ngIf. <div *ngIf="contition$ | async"> <element> {{(data$ | async)}} </element> </div> As you know, observable needs a subscriber, otherwise it will never be called. My problem ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602722", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: What kind of architecture is required for expo react native push notifications? I am currently developing a chat messaging app using expo and react native. I need to implement push notifications feature to that however I am confused with the documentation and the architecture around it. https://docs.expo.dev/version...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602723", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: AWS CreateDBProxy is not supported I tried to create RDS Proxy for Aurora Cluster in the AWS Console and got the next Error: We're sorry, your request to create DB proxy credible-dev has failed. CreateDBProxy is not supported. In the Chrome Developer tools I can see the following response: <ErrorResponse xmlns=...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602728", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Steam achievements not unlocking on all devices I have Steam account on multiple PC devices. Through my Steam client i installed a game on these devices. My game code is trying to unlock some achievements. These are getting unlocked on one device but not on the other. I made sure I am in online mode when unlocking t...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602729", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Reading the file with unsupported characters - Python I have a text file generated by the program (Ansys fluent) - I have to read some of the lines to change the path in this file. However, some of lines are not readable with the default python codecs. Is there any possibility to read only the specified lines of fil...
{ "language": "fr", "url": "https://stackoverflow.com/questions/75602730", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: Does Oracle alternate archive dest conflicts the archive dest for DG standby? I use Oracle database 19c (on windows server) with archive mode enabled. Archives log location is G:\oracle\archive. I want to add a new location for the archives that will automaticly be enabled in case of the 1st location get full. So I'...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602739", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: How To Get Min Date Row if Multiple Rows Have Same Values Except the Created Date? I have a table that contains whenever an email has been open. When a user opens an email multiple times you will have rows that shared the same values except the CREATED_DATE (OPENED_DATE of an email). TABLE 1 - OPENED_EMAILS CREA...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602742", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to enable Redis cache and Loaders using Nest and Mercurius I'm using Nest and Mercurius to create a GraphQL API. So far I was able to create queries and resolvers, but now I want to enable Loaders and Cache to improve performance. The documentation is not clear on Nest on how to do that with GraphQL. On the othe...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602743", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: R loads file in console, but not in script I have a Rmarkdown script for data analysis. In the beginning, I load the data into the enviroment using load("df.rda") The file "df.rda" is in the same folder as the script. The working directory is specified as this folder. I specified it in the setup chunk using: knitr...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602744", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: how to have multiple @JoinColumns with existing column names I would like to make use of cascading while saving entities my table A has col1 and col2 , and i would like to map these columns to multiple tables with different column names as coltable1 , coltable2 and so on right now i am using @JoinColumns({ @JoinColu...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602745", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Vue 3 + Vite after npm run dev not load resource with nginx After i run npm run build i have tested my project by nginx, but not load resource as image up. What's the problem? How do i set the right path?
{ "language": "en", "url": "https://stackoverflow.com/questions/75602749", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: delete object undefined javascript can remove object undefined and put in on this undefined rows ? var itemA = dataA[a].dataB[b].itemA; var itemB = dataA[a].dataB[b].itemB; var checkBox = dataA[a].dataB[b].checkBox; if(checkBox === true){ var resultItemA = itemA; var resultItemB = itemB; } var xmlString = ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602750", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-3" }
Q: I want to create an app to predict a certain result based on some past results I want to create an app to predict a certain result based on some past results, I will give it random inputs in a row like 1, 4, 109, 5o, etc..., and want the bot guess the next number based on the pattern i give to it. If you guys can he...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602751", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-3" }
Q: MUI v5 DataGrid Reorder How can I use rowDragStart or rowDragOver ? Here is the official doc: https://mui.com/x/react-data-grid/row-ordering/ I tried to pass the callback to onRowOrderChange, but I wasn't succesfull!
{ "language": "en", "url": "https://stackoverflow.com/questions/75602752", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Unable to Import ScalarsConverterFactory I have added implementation 'com.squareup.retrofit2:converter-scalars:2.9.0' to gradle file. But still I am not getting import option in my retrofit. ScalarsConverterFactory always shows error. Retrofit retrofit =new Retrofit.Builder().baseUrl("http://192.168.1.1:9000"). add...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602757", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Any chart gantt chart displaying incorrect date in timeline Gantt chart In any chart wrong date is showing as you can see from the image, 14th March is the actual date given but the output is displaced by 1 and showing 13th March. I googled all over and found nothing
{ "language": "en", "url": "https://stackoverflow.com/questions/75602759", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Builder lifecycle 'creator' failed with status code 51 In my spring boot application i issue a problem when i 'm trying to build my docker image by this command mvn spring-boot:build-image -DskipTests i see as a result a build failure: [INFO] Scanning for projects... [INFO] [INFO] ------< com.in28minutes.microse...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602761", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Ejabberd contact list grouping and show contact list if its connected with parent entity System has 2 type of Entities, * *EntityType1 *EntityType2 Now system has for ex. 2 EntityType1 * *EntityType-1.1 - 5 Users - Mark wood *EntityType-1.2 - 5 Users - Mark wood & 2 EntityType2 * *EntityType2.1 - 3 Use...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602763", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: React bootstrap button is not clickable I want to create a modal on my react-bootstrap button, but my button is not clickable at all, and it is not disabled also. Can't find out what is the problem here. In the first Row in Container you will see Buttons "Information" and "Login", they aren't working. main.jsx impor...
{ "language": "en", "url": "https://stackoverflow.com/questions/75602764", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }