Quantcast
Channel: Recent Questions - Stack Overflow
Browsing all 12111 articles
Browse latest View live
↧

Vite components integration in older applications

I have a really big and old react application (using node 12.16.1). For clarity purposes let's say it's a Dashboard. It contains another React app (microfrontend) that has been upgraded to node 20...

View Article


The script tried to call a method on an incomplete object. error on...

I'm working on a laravel 10 project and I have several class to deal emails.Recently I added some new email notifications.I factorized my code for notification into a service :<?phpnamespace...

View Article


Addition assignments not able to understand

I'm trying to learn about the loops and the addition assignments such as ++, +=, *=... etc. The problem is I don't get the logic of it completely if (x+=y = x + y).Why in the sum= 0 the result is 6 and...

View Article

How can I make the cpu utilisation to 50%

I want to have the usage at 50-60%I used this command, the cpu utilisation was close to 100%, but I want to have the usage at 50-60%. Can someone suggest how can I achieve this,openssl speed -multi...

View Article

Create PNG from RGBA matrix in Flutter - Alpha value not working

I'm trying to create a PNG image from a list of RGBA values but the Alpha value isn't getting through.My guess is that a pixel is always on or off and therefore do not use the Alpha.Is there any other...

View Article


Qt Quick Android application shows blank screen if it is started more than 1...

I've got problems with applications based on Qt Quick - they don't work properly on Android emulators with API > 24 (newer than Android 7.0).Building and deploying are finished OK. But the...

View Article

Image may be NSFW.
Clik here to view.

How to set color of svg dynamically in react

So I have created a react component that takes svg icons as a parameter. I want to switch the color of the SVG based on variant is active or not. Suggestions required for this purposesMy React...

View Article

Windows print queue not properly created

I am trying to create a printer/print queue in Windows, for a printer connected to a RaspberryPi running Cups. I have followed this procedure for setting it...

View Article


Data in my ArrayList is always overwritten but I need it to remember the...

I get JSON from weather API, it contains Array of date and time, temperatures, wind speed, etc.I tried to create a new conditionArray in which correspondence between the weather condition and date...

View Article


Design of Experiments (DoE) in Python?

Is there any module or package available in Python for using Design of Experiments (DoE) methods?

View Article

WebSocket connection failure. Due to security constraints in your web browser

Today I download neo4j-community-3.2.0 in windows, when i start the server, i meet one problem in browser, i meet this problem in neo4j-community-3.1.2 and i had solved it by Ticking the "Do not use...

View Article

The package could not be found in C:\Users\username\.nuget\packages\. Run a...

The package CacheManager.Core with version 1.0.1 could not be found in C:\Users\username\.nuget\packages\. Run a NuGet package restore to download the package.but my project is in D: drive. all of...

View Article

How do I add a shadow to AutoShapes using Python-pptx?

I just want to add a shadow to the shapes that I am creating while using python-pptx.I have read as many documents about using shadows in python-pptx as I can find but I can not figure out how to...

View Article


Building Python Packages from Source for AMD GPU - hipcc failed with exit...

I am trying to install Python packages, like lietorch or pytorch-scatter with AMD support.I download the repository,git clone --recursive https://github.com/repoIf I just try to install the package,...

View Article

Android14 with Samsung Fold Device. UnsupportedOperationException: Tried to...

I'm getting UnsupportedOperationException crash on live app. All the crashes are associated with Samsung Fold Android 14 devices. But still no clue how to reproduce or fix this. Any help would be...

View Article


Oracle SQL - Query showing different dates depending which timezone being...

I'm trying to get the same dates to show up. Depending on the time zone the query is being run from, the results will show one day behind from what's shown on the actual table.For the example below,...

View Article

Questions around creating user delegation sas

I am trying to create a user delegation sas for a storage account blob in Azure and found this document.https://learn.microsoft.com/en-us/rest/api/storageservices/create-user-delegation-sasLooking...

View Article


VBA Insert data into next blank row from different worksheets

My objective is to be able to list all of the requests of users on the Status worksheet from different user-entered worksheets (BTW, not all worksheets are required to be entered by users.) Example of...

View Article

Millisecond time grouping issue

I am currently querying data from a Parquet data lake stored in Azure Data Lake Gen2 via Azure Synapse (Serverless SQL pools) and through Grafana with Microsoft SQL Server as my Grafana data source.My...

View Article

Listen to MySQL changes via logstash

I have configured logstash to read MySQL data and transfer it into elastic indeces, I was wondering if there is a way other than assigning a scheduler in the input stream where I can make logstash...

View Article
Browsing all 12111 articles
Browse latest View live