Latest Questions

Best strategy for localizing a mixed application: Razor, Angular, Typescript, .NET and database layer

Our application is a mix of: Front-end: Asp .NET with Razor pages (parent application), and some Angular Pages (displayed in an iFrame) along with typescript.

Uncaught (in promise) FirebaseError: Expected type 'Zu', but it was: a custom ea object

I'm trying to get data from firestore and show it in the frontend. But I keep getting this error "Uncaught (in promise) FirebaseError: Expected type 'Zu', but i

how does singleton bean handle dynamic index

I am working spring data elastic search. Based on different header in the request, I create @RequestScope object IndexConfig to hold different set of indexes. I

Function failing to update spacing after comma

I have a csv file that has inconsistent spacing after the comma, like this: 534323, 93495443,34234234, 3523423423, 2342342,236555, 6564354344 I have written a f

webpage whites out when scrolling up or down

https://habitat-commons.herokuapp.com/ When you scroll up or down on this site the divs white out and rerender no matter how fast the internet or how many times

How can I let a while loop pause for a specified time (datetime)?

I would like to let a while loop run, the stuff thats happening inside takes about 2 seconds to complete (it varies a small amount), so if I use time.sleep(60 o

Composable as method parameter

I have a Scaffold composable which is used as the basis of all screens : @Composable fun ScreenScaffold( navController: NavController? = null, modif

How to extract selectors from adapter from queries with arguments

I'm trying to extract selectors from queries in my apiSlice as said in this documentation: https://redux.js.org/tutorials/essentials/part-8-rtk-query-advanced T

WaitForSeconds is not scaling with Time.TimeScale

I have a script in a game which stuns a target and throws them up into the air. The problem is, the yield return new WaitForSeconds(0.01f), and by extension the

Laravel mix compile progress stuck (WSL)

I'm not sure if there is an issue here but it's been bothering me for a while. Whenever I'm using Laravel mix the various progress bars never complete and there

How to Change the background image size in custom css?

i was trying like that,that is not working .login{ margin-top: 70px; margin-bottom: 100px; background-image: url(../../Images/bg5.png); background-size:0 500px;

Multer super slow upload after recieving post request with images

Hello I'm on a (ReactJs Node Mysql Express) stack, my website has an events tab which the admin could upload to it events. Each event has a cover photo, inner p

How can I let a while loop pause for a specified time (datetime)?

I would like to let a while loop run, the stuff thats happening inside takes about 2 seconds to complete (it varies a small amount), so if I use time.sleep(60 o

List.Remove All not removing the negative numbers from textfile

Here's what I want this code to do. Read the textfile random.txt into a List For each line of the textfile read into the list I want to determine if it is posit

MapBoxGL, multiple layers performance issue

Premise: I have a set of data (stops on the map)loaded via geoJSON in a clustered source, each of these stop locations can have a different icon. I have over 14

How to sort by two fields in Java?

I have array of objects person (int age; String name;). How can I sort this array alphabetically by name and then by age? Which algorithm would you use for th

yt-dlp(youtube-dl) - how to write video qualities list into one file?

I want to write a list of all YouTube video qualities in one file, for example, videos have qualities: 1080p, 720p, 480p, 360p, etc., and I want these qualities

How to sort by two fields in Java?

I have array of objects person (int age; String name;). How can I sort this array alphabetically by name and then by age? Which algorithm would you use for th

Force a component property to be an h2

I'm trying to define a props interface for a component using Typescript which requires the value passed for that property to be an instance of <h2>-<h6

How can I select one group radio button from two groups and get the value of selected radio?

I want to select one group radio button from two groups and get the value of the selected radio in a variable and show it in another place. function uncheckRadi

event listener's event is being used more than once

I have this weird bug that whenever I want to add an item/card to the list and I cycle between clicking the text input and then clicking outside of it, the list

Load and use a Glade layout in GTK2/C

I was trying to load a Glade layout into a GTK2 C code. It consists of a window in which there is a VBox with 2 elements: a label and a button. I want to associ

Prevent variable and special character substitution in variable

I'm loading a regex from a file into a database using a stored procedure, like this: $stuff = Get-Content -Path '.\data.txt' -Raw Invoke-Sqlcmd -Query "Exec dbo

Error changing owner in Azure Postgres with superadmin

I hope anyone can tell me what I am doing wrong here. I have upgraded an Azure Postgres PaaS database from version 10 to 11. I've just followed the Microsoft gu

IBM Watson Assistant: How can you determine if telephony is being used in Watson Assistant Actions?

Using the new actions I want to be able to easily filter if the user is on the phone or the web, to give different responses. It doesn't have an option to set t

Python complex iterating through excel files to concatenate colnames that are not named equal

I have multiple xls files in a directory. each file dataframe headers are different but data type is same. 1.xls Location StreetAddress America Pvtld 80

Linux - Receive data via UDP; accept TCP connections, pass the data to the clients

I have a situation in which I'm being fed data via UDP on a pre-defined port (let's say 20001). My goal is to make that same data accessible to multiple clients

Responsive reorganizing of divs in DOM

My project uses Tailwind + Vue 2. I'm using Vue to iterate through a list and show multiple rows. Each row starts collapsed and has the option to be expanded. T

How to use PHP natsort to sort out mysql records

I have been trying to sort out my mysql records with mysql queries but seems like its just impossible to do it in the natural order. I have values such as a1, a

In Visual Studio 2022, publish to IIS returns a build error, but publish to Folder is ok (and it was all working fine before)

I've updated Visual Studio 2022 to 17.1.0 recently and I now have this weird error, but not on every project (on only one up to now). I've tested other project