9,241 questions
Score of 0
0
votes
1 answer
1
answer
145 views
145
views
How to fix the position with html and css flexbox and position?
I had a problem making the correct position for my paragraph element and the div.
(PS: all is in the photos + the CSS code)Sorry for my bad English, it's not so easy to explain
The photos of the ...
Score of 1
1
vote
0 answers
0
answers
71 views
71
views
How to prevent Quarto from creating .quarto_ipynb files in the project folder on every render?
Every time I render a .qmd file in Positron, Quarto creates a .quarto_ipynb file in my project root. I have to manually delete it after every render, which risks accidentally deleting other files.
...
Best practices
1
vote
5
replies
133
views
incompatible types: unexpected return value, void cannot be converted to int
Return keyword doesnot supported by vs code while written java programif at the place of return keyword we used system.out.println program are run but I want to run program by the help of return ...
Score of 0
0
votes
0 answers
0
answers
98 views
98
views
React Leaflet(js) Position Issue with ImageOverlay
I've been building a react component which uses Leaflet.js. I have a custom map image which ive put in as an ImageOverlay. I'm capturing map points from a different system and calibrating the ...
Advice
1
vote
4
replies
231
views
How to find a character at a given mouse position?
Given an x,y position from a mouse event, can I find the character (e.g. of a string in a ListBox) at that position? I want to do this to test the character and process the mouse event accordingly, ...
Score of 0
0
votes
1 answer
1
answer
70 views
70
views
How do i use position absolute on a flex item without it disappearing?
I'm at a loss right now, and would appreciate any help, please. I've been trying to layer images over each other using positioning, but they keep disappearing when I make them position absolute.
How ...
Advice
0
votes
0
replies
43
views
Fluent UDF to set the particle z position to its initial z position
I need to fix the particle position in the z direction to its initial value. The following is the UDF I tried:
#include "udf.h"
#include "dpm.h"
DEFINE_DPM_SCALAR_UPDATE(...
Score of 0
0
votes
1 answer
1
answer
133 views
133
views
Sticky or fixed HTML elements are occluded on mobile browsers when address bar changes size
HTML elements affixed to the top of the page using CSS position property set to either fixed or sticky can often work just fine on desktops, but mobile web browsers behave vastly differently due to ...
Score of 3
3
votes
2 answers
2
answers
279 views
279
views
How do I get the position of text from a PyPlot plot?
We can specify the position of text in PyPlot, but how can we read the position of text? For example, I want to know the coordinates of the Figure's title or the Axes X and Y labels.
Pseudo-code:
x, y ...
Score of 3
3
votes
1 answer
1
answer
514 views
514
views
How to place and orient RealityKit camera
I'm really struggling to get the camera to behave even remotely as expected in a RealityKit app (where I have set RealityViewCameraContent.camera to .virtual).
I have a programmatically generated ...
Score of 0
0
votes
1 answer
1
answer
46 views
46
views
Flexbox justify-content:space-between doesn't work properly with position:absolute
I'm facing this issue:
I'm looking to use position:absolute, to adjust the span.materias__item-detalle, to bottom of the div, without caring the size that the h4 occupes.
But, I also want to use ...
Score of -1
-1
votes
1 answer
1
answer
72 views
72
views
How can i keep this div visible until it moves to its end position but scroll past it after it has moved to its end position?
I am able to make this div move right when scrolling but i want its position to be fixed while scrolling before it has reached its end position. The problem I am having is that when I scroll further ...
Score of 1
1
vote
2 answers
2
answers
262 views
262
views
How can I ensure that all prefabs dragged from the assets to the scene are placed at (0, 0, 0) relative to their parent?
I have a handful of prefabs in my project's assets which I am frequently dragging into and out of the scene in order to test them sequentially after changing the code in their attached scripts. They ...
Score of 0
0
votes
1 answer
1
answer
109 views
109
views
How to combine and position title and legend in tmap in R?
I am struggling to place the title inside the frame of the legend, but on top of the legend and not below. Any guidance or working examples would be greatly appreciated! Thank you. The online help isn'...
Score of 0
0
votes
1 answer
1
answer
98 views
98
views
"background blur" in SwiftUI?
I want to draw image overlapped with a blurred panel with a text. The problem is the panel frame depends on text frame. In the same time mask modifier is set separately from text and panel.
My code:
...