I am trying to build a simple site using react and bootstrap, but my flexbox container is stuck at a fixed height, and when too many elements are on the page th
Scripts: using UnityEngine; using System.Collections; public class camerafollow : MonoBehaviour { public GameObject target; public float scale = 4f; public Vect
I have been searching but it looks as if the syntax has changed since the posts I have found have been posted. I am trying to find emails from multiple addresse
I'm trying to make a task list popup with transparency, but I ran into a problem with the borders. Can't find a way to remove the black bars around the popup. I
Currently I have an app build active for internal testing. There were some changes in the code resulting a new build so how can I update the currently active ve
I'm trying to load a 3D model into Three.js with JSONLoader, and that 3D model is in the same directory as the entire website. I'm getting the "Cross origin re
After i import it stills remain error? Where should I download the the import? How to import? import java.util.Scanner; import java.util.*; import java.io.*; i
I have the following method in one of my repositories @Query(value = "select resource_id from tag where resource_type = :resourceType and value in :tags", nativ
ive just started to learn react and Ive been trying to get my react app to connect to my database with var mysql = require('mysql'); var con = mysql.createConne
I am trying to build an NPM package with TypeScript, not a normal React project. When I run tsc to build the project, it returns many type errors: It seems to b
I am trying to use react-beautiful-dnd for drag n drop sorting of a list but my elements are not draggable and I get Unable to find draggable with id: X. I have
I want this photos in the same row what should i change ? I tried float left and other commands but one picture is staying in the lower right corner. <secti
After executing git rm and git restore on some files in only the /target/class folder in a NetBeans 12.4 maven javafx project that also uses graalvm, I then att
I'm trying to write logs into different files for each Thread/ThreadGroup. My code is creating different files for each thread, but it writing all other threads
For example I have an array in Python that looks like this x = np.array([0, 1, 1.5, 2]) But when I do a print(x), it shows this instead x = [0. 1. 1.5 2. ]
Is it possible to change a string from another model, basically we have a simple login page which takes the username and then directs you back to the index main
How to extract data from mp3 in javascript to process it using a neural network and play it on speakers? Are there any solutions?
Consider the following dataset. It concerns the final date of the unemployment spell, but for now it can simply be seen as changing an enddate when certain char
I have an external class to represent my data idk. Inside the class idk I want to have another class change which will contain various methods to change instanc
I'm trying to configure spring security with oauth2, however I am new to this topic and ran into a problem. I have a spring backend and an angular frontend. I u
i like to limit input to accept only [a-z] letters and also composite keys like ctrl+A , ctrl+C , etc to handle natural behavior of html input . how can i do it
When I create a dump of my database, I use --triggers=false to exclude all triggers from the dump. The mysqldump documentation, however, suggests to use --skip-
I have the table bellow where each column from J to M are prices for a certain activities. Column I is the Size I want to create a new table where automatically
The data shows that alignof is used type-id, but why I can use Eigen::Matrix4f like below. Eigen::Matrix4f t_localizer = ndt.getFinalTransformation(); std::cout
Hy, I have a simple question, how can I join a new telegram channel with its public ID only in telethon via python?
This dataframe: df <- structure(list(Subject = c("A", "A", "A", "A", "A", "A", "B", "B", "B", "B", "B"), Timestamp = c("00:00:00.146 - 00:00:
I am trying to figure out where my query is failing on a where clause, I hope some of the local experts could point it out and explain why. Also I would like to
My first question here is from a very beginner pine programmer. I have created an indicator and want to alert either a few bars or a few minutes later than a co
Error: throw er; // Unhandled 'error' event TypeError: Cannot read properties of null (reading 'items') at C:\Users\shiva\Desktop\Web Development\todolist\app.
Context I'm using Svelte and SvelteKit in a project. I'm using a store to update other components/pages and get reactivity, and later I'll persist it on localSt