Latest Questions

flexbox container wont grow content runs off the page

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

CS1612: Cannot modify the return value of 'Transform.position' because it is not a variable

Scripts: using UnityEngine; using System.Collections; public class camerafollow : MonoBehaviour { public GameObject target; public float scale = 4f; public Vect

Searching for multiple FROM addresses using imapclient.IMAPClient.search in python

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

Can't get rid of borders in Awesome WM

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

How to change build number or version of a currently active internal testing in play console?

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

"Cross origin requests are only supported for HTTP." error when loading a local file

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

Why there is still error after i import the org.apache.commons.io.IOUtils? How to resolve them and how to add the import properly?

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

Hibernate parameter binding issue with lists

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

Module not found: Error: Can't resolve 'crypto' and Cant resolve 'fs'

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

Conflict with React types when building with tsc

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

React beautiful DND - "Unable to find draggable with id: X"

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

Webpage in the same row pictures

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

In netbeans 12.4 maven javafx project I ran git rm and git restore on files in /target/class and now get maven error on run so how do I fix?

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

unable to write into different logs for different threads using log4j2

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

How do I get rid of unnecessary dot symbol for float ending with 0

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. ]

Changing String From Another Model

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?

How to extract data from mp3 in javascript to process it using a neural network and play it on speakers? Are there any solutions?

Dates error NAs are not allowed in subscripted assignments

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

How to implement a sole class of methods inside an external class

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

Automatically register users in resource server

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

regex for accepting a-z letters and composite keys in angular

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

Excluding triggers in mysqldump - Difference between triggers=false and skip-triggers?

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-

Get an average for each column depending on the value in another column

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

Why using alignof on non-typed types is valid?

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

How to join a telegram channel with only channel id in telethon?

Hy, I have a simple question, how can I join a new telegram channel with its public ID only in telethon via python?

Insert group-final time measurement from last observation to set limit

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:

sql dynamic pivot where clause failing

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

Delay indicator alert based on conditions

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

TypeError: Cannot read properties of null (reading 'items')

Error: throw er; // Unhandled 'error' event TypeError: Cannot read properties of null (reading 'items') at C:\Users\shiva\Desktop\Web Development\todolist\app.

Sorting a store (array of objects) is working differently on Firefox and Chrome and updating items don't seem to push a reordering properly

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