Skip to main content

Questions tagged [overlapping]

Do not use this tag. The overlapping tag is used to describe elements on a webpage, absolutely positioned with CSS so they overlap each other.

overlapping
1 vote
1 answer
33 views

How to control the order of collisions in Unity 2D?

I'm making a 2D platformer with player mechanics that depend on the type of tile the Player lands on. I have two types of tiles white and black - if Player lands on a white tile, he has ability A, and ...
Petko Slavov's user avatar
1 vote
1 answer
24 views

Text overlapping over the Toolbar

[I Wrote my first program in jetpack compose and I face this problem that a simple text after putting in a column{} or in a row{} it begins from the toolbar of the emulator means the text gets ...
Shahid Faried's user avatar
0 votes
0 answers
9 views

Toolbar overlapping on the text and whenever I create a function outside the MainActivity Class it doesn't gets launched

Whenever I execute the text, the text overlapping over the toolbar and whenever I create a function outside the MainActivity Class it doesn't gets launched. Also when I try to make a separate function ...
Shahid Faried's user avatar
1 vote
1 answer
39 views

How to set the labels of a pie chart to avoid overlapping using ggplot2

I was trying to plot a pie char using ggplot2. The code is pasted as following df <- data.frame( category = LETTERS[1 : 14], count = c(86, 2, 6, 315, 98, 140, 48, 167, 226, 269, 2, 70, 3, 112) )...
Li Ma's user avatar
  • 31
0 votes
1 answer
56 views

AWS how connect two VPC in same account but overlapping CIDR

Right now have a VPC where is my RDS in a private subnet, also I have a ECS in the same VPC and both have communication, now the problem is that I have a new ECS but in another VPC, first I tried to ...
InfoUser's user avatar
0 votes
0 answers
11 views

solve the overlapping issue of switch ports in mininet

0 I build a topology with writing python script and i want to create some paths to connect some hosts but there are overlaps between some paths. what is the proper command that i can use to create ...
Saman Salimzadeh's user avatar
0 votes
0 answers
29 views

Issue with Filtering Overlapping Dates and Times in TypeScript

Hello everyone, I'm working on an Angular project where I need to filter a list of courses based on selected weeks and ensure that the courses do not overlap in date and time. However, my current ...
Ernesto Vazquez's user avatar
1 vote
1 answer
36 views

Issues with Overlapping Time Intervals Verification Using date-fns in JavaScript

I'm working on an Angular project where I need to verify if the time intervals of different courses overlap. I'm using the areIntervalsOverlapping function from the date-fns library. However, it seems ...
Ernesto Vazquez's user avatar
0 votes
0 answers
21 views

Bootstrap nav bar dropdown background color overlaps div

I have implemented a Bootstrap nav bar on my homepage that has some dropdown elements. When I open the dropdown menu the :hover/:focus background-color overlaps the dropdown div. HTML: <nav class=&...
Rafaela's user avatar
  • 21
0 votes
1 answer
42 views

Find Duplicate Subscription for overlapping period

I need to identify valid subscription for users for different order placed. CREATE OR REPLACE TEMP TABLE customer_orders( customer_id VARCHAR , product_id VARCHAR , subscription_start_date ...
BeginnerDeveloper's user avatar
0 votes
0 answers
34 views

Error in coxph: data set has overlapping intervals for one or more subjects

I am performing a survival analysis in a dataframe where it is possible to have multiple events. I am currently using a andersen gill method to account for multiple events.I keep getting this error ...
Niels Franken's user avatar
0 votes
0 answers
11 views

Admob banner overlapping

This is my code but my banner-ad renders in front of the main activity which creates issues with admob policy <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" ...
Emmanuel Kiprono's user avatar
0 votes
1 answer
26 views

How to deliver press event to component which is covered by another component?

I have a data list and the list is overlapped by an invisible scroll-view for more dynamic interaction. The scroll-view have to scrollable always. And the data list should also be touchable. However, ...
bran's user avatar
  • 1
1 vote
2 answers
72 views

MySQL query to get the number of read unique pages for book

The users to submit an interval of starting and ending pages that he/she read in a specific book. Note that the user can submit multiple intervals for the same book. I need the query announce the most ...
Mahmoud El Boshy's user avatar
1 vote
1 answer
37 views

Identifying overlapping records based on timestamps and removing old overlaps in pyspark

This is a pyspark overlapping time period problem: Sample data data = [ (1, "2024-01-28T05:00:00Z", "2024-01-28T06:00:00Z", "1/24/24"), (1, "2024-01-28T05:30:...
Syed Sharjeelullah's user avatar

15 30 50 per page
1
2 3 4 5
65