-
Whenever a vehicle falls off a ledge, object or flies off a ramp, once landed floats (floating height is based off of fall height so small falls are not noticeable but big falls are extremely noticeab…
-
```
julia> Base.literal_pow(^, -1, Val(-1))
-1.0
julia> y = -1
-1
julia> (-1)^y
-1
```
This has been broken since at least 1.6
-
The schema is obviously based on SqlServerStorage, but unlike MySql, SqlServer's `float` is actually `float(53)` by default, and is a 64-bit floating-point value.
The score being 32-bit floating-po…
-
**Describe the bug**
A floating element with `flip({ boundary: document.body, roootBoundary: 'viewport' })` is ending up positioned so it is clipped by the document (or any other custom clipping bo…
-
I hope DS team does not mind some comments on measurement methods in DSView's logic analyzer GUI.
1. Floating measurement
The floating measurement is useful, but if I switch is off (clear tick …
-
It should take the image dimensions and 0.5 means half of the dimension.
-
### Minimal Reproducible Example
```fortran
PROGRAM main
IMPLICIT NONE
INTEGER :: i
INTEGER :: j
i = 1
j = 0
PRINT *, i/j
END PROGRAM main
```
### Output
#### LFo…
-
In [this](https://robotology.github.io/idyntree/master/classiDynTree_1_1KinDynComputations.html) page of the documentation at some point it is written that:
_This class supports three possible conv…
-
### Describe the bug
Bacalhau is not identifying the Docker container for a targeted job on Lilypad. When attempting to run the job:
**CLI response**: Job completes but returns empty results
…
-
This update introduces a "Scroll to Top" button that appears when users scroll down the page, enhancing navigation on long pages. The button, when clicked, smoothly scrolls the user back to the top of…